CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEmcTrig.h
Go to the documentation of this file.
1#ifndef BesEmcTrig_h
2#define BesEmcTrig_h 1
3
4#include <vector>
5
6class EmcESum;
7class EmcCCount;
10
12public:
13 BesEmcTrig();
15 void startEmcTrig();
16
17// void clear();
18
19private:
20 EmcESum* m_EmcESum;
21 EmcCCount* m_EmcCCount;
22
23 bool BClus_Phi,EClus_Phi,Clus_Z,BClusBB,EClusBB,BL_BBLK;
24 bool BL_Z, Diff_E, Diff_B, BL_EBLK;
25 bool Etot_L, Etot_M, BEtot_H, EEtot_H;
26 bool NClus1, NClus2, NBClus1, NEClus1;
27
28 BesGlobalTrigSvc* m_pIBGT;
29 IBesGlobalTrigSvc* m_tmpSvc;
30
31};
32#endif
void startEmcTrig()
Definition: BesEmcTrig.cxx:39
Definition: EmcESum.h:9