Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ProductionCuts.hh>
Public Member Functions | |
G4ProductionCuts () | |
G4ProductionCuts (const G4ProductionCuts &right) | |
G4ProductionCuts & | operator= (const G4ProductionCuts &right) |
virtual | ~G4ProductionCuts () |
G4int | operator== (const G4ProductionCuts &right) const |
G4int | operator!= (const G4ProductionCuts &right) const |
void | SetProductionCut (G4double cut, G4int index=-1) |
void | SetProductionCut (G4double cut, G4ParticleDefinition *ptcl) |
void | SetProductionCut (G4double cut, const G4String &pName) |
G4double | GetProductionCut (G4int index) const |
G4double | GetProductionCut (const G4String &name) const |
void | SetProductionCuts (std::vector< G4double > &) |
const std::vector< G4double > & | GetProductionCuts () const |
G4bool | IsModified () const |
void | PhysicsTableUpdated () |
Static Public Member Functions | |
static G4int | GetIndex (const G4String &name) |
static G4int | GetIndex (const G4ParticleDefinition *ptcl) |
Protected Attributes | |
std::vector< G4double > | fRangeCuts |
G4bool | isModified |
Definition at line 62 of file G4ProductionCuts.hh.
G4ProductionCuts::G4ProductionCuts | ( | ) |
Definition at line 45 of file G4ProductionCuts.cc.
G4ProductionCuts::G4ProductionCuts | ( | const G4ProductionCuts & | right | ) |
Definition at line 53 of file G4ProductionCuts.cc.
|
virtual |
Definition at line 58 of file G4ProductionCuts.cc.
|
static |
Definition at line 106 of file G4ProductionCuts.cc.
Definition at line 88 of file G4ProductionCuts.cc.
Referenced by G4ITStepProcessor::ApplyProductionCut(), G4ProductionCutsTable::ConvertRangeToEnergy(), GetProductionCut(), and SetProductionCut().
Definition at line 167 of file G4ProductionCuts.hh.
Definition at line 157 of file G4ProductionCuts.hh.
Referenced by G4VEnergyLossProcess::AlongStepDoIt(), G4VEnergyLossProcess::AlongStepGetPhysicalInteractionLength(), G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4WentzelVIModel::ComputeTruePathLengthLimit(), G4WentzelVIRelModel::ComputeTruePathLengthLimit(), G4ProductionCutsTable::DumpCouples(), G4RunManagerKernel::DumpRegion(), G4RangeTest::Escape(), G4VUserPhysicsList::GetCutValue(), GetProductionCut(), G4EmModelManager::Initialise(), G4ProductionCutsTable::StoreMaterialCutsCoupleInfo(), and G4ProductionCutsTable::UpdateCoupleTable().
Definition at line 174 of file G4ProductionCuts.hh.
Referenced by G4ProductionCutsTable::UpdateCoupleTable().
|
inline |
Definition at line 180 of file G4ProductionCuts.hh.
Referenced by G4MaterialCutsCouple::IsRecalcNeeded().
G4int G4ProductionCuts::operator!= | ( | const G4ProductionCuts & | right | ) | const |
Definition at line 82 of file G4ProductionCuts.cc.
G4ProductionCuts & G4ProductionCuts::operator= | ( | const G4ProductionCuts & | right | ) |
Definition at line 63 of file G4ProductionCuts.cc.
G4int G4ProductionCuts::operator== | ( | const G4ProductionCuts & | right | ) | const |
Definition at line 76 of file G4ProductionCuts.cc.
|
inline |
Definition at line 186 of file G4ProductionCuts.hh.
Referenced by G4MaterialCutsCouple::PhysicsTableUpdated().
Definition at line 150 of file G4ProductionCuts.hh.
Definition at line 127 of file G4ProductionCuts.hh.
Referenced by G4VUserPhysicsList::SetParticleCuts(), and SetProductionCut().
|
inline |
Definition at line 142 of file G4ProductionCuts.hh.
void G4ProductionCuts::SetProductionCuts | ( | std::vector< G4double > & | cut | ) |
Definition at line 126 of file G4ProductionCuts.cc.
|
protected |
Definition at line 113 of file G4ProductionCuts.hh.
Referenced by G4ProductionCuts(), GetProductionCut(), GetProductionCuts(), operator=(), SetProductionCut(), SetProductionCuts(), and ~G4ProductionCuts().
|
protected |
Definition at line 114 of file G4ProductionCuts.hh.
Referenced by IsModified(), operator=(), PhysicsTableUpdated(), SetProductionCut(), and SetProductionCuts().