/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/G4Svc/G4Svc-00-01-52/G4Svc/BesHepMCInterface.h

Go to the documentation of this file.
00001 #ifndef BesHepMCInterface_H
00002 #define BesHepMCInterface_H
00003 
00004 #include <string>
00005 #include "GaudiKernel/IDataProviderSvc.h"
00006 #include "HepMC/GenEvent.h"
00007 #include "G4Svc/G4HepMCInterface.h"
00008 
00009 class BesHepMCInterface :public G4HepMCInterface {
00010 public:
00011         BesHepMCInterface();
00012         ~BesHepMCInterface();
00013   
00014   HepMC::GenEvent* GenerateHepMCEvent();
00015   
00016 private:
00017         IDataProviderSvc* p_evtSvc;
00018 };
00019 
00020 #endif

Generated on Tue Nov 29 23:14:33 2016 for BOSS_7.0.2 by  doxygen 1.4.7