ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/error_propagation/include/G4VErrorLimitProcess.hh>
Protected Attributes | |
G4double | theStepLimit |
G4double | theStepLength |
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 |
Definition at line 55 of file G4VErrorLimitProcess.hh.
View newest version in sPHENIX GitHub at line 55 of file G4VErrorLimitProcess.hh
G4VErrorLimitProcess::G4VErrorLimitProcess | ( | const G4String & | processName | ) |
Definition at line 36 of file G4VErrorLimitProcess.cc.
View newest version in sPHENIX GitHub at line 36 of file G4VErrorLimitProcess.cc
References kInfinity, theStepLength, and theStepLimit.
G4VErrorLimitProcess::~G4VErrorLimitProcess | ( | ) |
Definition at line 45 of file G4VErrorLimitProcess.cc.
View newest version in sPHENIX GitHub at line 45 of file G4VErrorLimitProcess.cc
|
virtual |
Definition at line 52 of file G4VErrorLimitProcess.cc.
View newest version in sPHENIX GitHub at line 52 of file G4VErrorLimitProcess.cc
References theStepLength.
|
inline |
Definition at line 80 of file G4VErrorLimitProcess.hh.
View newest version in sPHENIX GitHub at line 80 of file G4VErrorLimitProcess.hh
References theStepLimit.
|
virtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 60 of file G4VErrorLimitProcess.cc.
View newest version in sPHENIX GitHub at line 60 of file G4VErrorLimitProcess.cc
References G4VParticleChange::Initialize(), and theParticleChange.
|
pure virtual |
Reimplemented from G4VDiscreteProcess.
Implemented in G4ErrorStepLengthLimitProcess, and G4ErrorMagFieldLimitProcess.
Definition at line 81 of file G4VErrorLimitProcess.hh.
View newest version in sPHENIX GitHub at line 81 of file G4VErrorLimitProcess.hh
References theStepLimit.
Referenced by G4ErrorMessenger::SetNewValue().
|
protected |
Definition at line 89 of file G4VErrorLimitProcess.hh.
View newest version in sPHENIX GitHub at line 89 of file G4VErrorLimitProcess.hh
Referenced by PostStepDoIt().
|
protected |
Definition at line 86 of file G4VErrorLimitProcess.hh.
View newest version in sPHENIX GitHub at line 86 of file G4VErrorLimitProcess.hh
Referenced by G4VErrorLimitProcess(), GetMeanFreePath(), and G4ErrorMagFieldLimitProcess::PostStepGetPhysicalInteractionLength().
|
protected |
Definition at line 85 of file G4VErrorLimitProcess.hh.
View newest version in sPHENIX GitHub at line 85 of file G4VErrorLimitProcess.hh
Referenced by G4ErrorMagFieldLimitProcess::G4ErrorMagFieldLimitProcess(), G4ErrorStepLengthLimitProcess::G4ErrorStepLengthLimitProcess(), G4VErrorLimitProcess(), GetStepLimit(), G4ErrorMagFieldLimitProcess::PostStepGetPhysicalInteractionLength(), G4ErrorStepLengthLimitProcess::PostStepGetPhysicalInteractionLength(), and SetStepLimit().