#include <ExN04PhysicsList.hh>
Definition at line 29 of file ExN04PhysicsList.hh.
◆ ExN04PhysicsList()
ExN04PhysicsList::ExN04PhysicsList |
( |
| ) |
|
Definition at line 51 of file ExN04PhysicsList.cxx.
51 : G4VModularPhysicsList()
52{
53
54 defaultCutValue = 1.0*mm;
55 SetVerboseLevel(1);
56
57
58 RegisterPhysics( new ExN04GeneralPhysics("general") );
59
60
61 RegisterPhysics( new ExN04EMPhysics("standard EM"));
62
63
64 RegisterPhysics( new ExN04MuonPhysics("muon"));
65
66
67 RegisterPhysics( new ExN04HadronPhysics("hadron"));
68
69
70 RegisterPhysics( new ExN04IonPhysics("ion"));
71
72
73}
◆ ~ExN04PhysicsList()
ExN04PhysicsList::~ExN04PhysicsList |
( |
| ) |
|
|
virtual |
◆ SetCuts()
void ExN04PhysicsList::SetCuts |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: