CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
DstHltMaker.h
Go to the documentation of this file.
1#include "GaudiKernel/Algorithm.h"
2#include <string>
3
4class DstHltMaker:public Algorithm {
5public:
6 DstHltMaker(const std::string& name, ISvcLocator* pSvcLocator);
7 StatusCode initialize();
8 StatusCode execute();
9 StatusCode finalize();
10
11private:
12 // int m_fittingMethod;
13 //std::string m_configFile;
14 uint32_t m_ntot;
15};
StatusCode execute()
StatusCode initialize()
StatusCode finalize()
DstHltMaker(const std::string &name, ISvcLocator *pSvcLocator)