|
Geant4_10
|
#include <G4EmConfigurator.hh>
Public Member Functions | |
| G4EmConfigurator (G4int verboseLevel=1) | |
| ~G4EmConfigurator () | |
| void | SetExtraEmModel (const G4String &particleName, const G4String &processName, G4VEmModel *, const G4String ®ionName="", G4double emin=0.0, G4double emax=DBL_MAX, G4VEmFluctuationModel *fm=0) |
| void | AddModels () |
| void | PrepareModels (const G4ParticleDefinition *aParticle, G4VEnergyLossProcess *p) |
| void | PrepareModels (const G4ParticleDefinition *aParticle, G4VEmProcess *p) |
| void | PrepareModels (const G4ParticleDefinition *aParticle, G4VMultipleScattering *p) |
| void | Clear () |
| void | SetVerbose (G4int value) |
Definition at line 63 of file G4EmConfigurator.hh.
| G4EmConfigurator::G4EmConfigurator | ( | G4int | verboseLevel = 1 | ) |
Definition at line 65 of file G4EmConfigurator.cc.
| G4EmConfigurator::~G4EmConfigurator | ( | ) |
Definition at line 72 of file G4EmConfigurator.cc.
| void G4EmConfigurator::AddModels | ( | ) |
Definition at line 111 of file G4EmConfigurator.cc.


| void G4EmConfigurator::Clear | ( | ) |
| void G4EmConfigurator::PrepareModels | ( | const G4ParticleDefinition * | aParticle, |
| G4VEnergyLossProcess * | p | ||
| ) |
Definition at line 229 of file G4EmConfigurator.cc.


| void G4EmConfigurator::PrepareModels | ( | const G4ParticleDefinition * | aParticle, |
| G4VEmProcess * | p | ||
| ) |
| void G4EmConfigurator::PrepareModels | ( | const G4ParticleDefinition * | aParticle, |
| G4VMultipleScattering * | p | ||
| ) |
| void G4EmConfigurator::SetExtraEmModel | ( | const G4String & | particleName, |
| const G4String & | processName, | ||
| G4VEmModel * | mod, | ||
| const G4String & | regionName = "", |
||
| G4double | emin = 0.0, |
||
| G4double | emax = DBL_MAX, |
||
| G4VEmFluctuationModel * | fm = 0 |
||
| ) |
1.8.5