Monte Carlo LYSO
Geant4 simulation for the LYSO calorimeter prototype
src
physics.cc
Go to the documentation of this file.
1
5
#include "
physics.hh
"
6
7
MyPhysicsList::MyPhysicsList
()
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::MyPhysicsList
MyPhysicsList()
Constructor of the class.
Definition:
physics.cc:7
physics.hh
Declaration of the class MyPhysicsList.
Generated by
1.9.1