/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootIO/RootIO-00-01-31/RootIO/RootIoAlg.h

Go to the documentation of this file.
00001 #include "GaudiKernel/AlgFactory.h"
00002 #include "GaudiKernel/Algorithm.h"
00003 #include <string>
00004 
00005 class RootIoAlg:public Algorithm {
00006 public:
00007   RootIoAlg(const std::string& name, ISvcLocator* pSvcLocator);
00008   StatusCode initialize();
00009   StatusCode execute();
00010   StatusCode finalize();
00011   
00012 private:
00013 //  int m_fittingMethod;
00014 //  std::string m_configFile;
00015 
00016 };

Generated on Tue Nov 29 23:11:42 2016 for BOSS_7.0.2 by  doxygen 1.4.7