ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/transportation/include/G4UserSpecialCuts.hh>
Private Member Functions | |
G4UserSpecialCuts (G4UserSpecialCuts &) | |
G4UserSpecialCuts & | operator= (const G4UserSpecialCuts &right) |
Private Attributes | |
G4LossTableManager * | theLossTableManager |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VProcess | |
static const G4String & | GetProcessTypeName (G4ProcessType) |
Protected Member Functions inherited from G4VProcess | |
void | SubtractNumberOfInteractionLengthLeft (G4double previousStepSize) |
void | ClearNumberOfInteractionLengthLeft () |
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 46 of file G4UserSpecialCuts.hh.
View newest version in sPHENIX GitHub at line 46 of file G4UserSpecialCuts.hh
G4UserSpecialCuts::G4UserSpecialCuts | ( | const G4String & | processName = "UserSpecialCut" | ) |
Definition at line 52 of file G4UserSpecialCuts.cc.
View newest version in sPHENIX GitHub at line 52 of file G4UserSpecialCuts.cc
References G4cout, G4endl, G4VProcess::GetProcessName(), G4LossTableManager::Instance(), G4VProcess::SetProcessSubType(), theLossTableManager, USER_SPECIAL_CUTS, and G4VProcess::verboseLevel.
|
virtual |
Definition at line 67 of file G4UserSpecialCuts.cc.
View newest version in sPHENIX GitHub at line 67 of file G4UserSpecialCuts.cc
|
private |
Definition at line 73 of file G4UserSpecialCuts.cc.
View newest version in sPHENIX GitHub at line 73 of file G4UserSpecialCuts.cc
References G4LossTableManager::Instance(), and theLossTableManager.
|
inlinevirtual |
Implements G4VProcess.
Definition at line 89 of file G4UserSpecialCuts.hh.
View newest version in sPHENIX GitHub at line 89 of file G4UserSpecialCuts.hh
|
inlinevirtual |
Implements G4VProcess.
Definition at line 80 of file G4UserSpecialCuts.hh.
View newest version in sPHENIX GitHub at line 80 of file G4UserSpecialCuts.hh
|
inlinevirtual |
Implements G4VProcess.
Definition at line 74 of file G4UserSpecialCuts.hh.
View newest version in sPHENIX GitHub at line 74 of file G4UserSpecialCuts.hh
|
inlinevirtual |
Implements G4VProcess.
Definition at line 68 of file G4UserSpecialCuts.hh.
View newest version in sPHENIX GitHub at line 68 of file G4UserSpecialCuts.hh
|
private |
|
virtual |
Implements G4VProcess.
Definition at line 139 of file G4UserSpecialCuts.cc.
View newest version in sPHENIX GitHub at line 139 of file G4UserSpecialCuts.cc
References G4VProcess::aParticleChange, fStopAndKill, G4Track::GetKineticEnergy(), G4ParticleChange::Initialize(), G4ParticleChange::ProposeEnergy(), G4VParticleChange::ProposeLocalEnergyDeposit(), and G4VParticleChange::ProposeTrackStatus().
|
virtual |
Implements G4VProcess.
Definition at line 82 of file G4UserSpecialCuts.cc.
View newest version in sPHENIX GitHub at line 82 of file G4UserSpecialCuts.cc
References source.hepunit::c_light, DBL_MAX, DBL_MIN, G4Track::GetDefinition(), G4Track::GetDynamicParticle(), G4Track::GetGlobalTime(), G4Track::GetKineticEnergy(), G4VPhysicalVolume::GetLogicalVolume(), G4Track::GetMaterialCutsCouple(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGMass(), G4LossTableManager::GetRange(), G4Track::GetTotalEnergy(), G4DynamicParticle::GetTotalMomentum(), G4Track::GetTrackLength(), G4LogicalVolume::GetUserLimits(), G4UserLimits::GetUserMaxTime(), G4UserLimits::GetUserMaxTrackLength(), G4UserLimits::GetUserMinRange(), G4Track::GetVolume(), NotForced, and theLossTableManager.
|
private |
Definition at line 100 of file G4UserSpecialCuts.hh.
View newest version in sPHENIX GitHub at line 100 of file G4UserSpecialCuts.hh
Referenced by G4UserSpecialCuts(), and PostStepGetPhysicalInteractionLength().