Geant4
10.02.p01
|
#include <WLSPhysicsList.hh>
Definition at line 47 of file WLSPhysicsList.hh.
WLSPhysicsList::WLSPhysicsList | ( | G4String | physName | ) |
Definition at line 69 of file WLSPhysicsList.cc.
References G4VUserPhysicsList::defaultCutValue, fAbsorptionOn, fCutForElectron, fCutForGamma, fCutForPositron, fMessenger, fOpticalPhysics, fPhysicsVector, fStepMaxProcess, G4cout, G4endl, G4VModularPhysicsList::GetInstanceID(), G4VModularPhysicsList::GetPhysics(), G4VPhysicsConstructor::GetPhysicsName(), G4VModularPhysicsList::GetSubInstanceManager(), G4LossTableManager::Instance(), mm, G4VUPLSplitter< T >::offset, and G4VModularPhysicsList::RegisterPhysics().
|
virtual |
Definition at line 121 of file WLSPhysicsList.cc.
References fMessenger, and fStepMaxProcess.
void WLSPhysicsList::AddStepMax | ( | ) |
Definition at line 321 of file WLSPhysicsList.cc.
References G4ProcessManager::AddDiscreteProcess(), fStepMaxProcess, G4ParticleDefinition::GetProcessManager(), WLSStepMax::IsApplicable(), G4ParticleDefinition::IsShortLived(), and theParticleIterator.
Referenced by ConstructProcess().
void WLSPhysicsList::ClearPhysics | ( | ) |
Make sure that the physics list is empty.
Definition at line 130 of file WLSPhysicsList.cc.
References fPhysicsVector.
Referenced by WLSPhysicsListMessenger::SetNewValue().
|
virtual |
Reimplemented from G4VModularPhysicsList.
Definition at line 141 of file WLSPhysicsList.cc.
References G4VModularPhysicsList::ConstructParticle(), JA::Insert(), G4MuonMinus::MuonMinusDefinition(), and G4MuonPlus::MuonPlusDefinition().
|
virtual |
Reimplemented from G4VModularPhysicsList.
Definition at line 163 of file WLSPhysicsList.cc.
References G4ProcessManager::AddProcess(), AddStepMax(), G4VModularPhysicsList::ConstructProcess(), G4INCL::ClusterDecay::decay(), G4ProcessTable::FindProcess(), G4ParticleDefinition::GetProcessManager(), G4ProcessTable::GetProcessTable(), idxAtRest, idxPostStep, G4MuonMinus::MuonMinus(), G4MuonPlus::MuonPlus(), G4PionMinus::PionMinus(), G4PionPlus::PionPlus(), G4ProcessManager::RemoveProcess(), G4ProcessManager::SetProcessOrdering(), and SetVerbose().
WLSStepMax * WLSPhysicsList::GetStepMaxProcess | ( | ) |
Definition at line 314 of file WLSPhysicsList.cc.
References fStepMaxProcess.
void WLSPhysicsList::RemoveFromPhysicsList | ( | const G4String & | name | ) |
Remove specific physics from physics list.
Definition at line 231 of file WLSPhysicsList.cc.
References FatalException, fPhysicsVector, G4Exception(), G4VPhysicsConstructor::GetPhysicsName(), and name.
Referenced by SetAbsorption(), and WLSPhysicsListMessenger::SetNewValue().
void WLSPhysicsList::SetAbsorption | ( | G4bool | toggle | ) |
Definition at line 253 of file WLSPhysicsList.cc.
References WLSOpticalPhysics::ConstructProcess(), fAbsorptionOn, fOpticalPhysics, fPhysicsVector, and RemoveFromPhysicsList().
Referenced by WLSPhysicsListMessenger::SetNewValue().
void WLSPhysicsList::SetCutForElectron | ( | G4double | cut | ) |
Definition at line 291 of file WLSPhysicsList.cc.
References G4Electron::Electron(), fCutForElectron, and G4VUserPhysicsList::SetParticleCuts().
Referenced by WLSPhysicsListMessenger::SetNewValue().
void WLSPhysicsList::SetCutForGamma | ( | G4double | cut | ) |
Definition at line 283 of file WLSPhysicsList.cc.
References fCutForGamma, G4Gamma::Gamma(), and G4VUserPhysicsList::SetParticleCuts().
Referenced by WLSPhysicsListMessenger::SetNewValue().
void WLSPhysicsList::SetCutForPositron | ( | G4double | cut | ) |
Definition at line 299 of file WLSPhysicsList.cc.
References fCutForPositron, G4Positron::Positron(), and G4VUserPhysicsList::SetParticleCuts().
Referenced by WLSPhysicsListMessenger::SetNewValue().
|
virtual |
Reimplemented from G4VUserPhysicsList.
Definition at line 264 of file WLSPhysicsList.cc.
References G4VUserPhysicsList::defaultCutValue, G4VUserPhysicsList::DumpCutValuesTable(), fCutForElectron, fCutForGamma, fCutForPositron, G4BestUnit, G4cout, G4endl, G4VUserPhysicsList::SetCutValue(), and G4VModularPhysicsList::verboseLevel.
void WLSPhysicsList::SetNbOfPhotonsCerenkov | ( | G4int | maxNumber | ) |
Definition at line 339 of file WLSPhysicsList.cc.
References fOpticalPhysics, and WLSOpticalPhysics::SetNbOfPhotonsCerenkov().
void WLSPhysicsList::SetStepMax | ( | G4double | step | ) |
Definition at line 307 of file WLSPhysicsList.cc.
References fStepMaxProcess, and WLSStepMax::SetStepMax().
Referenced by WLSPhysicsListMessenger::SetNewValue().
void WLSPhysicsList::SetVerbose | ( | G4int | verbose | ) |
Definition at line 346 of file WLSPhysicsList.cc.
References fOpticalPhysics, WLSOpticalPhysics::GetAbsorptionProcess(), WLSOpticalPhysics::GetBoundaryProcess(), WLSOpticalPhysics::GetCerenkovProcess(), WLSOpticalPhysics::GetMieHGScatteringProcess(), WLSOpticalPhysics::GetRayleighScatteringProcess(), WLSOpticalPhysics::GetScintillationProcess(), and G4VProcess::SetVerboseLevel().
Referenced by ConstructProcess(), and WLSPhysicsListMessenger::SetNewValue().
|
private |
Definition at line 91 of file WLSPhysicsList.hh.
Referenced by SetAbsorption(), and WLSPhysicsList().
|
private |
Definition at line 82 of file WLSPhysicsList.hh.
Referenced by SetCutForElectron(), SetCuts(), and WLSPhysicsList().
|
private |
Definition at line 81 of file WLSPhysicsList.hh.
Referenced by SetCutForGamma(), SetCuts(), and WLSPhysicsList().
|
private |
Definition at line 83 of file WLSPhysicsList.hh.
Referenced by SetCutForPositron(), SetCuts(), and WLSPhysicsList().
|
private |
Definition at line 89 of file WLSPhysicsList.hh.
Referenced by WLSPhysicsList(), and ~WLSPhysicsList().
|
private |
Definition at line 87 of file WLSPhysicsList.hh.
Referenced by SetAbsorption(), SetNbOfPhotonsCerenkov(), SetVerbose(), and WLSPhysicsList().
|
private |
Definition at line 93 of file WLSPhysicsList.hh.
Referenced by ClearPhysics(), RemoveFromPhysicsList(), SetAbsorption(), and WLSPhysicsList().
|
private |
Definition at line 85 of file WLSPhysicsList.hh.
Referenced by AddStepMax(), GetStepMaxProcess(), SetStepMax(), WLSPhysicsList(), and ~WLSPhysicsList().