ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/xray_telescope/include/XrayTelStepCut.hh>
Protected Member Functions | |
G4double | GetMeanFreePath (const G4Track &aTrack, G4double previousStepSize, G4ForceCondition *condition) |
Private Member Functions | |
XrayTelStepCut & | operator= (const XrayTelStepCut &right) |
Private Attributes | |
G4double | MaxChargedStep |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
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 |
Definition at line 59 of file XrayTelStepCut.hh.
View newest version in sPHENIX GitHub at line 59 of file XrayTelStepCut.hh
XrayTelStepCut::XrayTelStepCut | ( | const G4String & | processName = "UserStepCut" | ) |
Definition at line 57 of file XrayTelStepCut.cc.
View newest version in sPHENIX GitHub at line 57 of file XrayTelStepCut.cc
References G4cout, G4endl, G4VProcess::GetProcessName(), and G4VProcess::verboseLevel.
XrayTelStepCut::XrayTelStepCut | ( | XrayTelStepCut & | right | ) |
Definition at line 69 of file XrayTelStepCut.cc.
View newest version in sPHENIX GitHub at line 69 of file XrayTelStepCut.cc
XrayTelStepCut::~XrayTelStepCut | ( | ) |
Definition at line 65 of file XrayTelStepCut.cc.
View newest version in sPHENIX GitHub at line 65 of file XrayTelStepCut.cc
|
inlineprotectedvirtual |
Implements G4VDiscreteProcess.
Definition at line 138 of file XrayTelStepCut.hh.
View newest version in sPHENIX GitHub at line 138 of file XrayTelStepCut.hh
|
private |
|
inlinevirtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 128 of file XrayTelStepCut.hh.
View newest version in sPHENIX GitHub at line 128 of file XrayTelStepCut.hh
References G4VProcess::aParticleChange, and G4ParticleChange::Initialize().
|
inlinevirtual |
Reimplemented from G4VDiscreteProcess.
Definition at line 108 of file XrayTelStepCut.hh.
View newest version in sPHENIX GitHub at line 108 of file XrayTelStepCut.hh
References DBL_MAX, G4DynamicParticle::GetDefinition(), G4Track::GetDynamicParticle(), G4VPhysicalVolume::GetName(), G4ParticleDefinition::GetPDGCharge(), G4Track::GetVolume(), MaxChargedStep, and NotForced.
Definition at line 73 of file XrayTelStepCut.cc.
View newest version in sPHENIX GitHub at line 73 of file XrayTelStepCut.cc
References MaxChargedStep, and Acts::Test::step().
|
private |
Definition at line 97 of file XrayTelStepCut.hh.
View newest version in sPHENIX GitHub at line 97 of file XrayTelStepCut.hh
Referenced by PostStepGetPhysicalInteractionLength(), and SetMaxStep().