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