LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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 46 of file PhysicsList.hh.
PhysicsList::PhysicsList | ( | ) |
Definition at line 42 of file PhysicsList.cc.
References currentDefaultCut, cutForElectron, cutForGamma, cutForPositron, emName, emPhysicsList, and pMessenger.
PhysicsList::~PhysicsList | ( | ) |
void PhysicsList::AddPhysicsList | ( | const G4String & | name | ) |
Definition at line 190 of file PhysicsList.cc.
References emName, and emPhysicsList.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::ConstructParticle | ( | ) |
Definition at line 116 of file PhysicsList.cc.
void PhysicsList::ConstructProcess | ( | ) |
void PhysicsList::SetCutForElectron | ( | G4double | cut | ) |
Definition at line 238 of file PhysicsList.cc.
References cutForElectron, and pyG4VUserPhysicsList::SetParticleCuts.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::SetCutForGamma | ( | G4double | cut | ) |
Definition at line 230 of file PhysicsList.cc.
References cutForGamma, and pyG4VUserPhysicsList::SetParticleCuts.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::SetCutForPositron | ( | G4double | cut | ) |
Definition at line 246 of file PhysicsList.cc.
References cutForPositron, and pyG4VUserPhysicsList::SetParticleCuts.
Referenced by PhysicsListMessenger::SetNewValue().
void PhysicsList::SetCuts | ( | ) |
Definition at line 218 of file PhysicsList.cc.
References cutForElectron, cutForGamma, and cutForPositron.
|
private |
Definition at line 65 of file PhysicsList.hh.
Referenced by PhysicsList().
|
private |
Definition at line 63 of file PhysicsList.hh.
Referenced by PhysicsList(), SetCutForElectron(), and SetCuts().
|
private |
Definition at line 62 of file PhysicsList.hh.
Referenced by PhysicsList(), SetCutForGamma(), and SetCuts().
|
private |
Definition at line 64 of file PhysicsList.hh.
Referenced by PhysicsList(), SetCutForPositron(), and SetCuts().
|
private |
Definition at line 68 of file PhysicsList.hh.
Referenced by AddPhysicsList(), and PhysicsList().
|
private |
Definition at line 67 of file PhysicsList.hh.
Referenced by AddPhysicsList(), ConstructProcess(), and PhysicsList().
|
private |
Definition at line 70 of file PhysicsList.hh.
Referenced by PhysicsList(), and ~PhysicsList().