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 class PndG4DummyPhysicsList : public G4VUserPhysicsList {
8  public:
11  virtual void ConstructParticle(); // construction of particles
12  virtual void ConstructProcess(); // construct processes and register them to particles
13 };
14 
15 #endif
virtual void ConstructProcess()
virtual void ConstructParticle()