CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
LocalPhotonSelector.h
Go to the documentation of this file.
1#ifndef LOCAL_PHOTON_SELECTOR_H
2#define LOCAL_PHOTON_SELECTOR_H
3
6
7class LocalPhotonSelector : public BesDCSelector<CDPhoton>
8{
9 public :
10
12
13 bool operator() (CDPhoton& aPhoton);
14
15
16 private :
17
19 const LocalPhotonSelector& operator= ( const LocalPhotonSelector& );
20
21 double m_minEnergy;
22
23 bool m_useBarrelEndcap;
24 double m_maxCosThetaBarrel;
25 double m_minCosThetaEndcap;
26 double m_maxCosThetaEndcap;
27 double m_minEndcapEnergy;
28
29 bool m_applyTimeCut;
30 double m_minTime;
31 double m_maxTime;
32 double m_deltaTime;
33
34 bool m_applyDangCut;
35 double m_minDang;
36};
37
39
40#endif
LocalPhotonSelector photonSelector
#define private
bool operator()(CDPhoton &aPhoton)