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