FairRoot/PandaRoot
PndG4DummyPhysicsList.cxx
Go to the documentation of this file.
2 
3 
5 {
6  return;
7 }
8 
10 {
11  return;
12 }
13 
14 void PndG4DummyPhysicsList::ConstructParticle() // construction of particles
15 {
16  return;
17 }
18 
19 void PndG4DummyPhysicsList::ConstructProcess() // construct processes and register them to particles
20 {
21  return;
22 }
23