BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/Trigger/Trigger/BesTMTrig.h
Go to the documentation of this file.
1#ifndef BesTMTrig_h
2#define BesTMTrig_h 1
3
4#include <vector>
5
8
9class BesTMTrig {
10public:
11 BesTMTrig();
12 ~BesTMTrig();
13 void startTMTrig();
14 void dump();
15
16private:
17 IBesGlobalTrigSvc* m_tmpSvc;
18 BesGlobalTrigSvc* m_pIBGT;
19
20 std::vector<std::vector<int> > m_tm_barrel;
21 std::vector<std::vector<int> > m_tm_ecap;
22 std::vector<std::vector<int> > m_tm_wcap;
23};
24#endif
void dump()
Definition: BesTMTrig.cxx:203
void startTMTrig()
Definition: BesTMTrig.cxx:230