#include <G4LossTableBuilder.hh>
|
| G4LossTableBuilder () |
|
virtual | ~G4LossTableBuilder () |
|
void | BuildDEDXTable (G4PhysicsTable *dedxTable, const std::vector< G4PhysicsTable * > &) |
|
void | BuildRangeTable (const G4PhysicsTable *dedxTable, G4PhysicsTable *rangeTable, G4bool isIonisation=false) |
|
void | BuildInverseRangeTable (const G4PhysicsTable *rangeTable, G4PhysicsTable *invRangeTable, G4bool isIonisation=false) |
|
G4PhysicsTable * | BuildTableForModel (G4PhysicsTable *table, G4VEmModel *model, const G4ParticleDefinition *, G4double emin, G4double emax, G4bool spline) |
|
void | InitialiseBaseMaterials (G4PhysicsTable *table) |
|
const std::vector< G4int > * | GetCoupleIndexes () |
|
const std::vector< G4double > * | GetDensityFactors () |
|
G4bool | GetFlag (size_t idx) const |
|
void | SetSplineFlag (G4bool flag) |
|
void | SetInitialisationFlag (G4bool flag) |
|
Definition at line 61 of file G4LossTableBuilder.hh.
G4LossTableBuilder::G4LossTableBuilder |
( |
) | |
|
G4LossTableBuilder::~G4LossTableBuilder |
( |
) | |
|
|
virtual |
const std::vector< G4int > * G4LossTableBuilder::GetCoupleIndexes |
( |
) | |
|
|
inline |
const std::vector< G4double > * G4LossTableBuilder::GetDensityFactors |
( |
) | |
|
|
inline |
G4bool G4LossTableBuilder::GetFlag |
( |
size_t |
idx) | |
const |
|
inline |
void G4LossTableBuilder::SetInitialisationFlag |
( |
G4bool |
flag) | |
|
|
inline |
void G4LossTableBuilder::SetSplineFlag |
( |
G4bool |
flag) | |
|
|
inline |
The documentation for this class was generated from the following files: