/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/GenAnalysisTools/TruthExamples/TruthExamples-00-00-07/TruthExamples/DumpMC.h

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

Generated on Tue Nov 29 23:12:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7