LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "PhysicsList.hh"
Public Member Functions | |
PhysicsList () | |
~PhysicsList () | |
void | ConstructParticle () |
void | ConstructProcess () |
void | AddPhysicsList (const G4String &name) |
void | SetCuts () |
void | SetCutForGamma (G4double) |
void | SetCutForElectron (G4double) |
void | SetCutForPositron (G4double) |
Private Attributes | |
G4double | cutForGamma |
G4double | cutForElectron |
G4double | cutForPositron |
G4double | currentDefaultCut |
G4VPhysicsConstructor * | emPhysicsList |
G4String | emName |
PhysicsListMessenger * | pMessenger |
Definition at line 47 of file PhysicsList.hh.
PhysicsList::PhysicsList | ( | ) |
Definition at line 43 of file PhysicsList.cc.
References currentDefaultCut, cutForElectron, cutForGamma, cutForPositron, emName, emPhysicsList, and pMessenger.
PhysicsList::~PhysicsList | ( | ) |
void PhysicsList::AddPhysicsList | ( | const G4String & | name | ) |
Definition at line 191 of file PhysicsList.cc.
References emName, and emPhysicsList.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::ConstructParticle | ( | ) |
Definition at line 117 of file PhysicsList.cc.
void PhysicsList::ConstructProcess | ( | ) |
void PhysicsList::SetCutForElectron | ( | G4double | cut | ) |
Definition at line 239 of file PhysicsList.cc.
References cutForElectron, and pyG4VUserPhysicsList::SetParticleCuts.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::SetCutForGamma | ( | G4double | cut | ) |
Definition at line 231 of file PhysicsList.cc.
References cutForGamma, and pyG4VUserPhysicsList::SetParticleCuts.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::SetCutForPositron | ( | G4double | cut | ) |
Definition at line 247 of file PhysicsList.cc.
References cutForPositron, and pyG4VUserPhysicsList::SetParticleCuts.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::SetCuts | ( | ) |
Definition at line 219 of file PhysicsList.cc.
References cutForElectron, cutForGamma, and cutForPositron.
|
private |
Definition at line 66 of file PhysicsList.hh.
Referenced by PhysicsList().
|
private |
Definition at line 64 of file PhysicsList.hh.
Referenced by PhysicsList(), SetCutForElectron(), and SetCuts().
|
private |
Definition at line 63 of file PhysicsList.hh.
Referenced by PhysicsList(), SetCutForGamma(), and SetCuts().
|
private |
Definition at line 65 of file PhysicsList.hh.
Referenced by PhysicsList(), SetCutForPositron(), and SetCuts().
|
private |
Definition at line 69 of file PhysicsList.hh.
Referenced by AddPhysicsList(), and PhysicsList().
|
private |
Definition at line 68 of file PhysicsList.hh.
Referenced by AddPhysicsList(), ConstructProcess(), and PhysicsList().
|
private |
Definition at line 71 of file PhysicsList.hh.
Referenced by PhysicsList(), and ~PhysicsList().