Geant4
10.03
|
#include <G4EmExtraPhysics.hh>
Public Member Functions | |
G4EmExtraPhysics (G4int ver=1) | |
G4EmExtraPhysics (const G4String &name) | |
virtual | ~G4EmExtraPhysics () |
void | ConstructParticle () |
void | ConstructProcess () |
void | Synch (G4bool val) |
void | SynchAll (G4bool val) |
void | GammaNuclear (G4bool val) |
void | MuonNuclear (G4bool val) |
void | GammaToMuMu (G4bool val) |
void | PositronToMuMu (G4bool val) |
void | PositronToHadrons (G4bool val) |
![]() | |
G4VPhysicsConstructor (const G4String &="") | |
G4VPhysicsConstructor (const G4String &name, G4int physics_type) | |
virtual | ~G4VPhysicsConstructor () |
void | SetPhysicsName (const G4String &="") |
const G4String & | GetPhysicsName () const |
void | SetPhysicsType (G4int) |
G4int | GetPhysicsType () const |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
G4int | GetInstanceID () const |
Private Attributes | |
G4EmMessenger * | theMessenger |
G4int | verbose |
Static Private Attributes | |
static G4bool | gnActivated = true |
static G4bool | munActivated = true |
static G4bool | synActivated = false |
static G4bool | synActivatedForAll = false |
static G4bool | gmumuActivated = false |
static G4bool | pmumuActivated = false |
static G4bool | phadActivated = false |
static G4ThreadLocal G4BertiniElectroNuclearBuilder * | theGNPhysics = nullptr |
static G4ThreadLocal G4SynchrotronRadiation * | theSynchRad = nullptr |
static G4ThreadLocal G4GammaConversionToMuons * | theGammaToMuMu = nullptr |
static G4ThreadLocal G4AnnihiToMuPair * | thePosiToMuMu = nullptr |
static G4ThreadLocal G4eeToHadrons * | thePosiToHadrons = nullptr |
Additional Inherited Members | |
![]() | |
static const G4VPCManager & | GetSubInstanceManager () |
![]() | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
![]() | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4int | g4vpcInstanceID |
![]() | |
static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 56 of file G4EmExtraPhysics.hh.
G4EmExtraPhysics::G4EmExtraPhysics | ( | G4int | ver = 1 | ) |
Definition at line 88 of file G4EmExtraPhysics.cc.
References bEmExtra, G4cout, G4endl, G4VPhysicsConstructor::SetPhysicsType(), theMessenger, and verbose.
G4EmExtraPhysics::G4EmExtraPhysics | ( | const G4String & | name | ) |
Definition at line 97 of file G4EmExtraPhysics.cc.
|
virtual |
Definition at line 101 of file G4EmExtraPhysics.cc.
References theMessenger.
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 143 of file G4EmExtraPhysics.cc.
References G4Electron::Electron(), G4Gamma::Gamma(), G4MuonMinus::MuonMinus(), G4MuonPlus::MuonPlus(), and G4Positron::Positron().
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 152 of file G4EmExtraPhysics.cc.
References G4BertiniElectroNuclearBuilder::Build(), G4InuclParticleNames::electron, G4Electron::Electron(), G4cout, G4endl, G4Gamma::Gamma(), G4VPhysicsConstructor::GetParticleIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetPDGStable(), G4PhysicsListHelper::GetPhysicsListHelper(), gmumuActivated, gnActivated, munActivated, G4MuonMinus::MuonMinus(), G4MuonPlus::MuonPlus(), phadActivated, pmumuActivated, G4InuclParticleNames::positron, G4Positron::Positron(), G4HadronicProcess::RegisterMe(), G4PhysicsListHelper::RegisterProcess(), synActivated, synActivatedForAll, theGammaToMuMu, theGNPhysics, thePosiToHadrons, thePosiToMuMu, theSynchRad, and verbose.
void G4EmExtraPhysics::GammaNuclear | ( | G4bool | val | ) |
Definition at line 118 of file G4EmExtraPhysics.cc.
References gnActivated.
Referenced by G4EmMessenger::SetNewValue().
void G4EmExtraPhysics::GammaToMuMu | ( | G4bool | val | ) |
Definition at line 128 of file G4EmExtraPhysics.cc.
References gmumuActivated.
Referenced by G4EmMessenger::SetNewValue().
void G4EmExtraPhysics::MuonNuclear | ( | G4bool | val | ) |
Definition at line 123 of file G4EmExtraPhysics.cc.
References munActivated.
Referenced by G4EmMessenger::SetNewValue().
void G4EmExtraPhysics::PositronToHadrons | ( | G4bool | val | ) |
Definition at line 138 of file G4EmExtraPhysics.cc.
References phadActivated.
Referenced by G4EmMessenger::SetNewValue().
void G4EmExtraPhysics::PositronToMuMu | ( | G4bool | val | ) |
Definition at line 133 of file G4EmExtraPhysics.cc.
References pmumuActivated.
Referenced by G4EmMessenger::SetNewValue().
void G4EmExtraPhysics::Synch | ( | G4bool | val | ) |
Definition at line 107 of file G4EmExtraPhysics.cc.
References synActivated.
Referenced by G4EmMessenger::SetNewValue().
void G4EmExtraPhysics::SynchAll | ( | G4bool | val | ) |
Definition at line 112 of file G4EmExtraPhysics.cc.
References synActivated, and synActivatedForAll.
Referenced by G4EmMessenger::SetNewValue().
|
staticprivate |
Definition at line 84 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), and GammaToMuMu().
|
staticprivate |
Definition at line 80 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), and GammaNuclear().
|
staticprivate |
Definition at line 81 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), and MuonNuclear().
|
staticprivate |
Definition at line 86 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), and PositronToHadrons().
|
staticprivate |
Definition at line 85 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), and PositronToMuMu().
|
staticprivate |
Definition at line 82 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), Synch(), and SynchAll().
|
staticprivate |
Definition at line 83 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), and SynchAll().
|
staticprivate |
Definition at line 90 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess().
|
staticprivate |
Definition at line 88 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess().
|
private |
Definition at line 94 of file G4EmExtraPhysics.hh.
Referenced by G4EmExtraPhysics(), and ~G4EmExtraPhysics().
|
staticprivate |
Definition at line 92 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess().
|
staticprivate |
Definition at line 91 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess().
|
staticprivate |
Definition at line 89 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess().
|
private |
Definition at line 95 of file G4EmExtraPhysics.hh.
Referenced by ConstructProcess(), and G4EmExtraPhysics().