/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Trigger/Trigger/Trigger-00-01-05/Trigger/BesTMTrig.h

Go to the documentation of this file.
00001 #ifndef BesTMTrig_h
00002 #define BesTMTrig_h 1
00003 
00004 #include <vector>
00005 
00006 class IBesGlobalTrigSvc;
00007 class BesGlobalTrigSvc;
00008 
00009 class BesTMTrig {
00010 public:
00011   BesTMTrig();
00012   ~BesTMTrig();
00013   void startTMTrig();
00014   void dump();
00015 
00016 private:
00017   IBesGlobalTrigSvc* m_tmpSvc;
00018   BesGlobalTrigSvc* m_pIBGT;
00019 
00020   std::vector<std::vector<int> > m_tm_barrel;
00021   std::vector<std::vector<int> > m_tm_ecap;
00022   std::vector<std::vector<int> > m_tm_wcap;
00023 };
00024 #endif

Generated on Tue Nov 29 23:14:40 2016 for BOSS_7.0.2 by  doxygen 1.4.7