#include <G4ErrorPhysicsList.hh>
|
| G4ErrorPhysicsList () |
|
virtual | ~G4ErrorPhysicsList () |
|
| G4VUserPhysicsList () |
|
virtual | ~G4VUserPhysicsList () |
|
| G4VUserPhysicsList (const G4VUserPhysicsList &) |
|
G4VUserPhysicsList & | operator= (const G4VUserPhysicsList &) |
|
void | Construct () |
|
void | UseCoupledTransportation (G4bool vl=true) |
|
void | SetDefaultCutValue (G4double newCutValue) |
|
G4double | GetDefaultCutValue () const |
|
void | BuildPhysicsTable () |
|
void | PreparePhysicsTable (G4ParticleDefinition *) |
|
void | BuildPhysicsTable (G4ParticleDefinition *) |
|
G4bool | StorePhysicsTable (const G4String &directory=".") |
|
G4bool | IsPhysicsTableRetrieved () const |
|
G4bool | IsStoredInAscii () const |
|
const G4String & | GetPhysicsTableDirectory () const |
|
void | SetPhysicsTableRetrieved (const G4String &directory="") |
|
void | SetStoredInAscii () |
|
void | ResetPhysicsTableRetrieved () |
|
void | ResetStoredInAscii () |
|
void | DumpList () const |
|
void | DumpCutValuesTable (G4int flag=1) |
|
void | DumpCutValuesTableIfRequested () |
|
void | SetVerboseLevel (G4int value) |
|
G4int | GetVerboseLevel () const |
|
void | SetCutsWithDefault () |
|
void | SetCutValue (G4double aCut, const G4String &pname) |
|
G4double | GetCutValue (const G4String &pname) const |
|
void | SetCutValue (G4double aCut, const G4String &pname, const G4String &rname) |
|
void | SetParticleCuts (G4double cut, G4ParticleDefinition *particle, G4Region *region=0) |
|
void | SetParticleCuts (G4double cut, const G4String &particleName, G4Region *region=0) |
|
void | SetCutsForRegion (G4double aCut, const G4String &rname) |
|
void | ResetCuts () |
| obsolete methods More...
|
|
void | SetApplyCuts (G4bool value, const G4String &name) |
|
G4bool | GetApplyCuts (const G4String &name) const |
|
void | RemoveProcessManager () |
|
void | AddProcessManager (G4ParticleDefinition *newParticle, G4ProcessManager *newManager=0) |
|
void | CheckParticleList () |
|
void | DisableCheckParticleList () |
|
G4int | GetInstanceID () const |
|
void | InitializeWorker () |
|
Definition at line 49 of file G4ErrorPhysicsList.hh.
◆ G4ErrorPhysicsList()
G4ErrorPhysicsList::G4ErrorPhysicsList |
( |
| ) |
|
◆ ~G4ErrorPhysicsList()
G4ErrorPhysicsList::~G4ErrorPhysicsList |
( |
| ) |
|
|
virtual |
◆ ConstructEM()
void G4ErrorPhysicsList::ConstructEM |
( |
| ) |
|
|
protectedvirtual |
Definition at line 168 of file G4ErrorPhysicsList.cc.
174 new G4ErrorMessenger( stepLengthLimitProcess, magFieldLimitProcess, eLossProcess );
177 myParticleIterator->reset();
178 while( (*myParticleIterator)() ) {
183 if (particleName ==
"gamma") {
G4bool IsShortLived() const
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
G4ProcessManager * GetProcessManager() const
const G4String & GetParticleName() const
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
G4double GetPDGCharge() const
G4int AddContinuousProcess(G4VProcess *aProcess, G4int ord=ordDefault)
◆ ConstructParticle()
void G4ErrorPhysicsList::ConstructParticle |
( |
void |
| ) |
|
|
protectedvirtual |
Implements G4VUserPhysicsList.
Definition at line 85 of file G4ErrorPhysicsList.cc.
static G4Electron * ElectronDefinition()
static G4MuonPlus * MuonPlusDefinition()
static G4Proton * ProtonDefinition()
static G4PionMinus * PionMinusDefinition()
static G4PionPlus * PionPlusDefinition()
static G4Positron * PositronDefinition()
static G4MuonMinus * MuonMinusDefinition()
static G4Gamma * GammaDefinition()
◆ ConstructProcess()
void G4ErrorPhysicsList::ConstructProcess |
( |
void |
| ) |
|
|
protectedvirtual |
Implements G4VUserPhysicsList.
Definition at line 111 of file G4ErrorPhysicsList.cc.
117 G4cout <<
"G4VUserPhysicsList::ConstructProcess() "<<
G4endl;
123 myParticleIterator->reset();
124 while( (*myParticleIterator)() ) {
130 if ( pmanager == 0) {
133 G4Exception(
"G4ErrorPhysicsList::ConstructProcess",
"No process manager",
137 pmanager ->
AddProcess(theTransportationProcess);
G4bool IsShortLived() const
void SetProcessOrderingToFirst(G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt)
virtual void ConstructEM()
G4ProcessManager * GetProcessManager() const
const G4String & GetParticleName() const
G4GLOB_DLL std::ostream G4cout
G4int AddProcess(G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
◆ SetCuts()
void G4ErrorPhysicsList::SetCuts |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: