CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Trigger/Trigger/Trigger-00-01-05/Trigger/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;
6#include "Trigger/TofHitCount.h"
7
10
11class BesTofTrig{
12public:
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; }
20private:
21 TofHitCount* m_TofHitCount;
22 bool NBTOF1,NBTOF2,NETOF1,NETOF2,NTOF1;
23 bool TBB,ETBB;
24 std::vector<int> bHitpos;
25 std::vector<int> ecapHitpos;
26 std::vector<int> wcapHitpos;
27
28 BesGlobalTrigSvc* m_pIBGT;
29 IBesGlobalTrigSvc* m_tmpSvc;
30
31};
32#endif
void startTofTrig()