![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/error_propagation/include/G4ErrorTrackLengthTarget.hh>
Inheritance diagram for G4ErrorTrackLengthTarget:
Collaboration diagram for G4ErrorTrackLengthTarget:Private Attributes | |
| G4double | theMaximumTrackLength |
| G4VParticleChange | theParticleChange |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
| static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Member Functions inherited from G4VDiscreteProcess | |
| virtual G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition)=0 |
Protected Attributes inherited from G4VProcess | |
| 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 |
Protected Attributes inherited from G4ErrorTarget | |
| G4ErrorTargetType | theType |
Definition at line 53 of file G4ErrorTrackLengthTarget.hh.
View newest version in sPHENIX GitHub at line 53 of file G4ErrorTrackLengthTarget.hh
| G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget | ( | const G4double | maxTrkLength | ) |
Definition at line 46 of file G4ErrorTrackLengthTarget.cc.
View newest version in sPHENIX GitHub at line 46 of file G4ErrorTrackLengthTarget.cc
References G4ProcessManager::AddDiscreteProcess(), G4ErrorTarget_TrkL, G4Exception(), G4ParticleTable::GetIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4ProcessManager::GetProcessList(), G4ParticleDefinition::GetProcessManager(), G4VProcess::GetProcessName(), G4ParticleDefinition::IsShortLived(), particle, G4ProcessManager::RemoveProcess(), G4ParticleTableIterator< K, V >::reset(), RunMustBeAborted, G4ProcessVector::size(), theParticleIterator, G4ErrorTarget::theType, and G4ParticleTableIterator< K, V >::value().
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 60 of file G4ErrorTrackLengthTarget.hh.
View newest version in sPHENIX GitHub at line 60 of file G4ErrorTrackLengthTarget.hh
Implements G4ErrorTarget.
Definition at line 131 of file G4ErrorTrackLengthTarget.cc.
View newest version in sPHENIX GitHub at line 131 of file G4ErrorTrackLengthTarget.cc
References G4cout, G4endl, and theMaximumTrackLength.
|
inlinevirtual |
Reimplemented from G4ErrorTarget.
Definition at line 65 of file G4ErrorTrackLengthTarget.hh.
View newest version in sPHENIX GitHub at line 65 of file G4ErrorTrackLengthTarget.hh
References DBL_MAX.
|
inlinevirtual |
Reimplemented from G4ErrorTarget.
Definition at line 68 of file G4ErrorTrackLengthTarget.hh.
View newest version in sPHENIX GitHub at line 68 of file G4ErrorTrackLengthTarget.hh
References DBL_MAX.
|
virtual |
Definition at line 108 of file G4ErrorTrackLengthTarget.cc.
View newest version in sPHENIX GitHub at line 108 of file G4ErrorTrackLengthTarget.cc
References G4cout, G4endl, G4Track::GetTrackLength(), theMaximumTrackLength, and G4ErrorPropagatorData::verbose().
Referenced by PostStepGetPhysicalInteractionLength().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 123 of file G4ErrorTrackLengthTarget.cc.
View newest version in sPHENIX GitHub at line 123 of file G4ErrorTrackLengthTarget.cc
References G4VParticleChange::Initialize(), and theParticleChange.
Here is the call graph for this function:
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 98 of file G4ErrorTrackLengthTarget.cc.
View newest version in sPHENIX GitHub at line 98 of file G4ErrorTrackLengthTarget.cc
References GetMeanFreePath(), and NotForced.
Here is the call graph for this function:
|
private |
Definition at line 87 of file G4ErrorTrackLengthTarget.hh.
View newest version in sPHENIX GitHub at line 87 of file G4ErrorTrackLengthTarget.hh
Referenced by Dump(), and GetMeanFreePath().
|
private |
Definition at line 88 of file G4ErrorTrackLengthTarget.hh.
View newest version in sPHENIX GitHub at line 88 of file G4ErrorTrackLengthTarget.hh
Referenced by PostStepDoIt().