Geant4.10
|
#include <G4ParallelWorldScoringProcess.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 68 of file G4ParallelWorldScoringProcess.hh.
G4ParallelWorldScoringProcess::G4ParallelWorldScoringProcess | ( | const G4String & | processName = "ParaWorldScore" , |
G4ProcessType | theType = fParameterisation |
||
) |
Definition at line 54 of file G4ParallelWorldScoringProcess.cc.
References G4cout, G4endl, G4PathFinder::GetInstance(), G4Step::GetPostStepPoint(), G4Step::GetPreStepPoint(), G4VProcess::GetProcessName(), G4TransportationManager::GetTransportationManager(), G4VProcess::pParticleChange, and G4VProcess::verboseLevel.
|
virtual |
Definition at line 75 of file G4ParallelWorldScoringProcess.cc.
|
virtual |
Implements G4VProcess.
Definition at line 390 of file G4ParallelWorldScoringProcess.cc.
References G4VParticleChange::Initialize(), and G4VProcess::pParticleChange.
|
virtual |
Implements G4VProcess.
Definition at line 324 of file G4ParallelWorldScoringProcess.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 198 of file G4ParallelWorldScoringProcess.cc.
References G4VPhysicalVolume::GetLogicalVolume(), G4StepPoint::GetSensitiveDetector(), G4LogicalVolume::GetSensitiveDetector(), G4StepPoint::GetTouchableHandle(), G4VTouchable::GetVolume(), G4VSensitiveDetector::Hit(), G4VParticleChange::Initialize(), G4VProcess::pParticleChange, G4StepPoint::SetSensitiveDetector(), G4StepPoint::SetTouchableHandle(), Verbose(), and G4VProcess::verboseLevel.
|
virtual |
Implements G4VProcess.
Definition at line 185 of file G4ParallelWorldScoringProcess.cc.
References DBL_MAX, and Forced.
G4bool G4ParallelWorldScoringProcess::IsAtRestRequired | ( | G4ParticleDefinition * | partDef | ) |
Definition at line 110 of file G4ParallelWorldScoringProcess.cc.
References G4ParticleDefinition::GetParticleName(), and G4ParticleDefinition::GetPDGEncoding().
|
virtual |
Implements G4VProcess.
Definition at line 255 of file G4ParallelWorldScoringProcess.cc.
References G4PathFinder::CreateTouchableHandle(), G4VPhysicalVolume::GetLogicalVolume(), G4StepPoint::GetSensitiveDetector(), G4LogicalVolume::GetSensitiveDetector(), G4StepPoint::GetTouchableHandle(), G4VTouchable::GetVolume(), G4VSensitiveDetector::Hit(), G4VParticleChange::Initialize(), G4VProcess::pParticleChange, G4StepPoint::SetSensitiveDetector(), G4StepPoint::SetTouchableHandle(), Verbose(), and G4VProcess::verboseLevel.
|
virtual |
Implements G4VProcess.
Definition at line 240 of file G4ParallelWorldScoringProcess.cc.
References DBL_MAX, and StronglyForced.
Definition at line 86 of file G4ParallelWorldScoringProcess.cc.
References G4TransportationManager::GetNavigator(), and G4TransportationManager::GetParallelWorld().
Referenced by B03PhysicsList::AddScoringProcess(), and RE06PhysicsList::ConstructGeneral().
void G4ParallelWorldScoringProcess::SetParallelWorld | ( | G4VPhysicalVolume * | parallelWorld | ) |
Definition at line 98 of file G4ParallelWorldScoringProcess.cc.
References G4VPhysicalVolume::GetName(), and G4TransportationManager::GetNavigator().
Reimplemented from G4VProcess.
Definition at line 141 of file G4ParallelWorldScoringProcess.cc.
References G4TransportationManager::ActivateNavigator(), G4PathFinder::CreateTouchableHandle(), FatalException, fUndefined, G4Exception(), G4Track::GetMomentumDirection(), G4Track::GetPosition(), G4PathFinder::PrepareNewTrack(), G4StepPoint::SetStepStatus(), and G4StepPoint::SetTouchableHandle().
Definition at line 424 of file G4ParallelWorldScoringProcess.cc.
References G4cout, G4endl, G4Track::GetMomentumDirection(), G4VPhysicalVolume::GetName(), G4StepPoint::GetPhysicalVolume(), G4StepPoint::GetPosition(), G4Step::GetPostStepPoint(), G4Step::GetPreStepPoint(), G4StepPoint::GetProcessDefinedStep(), G4VProcess::GetProcessName(), G4VTouchable::GetReplicaNumber(), G4Step::GetStepLength(), G4Step::GetTotalEnergyDeposit(), G4StepPoint::GetTouchable(), G4Step::GetTrack(), python.hepunit::MeV, and python.hepunit::mm.
Referenced by AtRestDoIt(), and PostStepDoIt().