Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ProductionCuts.hh>
Public Member Functions | |
G4ProductionCuts () | |
G4ProductionCuts (const G4ProductionCuts &right) | |
virtual | ~G4ProductionCuts () |
G4ProductionCuts & | operator= (const G4ProductionCuts &right) |
G4bool | operator== (const G4ProductionCuts &right) const |
G4bool | 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 = true |
Definition at line 55 of file G4ProductionCuts.hh.
G4ProductionCuts::G4ProductionCuts | ( | ) |
Definition at line 41 of file G4ProductionCuts.cc.
G4ProductionCuts::G4ProductionCuts | ( | const G4ProductionCuts & | right | ) |
Definition at line 49 of file G4ProductionCuts.cc.
|
virtual |
Definition at line 58 of file G4ProductionCuts.cc.
|
static |
Definition at line 104 of file G4ProductionCuts.cc.
Definition at line 86 of file G4ProductionCuts.cc.
Referenced by G4ITStepProcessor::ApplyProductionCut(), G4ProductionCutsTable::ConvertRangeToEnergy(), GetProductionCut(), and SetProductionCut().
Definition at line 167 of file G4ProductionCuts.hh.
Definition at line 156 of file G4ProductionCuts.hh.
Referenced by G4VEnergyLossProcess::AlongStepDoIt(), G4VEnergyLossProcess::AlongStepGetPhysicalInteractionLength(), G4ProductionCutsTable::CheckMaterialCutsCoupleInfo(), G4UrbanAdjointMscModel::ComputeTruePathLengthLimit(), G4WentzelVIModel::ComputeTruePathLengthLimit(), G4ProductionCutsTable::DumpCouples(), G4RunManagerKernel::DumpRegion(), G4GDMLWriteStructure::ExportEnergyCuts(), G4VUserPhysicsList::GetCutValue(), GetProductionCut(), G4EmModelManager::Initialise(), G4ProductionCutsTable::StoreMaterialCutsCoupleInfo(), and G4ProductionCutsTable::UpdateCoupleTable().
|
inline |
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().
G4bool G4ProductionCuts::operator!= | ( | const G4ProductionCuts & | right | ) | const |
Definition at line 81 of file G4ProductionCuts.cc.
G4ProductionCuts & G4ProductionCuts::operator= | ( | const G4ProductionCuts & | right | ) |
Definition at line 63 of file G4ProductionCuts.cc.
G4bool G4ProductionCuts::operator== | ( | const G4ProductionCuts & | right | ) | const |
Definition at line 75 of file G4ProductionCuts.cc.
|
inline |
Definition at line 186 of file G4ProductionCuts.hh.
Referenced by G4MaterialCutsCouple::PhysicsTableUpdated().
Definition at line 149 of file G4ProductionCuts.hh.
Definition at line 121 of file G4ProductionCuts.hh.
Referenced by G4VUserPhysicsList::SetParticleCuts(), and SetProductionCut().
|
inline |
Definition at line 140 of file G4ProductionCuts.hh.
void G4ProductionCuts::SetProductionCuts | ( | std::vector< G4double > & | cut | ) |
Definition at line 128 of file G4ProductionCuts.cc.
|
protected |
Definition at line 105 of file G4ProductionCuts.hh.
Referenced by G4ProductionCuts(), GetProductionCut(), GetProductionCuts(), operator=(), SetProductionCut(), SetProductionCuts(), and ~G4ProductionCuts().
|
protected |
Definition at line 106 of file G4ProductionCuts.hh.
Referenced by IsModified(), operator=(), PhysicsTableUpdated(), SetProductionCut(), and SetProductionCuts().