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  public:
28  // Constructor
29  RhoChargedParticleSelector(const char *name = "RhoChargedParticleSelector", const char *type = nullptr);
30  // Destructor
32 
33  // operations
34  virtual Bool_t Accept(RhoCandidate &b);
35  virtual Bool_t Accept(PndPidCandidate &b);
36 
37  ClassDef(RhoChargedParticleSelector, 1) // Charged particle selector
38 };
39 
40 #endif
RhoChargedParticleSelector(const char *name="RhoChargedParticleSelector", const char *type=nullptr)
virtual Bool_t Accept(RhoCandidate &b)