Geant4
10.02.p01
|
#include <G4MonopolePhysics.hh>
Public Member Functions | |
G4MonopolePhysics (const G4String &nam="Monopole Physics") | |
~G4MonopolePhysics () | |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
void | SetMagneticCharge (G4double) |
void | SetElectricCharge (G4double) |
void | SetMonopoleMass (G4double) |
Public Member Functions inherited from G4VPhysicsConstructor | |
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 Member Functions | |
G4MonopolePhysics & | operator= (const G4MonopolePhysics &right) |
G4MonopolePhysics (const G4MonopolePhysics &) | |
Private Attributes | |
G4double | fMagCharge |
G4double | fElCharge |
G4double | fMonopoleMass |
G4MonopolePhysicsMessenger * | fMessenger |
G4Monopole * | fMpl |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VPhysicsConstructor | |
static const G4VPCManager & | GetSubInstanceManager () |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
Protected Attributes inherited from G4VPhysicsConstructor | |
G4int | verboseLevel |
G4String | namePhysics |
G4int | typePhysics |
G4ParticleTable * | theParticleTable |
G4int | g4vpcInstanceID |
Static Protected Attributes inherited from G4VPhysicsConstructor | |
static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 45 of file G4MonopolePhysics.hh.
G4MonopolePhysics::G4MonopolePhysics | ( | const G4String & | nam = "Monopole Physics" | ) |
Definition at line 70 of file G4MonopolePhysics.cc.
References bUnknown, fElCharge, fMagCharge, fMessenger, fMonopoleMass, GeV, and G4VPhysicsConstructor::SetPhysicsType().
G4MonopolePhysics::~G4MonopolePhysics | ( | ) |
Definition at line 85 of file G4MonopolePhysics.cc.
References fMessenger.
|
private |
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 92 of file G4MonopolePhysics.cc.
References fElCharge, fMagCharge, fMonopoleMass, fMpl, and G4Monopole::MonopoleDefinition().
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 99 of file G4MonopolePhysics.cc.
References G4ProcessManager::AddProcess(), emax, fMonopoleMass, fMpl, G4cout, G4endl, G4lrint(), G4ParticleDefinition::GetPDGCharge(), G4PhysicsListHelper::GetPhysicsListHelper(), G4ParticleDefinition::GetProcessManager(), keV, G4Monopole::MagneticCharge(), G4INCL::Math::max(), G4PhysicsListHelper::RegisterProcess(), G4ProcessManager::RemoveProcess(), G4VEnergyLossProcess::SetDEDXBinning(), G4VEnergyLossProcess::SetMaxKinEnergy(), G4VEnergyLossProcess::SetMinKinEnergy(), TeV, and G4VPhysicsConstructor::verboseLevel.
|
private |
void G4MonopolePhysics::SetElectricCharge | ( | G4double | val | ) |
Definition at line 148 of file G4MonopolePhysics.cc.
References fElCharge.
Referenced by G4MonopolePhysicsMessenger::SetNewValue().
void G4MonopolePhysics::SetMagneticCharge | ( | G4double | val | ) |
Definition at line 141 of file G4MonopolePhysics.cc.
References fMagCharge.
Referenced by G4MonopolePhysicsMessenger::SetNewValue().
void G4MonopolePhysics::SetMonopoleMass | ( | G4double | mass | ) |
Definition at line 155 of file G4MonopolePhysics.cc.
References fMonopoleMass.
Referenced by G4MonopolePhysicsMessenger::SetNewValue().
|
private |
Definition at line 72 of file G4MonopolePhysics.hh.
Referenced by ConstructParticle(), G4MonopolePhysics(), and SetElectricCharge().
|
private |
Definition at line 71 of file G4MonopolePhysics.hh.
Referenced by ConstructParticle(), G4MonopolePhysics(), and SetMagneticCharge().
|
private |
Definition at line 75 of file G4MonopolePhysics.hh.
Referenced by G4MonopolePhysics(), and ~G4MonopolePhysics().
|
private |
Definition at line 73 of file G4MonopolePhysics.hh.
Referenced by ConstructParticle(), ConstructProcess(), G4MonopolePhysics(), and SetMonopoleMass().
|
private |
Definition at line 76 of file G4MonopolePhysics.hh.
Referenced by ConstructParticle(), and ConstructProcess().