ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 |
virtual void | TerminateWorker () |
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 Types inherited from G4VPhysicsConstructor | |
using | PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V |
Protected Member Functions inherited from G4VPhysicsConstructor | |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
PhysicsBuilder_V | GetBuilders () const |
void | AddBuilder (G4PhysicsBuilderInterface *bld) |
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 44 of file G4MonopolePhysics.hh.
View newest version in sPHENIX GitHub at line 44 of file G4MonopolePhysics.hh
G4MonopolePhysics::G4MonopolePhysics | ( | const G4String & | nam = "Monopole Physics" | ) |
Definition at line 70 of file G4MonopolePhysics.cc.
View newest version in sPHENIX GitHub at line 70 of file G4MonopolePhysics.cc
References bUnknown, fElCharge, fMagCharge, fMessenger, fMonopoleMass, GeV, and G4VPhysicsConstructor::SetPhysicsType().
G4MonopolePhysics::~G4MonopolePhysics | ( | ) |
Definition at line 84 of file G4MonopolePhysics.cc.
View newest version in sPHENIX GitHub at line 84 of file G4MonopolePhysics.cc
References fMessenger.
|
private |
Implements G4VPhysicsConstructor.
Definition at line 91 of file G4MonopolePhysics.cc.
View newest version in sPHENIX GitHub at line 91 of file G4MonopolePhysics.cc
References fElCharge, fMagCharge, fMonopoleMass, fMpl, G4Monopole::Monopole(), and G4Monopole::MonopoleDefinition().
Implements G4VPhysicsConstructor.
Definition at line 102 of file G4MonopolePhysics.cc.
View newest version in sPHENIX GitHub at line 102 of file G4MonopolePhysics.cc
References G4ProcessManager::AddProcess(), emax, CEMC_TOWER::emin, fMonopoleMass, fMpl, G4cout, G4endl, G4lrint(), G4ParticleDefinition::GetPDGCharge(), G4PhysicsListHelper::GetPhysicsListHelper(), G4ParticleDefinition::GetProcessManager(), CLHEP::keV, G4Monopole::MagneticCharge(), max, min, G4PhysicsListHelper::RegisterProcess(), G4ProcessManager::RemoveProcess(), G4VEnergyLossProcess::SetDEDXBinning(), G4VEnergyLossProcess::SetMaxKinEnergy(), G4VEnergyLossProcess::SetMinKinEnergy(), TeV, and G4VPhysicsConstructor::verboseLevel.
|
private |
Definition at line 155 of file G4MonopolePhysics.cc.
View newest version in sPHENIX GitHub at line 155 of file G4MonopolePhysics.cc
References fElCharge, fMpl, G4Exception(), and JustWarning.
Referenced by G4MonopolePhysicsMessenger::SetNewValue().
Definition at line 143 of file G4MonopolePhysics.cc.
View newest version in sPHENIX GitHub at line 143 of file G4MonopolePhysics.cc
References fMagCharge, fMpl, G4Exception(), and JustWarning.
Referenced by G4MonopolePhysicsMessenger::SetNewValue().
Definition at line 167 of file G4MonopolePhysics.cc.
View newest version in sPHENIX GitHub at line 167 of file G4MonopolePhysics.cc
References fMonopoleMass, fMpl, G4Exception(), JustWarning, and mass.
Referenced by G4MonopolePhysicsMessenger::SetNewValue().
|
private |
Definition at line 71 of file G4MonopolePhysics.hh.
View newest version in sPHENIX GitHub at line 71 of file G4MonopolePhysics.hh
Referenced by ConstructParticle(), G4MonopolePhysics(), and SetElectricCharge().
|
private |
Definition at line 70 of file G4MonopolePhysics.hh.
View newest version in sPHENIX GitHub at line 70 of file G4MonopolePhysics.hh
Referenced by ConstructParticle(), G4MonopolePhysics(), and SetMagneticCharge().
|
private |
Definition at line 74 of file G4MonopolePhysics.hh.
View newest version in sPHENIX GitHub at line 74 of file G4MonopolePhysics.hh
Referenced by G4MonopolePhysics(), and ~G4MonopolePhysics().
|
private |
Definition at line 72 of file G4MonopolePhysics.hh.
View newest version in sPHENIX GitHub at line 72 of file G4MonopolePhysics.hh
Referenced by ConstructParticle(), ConstructProcess(), G4MonopolePhysics(), and SetMonopoleMass().
|
private |
Definition at line 75 of file G4MonopolePhysics.hh.
View newest version in sPHENIX GitHub at line 75 of file G4MonopolePhysics.hh
Referenced by ConstructParticle(), ConstructProcess(), SetElectricCharge(), SetMagneticCharge(), and SetMonopoleMass().