/scratch0/jsnuveri/BDSIM/BDSIMgit/bdsim/include/BDSParameterisationPhysics.hh

00001 #ifndef __BDS_PARAMETERISATION_PHYSICS_HH_
00002 #define __BDS_PARAMETERISATION_PHYSICS_HH_
00003 
00004 #include "G4VPhysicsConstructor.hh"
00005 #include "G4FastSimulationManagerProcess.hh"
00006 
00007 class BDSParameterisationPhysics: public G4VPhysicsConstructor {
00008 public:
00009   BDSParameterisationPhysics();
00010   ~BDSParameterisationPhysics();
00011   void ConstructProcess();
00012   void ConstructParticle();
00013   
00014 private:
00015   G4bool _wasActivated;
00016   G4FastSimulationManagerProcess* _fastSimulationManagerProcess;
00017 };
00018 
00019 #endif

Generated on 28 Jun 2015 for BDSIM by  doxygen 1.4.7