BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesTofTrig.h
Go to the documentation of this file.
1#ifndef BesTofTrig_h
2#define BesTofTrig_h 1
3#include <vector>
4
5using namespace std;
7
10
12public:
13 BesTofTrig();
15 void startTofTrig();
16
17 inline std::vector<int>& GetbHitpos() { return bHitpos; }
18 inline std::vector<int>& GetecapHitpos() { return ecapHitpos; }
19 inline std::vector<int>& GetwcapHitpos() { return wcapHitpos; }
20
21private:
22 TofHitCount* m_TofHitCount;
23 bool NBTOF1, NBTOF2, NETOF1, NETOF2, NTOF1;
24 bool TBB, ETBB;
25 std::vector<int> bHitpos;
26 std::vector<int> ecapHitpos;
27 std::vector<int> wcapHitpos;
28
29 BesGlobalTrigSvc* m_pIBGT;
30 IBesGlobalTrigSvc* m_tmpSvc;
31};
32#endif
std::vector< int > & GetwcapHitpos()
Definition BesTofTrig.h:19
std::vector< int > & GetecapHitpos()
Definition BesTofTrig.h:18
std::vector< int > & GetbHitpos()
Definition BesTofTrig.h:17
void startTofTrig()