Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VLEPTSModel.hh>
Protected Member Functions | |
void | Init () |
G4bool | ReadParam (G4String fileName, const G4Material *aMaterial) |
virtual std::map< G4int, std::vector< G4double > > | ReadIXS (G4String fileName, const G4Material *aMaterial) |
G4double | SampleEnergyLoss (const G4Material *aMaterial, G4double eMin, G4double eMax) |
void | BuildMeanFreePathTable (const G4Material *aMaterial, std::map< G4int, std::vector< G4double > > &integralXS) |
Protected Member Functions inherited from G4VEmModel | |
G4ParticleChangeForLoss * | GetParticleChangeForLoss () |
G4ParticleChangeForGamma * | GetParticleChangeForGamma () |
virtual G4double | MaxSecondaryEnergy (const G4ParticleDefinition *, G4double kineticEnergy) |
const G4MaterialCutsCouple * | CurrentCouple () const |
void | SetCurrentElement (const G4Element *) |
Definition at line 59 of file G4VLEPTSModel.hh.
G4VLEPTSModel::G4VLEPTSModel | ( | const G4String & | processName | ) |
Definition at line 31 of file G4VLEPTSModel.cc.
|
override |
Definition at line 48 of file G4VLEPTSModel.cc.
G4VLEPTSModel::G4VLEPTSModel | ( | const G4VLEPTSModel & | ) |
|
protected |
Definition at line 181 of file G4VLEPTSModel.cc.
Referenced by BuildPhysicsTable().
void G4VLEPTSModel::BuildPhysicsTable | ( | const G4ParticleDefinition & | aParticleType | ) |
Definition at line 90 of file G4VLEPTSModel.cc.
Referenced by G4LEPTSAttachmentModel::Initialise(), G4LEPTSDissociationModel::Initialise(), G4LEPTSElasticModel::Initialise(), G4LEPTSExcitationModel::Initialise(), G4LEPTSIonisationModel::Initialise(), G4LEPTSPositroniumModel::Initialise(), G4LEPTSRotExcitationModel::Initialise(), and G4LEPTSVibExcitationModel::Initialise().
G4double G4VLEPTSModel::GetMeanFreePath | ( | const G4Material * | mate, |
const G4ParticleDefinition * | aParticle, | ||
G4double | kineticEnergy ) |
Definition at line 73 of file G4VLEPTSModel.cc.
Referenced by G4LEPTSAttachmentModel::CrossSectionPerVolume(), G4LEPTSDissociationModel::CrossSectionPerVolume(), G4LEPTSElasticModel::CrossSectionPerVolume(), G4LEPTSExcitationModel::CrossSectionPerVolume(), G4LEPTSIonisationModel::CrossSectionPerVolume(), G4LEPTSPositroniumModel::CrossSectionPerVolume(), G4LEPTSRotExcitationModel::CrossSectionPerVolume(), and G4LEPTSVibExcitationModel::CrossSectionPerVolume().
|
protected |
Definition at line 59 of file G4VLEPTSModel.cc.
Referenced by G4LEPTSAttachmentModel::Initialise(), G4LEPTSDissociationModel::Initialise(), G4LEPTSElasticModel::Initialise(), G4LEPTSExcitationModel::Initialise(), G4LEPTSIonisationModel::Initialise(), G4LEPTSPositroniumModel::Initialise(), G4LEPTSRotExcitationModel::Initialise(), and G4LEPTSVibExcitationModel::Initialise().
G4VLEPTSModel & G4VLEPTSModel::operator= | ( | const G4VLEPTSModel & | right | ) |
|
protectedvirtual |
Reimplemented in G4LEPTSExcitationModel.
Definition at line 364 of file G4VLEPTSModel.cc.
Referenced by BuildPhysicsTable(), and G4LEPTSExcitationModel::ReadIXS().
|
protected |
Definition at line 325 of file G4VLEPTSModel.cc.
Referenced by BuildPhysicsTable().
G4double G4VLEPTSModel::SampleAngle | ( | const G4Material * | aMaterial, |
G4double | e, | ||
G4double | el ) |
Definition at line 246 of file G4VLEPTSModel.cc.
Referenced by SampleNewDirection(), and G4LEPTSElasticModel::SampleSecondaries().
|
protected |
Definition at line 311 of file G4VLEPTSModel.cc.
Referenced by G4LEPTSDissociationModel::SampleSecondaries(), G4LEPTSExcitationModel::SampleSecondaries(), and G4LEPTSIonisationModel::SampleSecondaries().
G4ThreeVector G4VLEPTSModel::SampleNewDirection | ( | const G4Material * | aMaterial, |
G4ThreeVector | Dir, | ||
G4double | e, | ||
G4double | el ) |
Definition at line 273 of file G4VLEPTSModel.cc.
Referenced by G4LEPTSDissociationModel::SampleSecondaries(), G4LEPTSElasticModel::SampleSecondaries(), G4LEPTSExcitationModel::SampleSecondaries(), G4LEPTSIonisationModel::SampleSecondaries(), G4LEPTSPositroniumModel::SampleSecondaries(), G4LEPTSRotExcitationModel::SampleSecondaries(), and G4LEPTSVibExcitationModel::SampleSecondaries().
G4ThreeVector G4VLEPTSModel::SampleNewDirection | ( | G4ThreeVector | Dir, |
G4double | ang ) |
Definition at line 296 of file G4VLEPTSModel.cc.
|
protected |
Definition at line 106 of file G4VLEPTSModel.hh.
|
protected |
Definition at line 97 of file G4VLEPTSModel.hh.
Referenced by BuildPhysicsTable(), and SampleAngle().
|
protected |
Definition at line 100 of file G4VLEPTSModel.hh.
Referenced by BuildPhysicsTable(), and SampleEnergyLoss().
|
protected |
Definition at line 101 of file G4VLEPTSModel.hh.
|
protected |
Definition at line 90 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), BuildPhysicsTable(), G4VLEPTSModel(), GetMeanFreePath(), and Init().
|
protected |
Definition at line 93 of file G4VLEPTSModel.hh.
Referenced by ReadParam(), G4LEPTSExcitationModel::SampleSecondaries(), and G4LEPTSIonisationModel::SampleSecondaries().
|
protected |
Definition at line 94 of file G4VLEPTSModel.hh.
Referenced by ReadParam(), and G4LEPTSIonisationModel::SampleSecondaries().
|
protected |
Definition at line 89 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), BuildPhysicsTable(), G4LEPTSElasticModel::CrossSectionPerVolume(), G4VLEPTSModel(), GetMeanFreePath(), Init(), G4LEPTSElasticModel::SampleSecondaries(), and G4LEPTSIonisationModel::SampleSecondaries().
|
protected |
Definition at line 87 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), BuildPhysicsTable(), G4VLEPTSModel(), and ~G4VLEPTSModel().
|
protected |
Definition at line 95 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), G4LEPTSElasticModel::Initialise(), and ReadParam().
|
protected |
Definition at line 91 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), G4VLEPTSModel(), and Init().
|
protected |
Definition at line 103 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), G4LEPTSExcitationModel::ReadIXS(), and ReadIXS().
|
protected |
Definition at line 104 of file G4VLEPTSModel.hh.
Referenced by ReadIXS().
|
protected |
Definition at line 98 of file G4VLEPTSModel.hh.
Referenced by BuildPhysicsTable(), and SampleAngle().
|
protected |
Definition at line 107 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), BuildPhysicsTable(), G4LEPTSAttachmentModel::G4LEPTSAttachmentModel(), G4LEPTSDissociationModel::G4LEPTSDissociationModel(), G4LEPTSElasticModel::G4LEPTSElasticModel(), G4LEPTSExcitationModel::G4LEPTSExcitationModel(), G4LEPTSIonisationModel::G4LEPTSIonisationModel(), G4LEPTSPositroniumModel::G4LEPTSPositroniumModel(), G4LEPTSRotExcitationModel::G4LEPTSRotExcitationModel(), G4LEPTSVibExcitationModel::G4LEPTSVibExcitationModel(), and G4VLEPTSModel().
|
protected |
Definition at line 109 of file G4VLEPTSModel.hh.
Referenced by BuildMeanFreePathTable(), BuildPhysicsTable(), G4VLEPTSModel(), GetMeanFreePath(), G4LEPTSElasticModel::Initialise(), G4LEPTSExcitationModel::ReadIXS(), ReadIXS(), ReadParam(), SampleEnergyLoss(), SampleNewDirection(), and G4LEPTSElasticModel::SampleSecondaries().