CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
BesNavigatorInit.h
Go to the documentation of this file.
1#include "GaudiKernel/Algorithm.h"
3
5
7
8class BesNavigatorInit:public Algorithm {
9public:
10 BesNavigatorInit (const std::string& name, ISvcLocator* pSvcLocator);
11 StatusCode initialize();
12 StatusCode execute();
13 StatusCode finalize();
14
15 void fillMdcInfo();
16 void fillEmcInfo();
17 void fillTofInfo();
18 void fillMucInfo();
19
20private:
21 EventNavigator* m_navigator;
23
24 bool b_fillMdc;
25 bool b_fillTof;
26 bool b_fillEmc;
27 bool b_fillMuc;
28
29 bool b_fillHitMaps;
30
31 int m_mdcCut;
32};
33
34
EvtNavigatorState
@ ANA
@ RECO
@ SIMU
BesNavigatorInit(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize()