FairRoot/PandaRoot
PndG4DummyPhysicsList.h
Go to the documentation of this file.
1 #ifndef PNDG4DUMMYPHYSICSLIST_H
2 #define PNDG4DUMMYPHYSICSLIST_H 1
3 
4 #include "globals.hh"
5 #include "G4VUserPhysicsList.hh"
6 
7 
8 class PndG4DummyPhysicsList : public G4VUserPhysicsList
9 {
10  public:
13  virtual void ConstructParticle(); // construction of particles
14  virtual void ConstructProcess(); // construct processes and register them to particles
15 };
16 
17 #endif