Monte Carlo LYSO
Geant4 simulation for the LYSO calorimeter prototype
physics.cc
Go to the documentation of this file.
1 
5 #include "physics.hh"
6 
8 {
9  // EM physics
10  RegisterPhysics(new G4EmStandardPhysics());
11 
12  // Optical physics
13  RegisterPhysics(new G4OpticalPhysics());
14 
15  // Particles and their decay processes
16  RegisterPhysics(new G4DecayPhysics());
17 
18  // Radioactive decay for GenericIon
19  RegisterPhysics(new G4RadioactiveDecayPhysics());
20 }
MyPhysicsList()
Constructor of the class.
Definition: physics.cc:7
Declaration of the class MyPhysicsList.