Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4LossTableBuilder.hh>
Public Member Functions | |
G4LossTableBuilder (G4bool master) | |
~G4LossTableBuilder () | |
void | BuildDEDXTable (G4PhysicsTable *dedxTable, const std::vector< G4PhysicsTable * > &) |
void | BuildRangeTable (const G4PhysicsTable *dedxTable, G4PhysicsTable *rangeTable) |
void | BuildInverseRangeTable (const G4PhysicsTable *rangeTable, G4PhysicsTable *invRangeTable) |
G4PhysicsTable * | BuildTableForModel (G4PhysicsTable *table, G4VEmModel *model, const G4ParticleDefinition *, G4double emin, G4double emax, G4bool spline) |
void | InitialiseBaseMaterials (const G4PhysicsTable *table=nullptr) |
void | SetSplineFlag (G4bool flag) |
void | SetBaseMaterialActive (G4bool flag) |
G4LossTableBuilder & | operator= (const G4LossTableBuilder &right)=delete |
G4LossTableBuilder (const G4LossTableBuilder &)=delete | |
Static Public Member Functions | |
static const std::vector< G4int > * | GetCoupleIndexes () |
static const std::vector< G4double > * | GetDensityFactors () |
static G4bool | GetFlag (std::size_t idx) |
static G4bool | GetBaseMaterialFlag () |
Definition at line 59 of file G4LossTableBuilder.hh.
|
explicit |
Definition at line 76 of file G4LossTableBuilder.cc.
Referenced by G4LossTableBuilder(), and operator=().
G4LossTableBuilder::~G4LossTableBuilder | ( | ) |
Definition at line 89 of file G4LossTableBuilder.cc.
|
delete |
void G4LossTableBuilder::BuildDEDXTable | ( | G4PhysicsTable * | dedxTable, |
const std::vector< G4PhysicsTable * > & | list ) |
Definition at line 132 of file G4LossTableBuilder.cc.
void G4LossTableBuilder::BuildInverseRangeTable | ( | const G4PhysicsTable * | rangeTable, |
G4PhysicsTable * | invRangeTable ) |
Definition at line 250 of file G4LossTableBuilder.cc.
void G4LossTableBuilder::BuildRangeTable | ( | const G4PhysicsTable * | dedxTable, |
G4PhysicsTable * | rangeTable ) |
Definition at line 168 of file G4LossTableBuilder.cc.
G4PhysicsTable * G4LossTableBuilder::BuildTableForModel | ( | G4PhysicsTable * | table, |
G4VEmModel * | model, | ||
const G4ParticleDefinition * | part, | ||
G4double | emin, | ||
G4double | emax, | ||
G4bool | spline ) |
Definition at line 357 of file G4LossTableBuilder.cc.
Referenced by G4EmTableUtil::BuildMscProcess().
|
static |
Definition at line 124 of file G4LossTableBuilder.cc.
Referenced by G4EmTableUtil::BuildMscProcess(), G4EmUtility::FillPeaksStructure(), G4GammaGeneralProcess::PreparePhysicsTable(), G4TransportationWithMsc::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), and G4VEnergyLossProcess::PreparePhysicsTable().
|
static |
Definition at line 103 of file G4LossTableBuilder.cc.
Referenced by G4EmUtility::FillPeaksStructure(), G4VEmModel::G4VEmModel(), G4VEmProcess::G4VEmProcess(), and G4VEnergyLossProcess::G4VEnergyLossProcess().
|
static |
Definition at line 110 of file G4LossTableBuilder.cc.
Referenced by G4VEmModel::G4VEmModel(), G4VEmProcess::G4VEmProcess(), and G4VEnergyLossProcess::G4VEnergyLossProcess().
|
static |
Definition at line 117 of file G4LossTableBuilder.cc.
Referenced by G4EmTableUtil::BuildDEDXTable(), G4EmTableUtil::BuildLambdaTable(), G4EmTableUtil::BuildLambdaTable(), G4GammaGeneralProcess::BuildPhysicsTable(), and G4TransportationWithMsc::BuildPhysicsTable().
void G4LossTableBuilder::InitialiseBaseMaterials | ( | const G4PhysicsTable * | table = nullptr | ) |
Definition at line 281 of file G4LossTableBuilder.cc.
Referenced by BuildDEDXTable(), BuildTableForModel(), G4GammaGeneralProcess::PreparePhysicsTable(), G4TransportationWithMsc::PreparePhysicsTable(), G4VEmProcess::PreparePhysicsTable(), and G4VEnergyLossProcess::PreparePhysicsTable().
|
delete |
|
inline |
Definition at line 131 of file G4LossTableBuilder.hh.
|
inline |
Definition at line 121 of file G4LossTableBuilder.hh.