/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/GeneratorModule/GeneratorModule-00-01-05/GeneratorModule/PurgeUnstableParticles.h

Go to the documentation of this file.
00001 #ifndef __GENMOD_PURGEUNSTABLEPARTICLES__
00002 #define __GENMOD_PURGEUNSTABLEPARTICLES__
00003 
00004 #include "GaudiKernel/Algorithm.h"
00005 #include <string>
00006 
00007 class StoreGateSvc;
00008 
00009 class PurgeUnstableParticles:public Algorithm {
00010 public:
00011   PurgeUnstableParticles(const std::string& name, ISvcLocator* pSvcLocator);
00012   StatusCode initialize();
00013   StatusCode execute();
00014   StatusCode finalize();
00015   
00016 private:
00017   std::string m_mcEventColl;
00018   StoreGateSvc* m_sgSvc;
00019         
00020 };
00021 
00022 #endif

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