FairRoot/PandaRoot
RhoChargedParticleSelector.h
Go to the documentation of this file.
1 #ifndef RHOCHARGEDPARTICLESELECTOR_H
2 #define RHOCHARGEDPARTICLESELECTOR_H
3 // //
5 // Selector classes for cherged particle selection //
6 // //
7 // Author List: //
8 // Marcel Kunze, RUB, Feb. 99 //
9 // Copyright (C) 1999-2001, Ruhr-University Bochum. //
10 // Ralf Kliemt, HIM/GSI Feb.2013 (Cleanup & Restructuring) //
11 // //
13 
14 #include <iostream>
15 
16 #include <float.h>
17 #include "TNamed.h"
19 
20 class RhoCandidate;
21 class PndPidCandidate;
22 
23 //----------------------------------------------------------------
24 
26 {
27 
28  public:
29  //Constructor
30  RhoChargedParticleSelector ( const char* name="RhoChargedParticleSelector", const char* type=0 );
31  //Destructor
33 
34  //operations
35  virtual Bool_t Accept ( RhoCandidate& b );
36  virtual Bool_t Accept ( PndPidCandidate& b );
37 
38  ClassDef ( RhoChargedParticleSelector,1 ) // Charged particle selector
39 };
40 
41 #endif
TTree * b
RhoChargedParticleSelector(const char *name="RhoChargedParticleSelector", const char *type=0)
TString name
virtual Bool_t Accept(RhoCandidate &b)