Geant4.10
|
#include <G4FastSimulationManagerProcess.hh>
Additional Inherited Members | |
![]() | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
![]() | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
![]() | |
const G4ProcessManager * | aProcessManager |
G4VParticleChange * | pParticleChange |
G4ParticleChange | aParticleChange |
G4double | theNumberOfInteractionLengthLeft |
G4double | currentInteractionLength |
G4double | theInitialNumberOfInteractionLength |
G4String | theProcessName |
G4String | thePhysicsTableFileName |
G4ProcessType | theProcessType |
G4int | theProcessSubType |
G4double | thePILfactor |
G4bool | enableAtRestDoIt |
G4bool | enableAlongStepDoIt |
G4bool | enablePostStepDoIt |
G4int | verboseLevel |
Definition at line 78 of file G4FastSimulationManagerProcess.hh.
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName = "G4FastSimulationManagerProcess" , |
G4ProcessType | theType = fParameterisation |
||
) |
Definition at line 54 of file G4FastSimulationManagerProcess.cc.
References G4GlobalFastSimulationManager::AddFSMP(), FASTSIM_ManagerProcess, G4cout, G4endl, G4GlobalFastSimulationManager::GetGlobalFastSimulationManager(), G4PathFinder::GetInstance(), G4VPhysicalVolume::GetName(), G4TransportationManager::GetNavigatorForTracking(), G4VProcess::GetProcessName(), G4TransportationManager::GetTransportationManager(), G4Navigator::GetWorldVolume(), G4VProcess::SetProcessSubType(), SetWorldVolume(), and G4VProcess::verboseLevel.
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
const G4String & | worldVolumeName, | ||
G4ProcessType | theType = fParameterisation |
||
) |
Definition at line 83 of file G4FastSimulationManagerProcess.cc.
References G4GlobalFastSimulationManager::AddFSMP(), FASTSIM_ManagerProcess, G4cout, G4endl, G4GlobalFastSimulationManager::GetGlobalFastSimulationManager(), G4PathFinder::GetInstance(), G4VPhysicalVolume::GetName(), G4VProcess::GetProcessName(), G4TransportationManager::GetTransportationManager(), G4VProcess::SetProcessSubType(), SetWorldVolume(), and G4VProcess::verboseLevel.
G4FastSimulationManagerProcess::G4FastSimulationManagerProcess | ( | const G4String & | processName, |
G4VPhysicalVolume * | worldVolume, | ||
G4ProcessType | theType = fParameterisation |
||
) |
Definition at line 113 of file G4FastSimulationManagerProcess.cc.
References G4GlobalFastSimulationManager::AddFSMP(), FASTSIM_ManagerProcess, G4cout, G4endl, G4GlobalFastSimulationManager::GetGlobalFastSimulationManager(), G4PathFinder::GetInstance(), G4VPhysicalVolume::GetName(), G4VProcess::GetProcessName(), G4TransportationManager::GetTransportationManager(), G4VProcess::SetProcessSubType(), SetWorldVolume(), and G4VProcess::verboseLevel.
|
virtual |
Definition at line 142 of file G4FastSimulationManagerProcess.cc.
References G4GlobalFastSimulationManager::GetGlobalFastSimulationManager(), and G4GlobalFastSimulationManager::RemoveFSMP().
|
virtual |
Implements G4VProcess.
Definition at line 357 of file G4FastSimulationManagerProcess.cc.
References G4VParticleChange::Initialize().
|
virtual |
Implements G4VProcess.
Definition at line 293 of file G4FastSimulationManagerProcess.cc.
References CandidateForSelection, G4Navigator::ComputeSafety(), G4PathFinder::ComputeStep(), DBL_MAX, G4ThreadLocal, G4Track::GetCurrentStepNumber(), G4Track::GetVolume(), kDoNot, kSharedOther, kSharedTransport, kUnique, NotCandidateForSelection, and G4FieldTrackUpdator::Update().
|
virtual |
Implements G4VProcess.
Definition at line 399 of file G4FastSimulationManagerProcess.cc.
References G4FastSimulationManager::InvokeAtRestDoIt().
|
virtual |
Implements G4VProcess.
Definition at line 372 of file G4FastSimulationManagerProcess.cc.
References G4FastSimulationManager::AtRestGetFastSimulationManagerTrigger(), DBL_MAX, G4LogicalVolume::GetFastSimulationManager(), G4PathFinder::GetLocatedVolume(), G4VPhysicalVolume::GetLogicalVolume(), G4Track::GetVolume(), and NotForced.
|
virtual |
Reimplemented from G4VProcess.
Definition at line 228 of file G4FastSimulationManagerProcess.cc.
References G4TransportationManager::DeActivateNavigator().
|
inline |
Definition at line 104 of file G4FastSimulationManagerProcess.hh.
|
virtual |
Implements G4VProcess.
Definition at line 279 of file G4FastSimulationManagerProcess.cc.
References fStopAndKill, fSuspend, G4VParticleChange::GetTrackStatus(), G4FastSimulationManager::InvokePostStepDoIt(), and G4VParticleChange::ProposeTrackStatus().
|
virtual |
Implements G4VProcess.
Definition at line 240 of file G4FastSimulationManagerProcess.cc.
References DBL_MAX, ExclusivelyForced, G4LogicalVolume::GetFastSimulationManager(), G4PathFinder::GetLocatedVolume(), G4VPhysicalVolume::GetLogicalVolume(), G4Track::GetVolume(), NotForced, and G4FastSimulationManager::PostStepGetFastSimulationManagerTrigger().
Definition at line 151 of file G4FastSimulationManagerProcess.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4VPhysicalVolume::GetName(), G4VProcess::GetProcessName(), G4TransportationManager::IsWorldExisting(), JustWarning, and G4VProcess::verboseLevel.
Referenced by G4FastSimulationManagerProcess(), and SetWorldVolume().
void G4FastSimulationManagerProcess::SetWorldVolume | ( | G4VPhysicalVolume * | newWorld | ) |
Definition at line 190 of file G4FastSimulationManagerProcess.cc.
References FatalException, G4endl, G4Exception(), G4VPhysicalVolume::GetName(), and SetWorldVolume().
Reimplemented from G4VProcess.
Definition at line 210 of file G4FastSimulationManagerProcess.cc.
References G4TransportationManager::ActivateNavigator(), G4Track::GetMomentumDirection(), G4TransportationManager::GetNavigator(), G4TransportationManager::GetNavigatorForTracking(), G4Track::GetPosition(), G4TransportationManager::GetTransportationManager(), and G4PathFinder::PrepareNewTrack().
void G4FastSimulationManagerProcess::Verbose | ( | ) | const |
Definition at line 405 of file G4FastSimulationManagerProcess.cc.