Geant4  10.02.p03
G4Monopole Class Reference

#include <G4Monopole.hh>

Inheritance diagram for G4Monopole:
Collaboration diagram for G4Monopole:

Public Member Functions

G4double MagneticCharge () const
 
- Public Member Functions inherited from G4ParticleDefinition
 G4ParticleDefinition (const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospinZ, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable, G4bool shortlived=false, const G4String &subType="", G4int anti_encoding=0, G4double magneticMoment=0.0)
 
virtual ~G4ParticleDefinition ()
 
const G4StringGetParticleName () const
 
G4double GetPDGMass () const
 
G4double GetPDGWidth () const
 
G4double GetPDGCharge () const
 
G4double GetPDGSpin () const
 
G4int GetPDGiSpin () const
 
G4int GetPDGiParity () const
 
G4int GetPDGiConjugation () const
 
G4double GetPDGIsospin () const
 
G4double GetPDGIsospin3 () const
 
G4int GetPDGiIsospin () const
 
G4int GetPDGiIsospin3 () const
 
G4int GetPDGiGParity () const
 
G4double GetPDGMagneticMoment () const
 
void SetPDGMagneticMoment (G4double mageticMoment)
 
G4double CalculateAnomaly () const
 
const G4StringGetParticleType () const
 
const G4StringGetParticleSubType () const
 
G4int GetLeptonNumber () const
 
G4int GetBaryonNumber () const
 
G4int GetPDGEncoding () const
 
G4int GetAntiPDGEncoding () const
 
void SetAntiPDGEncoding (G4int aEncoding)
 
G4int GetQuarkContent (G4int flavor) const
 
G4int GetAntiQuarkContent (G4int flavor) const
 
G4bool IsShortLived () const
 
G4bool GetPDGStable () const
 
void SetPDGStable (const G4bool aFlag)
 
G4double GetPDGLifeTime () const
 
void SetPDGLifeTime (G4double aLifeTime)
 
G4double GetIonLifeTime () const
 
G4DecayTableGetDecayTable () const
 
void SetDecayTable (G4DecayTable *aDecayTable)
 
G4ProcessManagerGetProcessManager () const
 
void SetProcessManager (G4ProcessManager *aProcessManager)
 
G4ParticleTableGetParticleTable () const
 
G4int GetAtomicNumber () const
 
G4int GetAtomicMass () const
 
void DumpTable () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void SetApplyCutsFlag (G4bool)
 
G4bool GetApplyCutsFlag () const
 
G4bool IsGeneralIon () const
 
G4int operator== (const G4ParticleDefinition &right) const
 
G4int operator!= (const G4ParticleDefinition &right) const
 
G4ProcessManagerGetMasterProcessManager () const
 
void SetMasterProcessManager (G4ProcessManager *aNewPM)
 
G4int GetInstanceID () const
 
void SetParticleDefinitionID (G4int id=-1)
 
G4int GetParticleDefinitionID () const
 

Static Public Member Functions

static G4MonopoleMonopoleDefinition (G4double mass=100.*CLHEP::GeV, G4double magCharge=1.0, G4double elCharge=0.0)
 
static G4MonopoleMonopole ()
 
- Static Public Member Functions inherited from G4ParticleDefinition
static const G4PDefManagerGetSubInstanceManager ()
 

Private Member Functions

 G4Monopole (const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable)
 
virtual ~G4Monopole ()
 

Static Private Attributes

static G4MonopoletheMonopole = 0
 
static G4double magCharge = 0.0
 

Additional Inherited Members

- Protected Types inherited from G4ParticleDefinition
enum  { NumberOfQuarkFlavor = 6 }
 
- Protected Member Functions inherited from G4ParticleDefinition
G4int FillQuarkContents ()
 
void SetParticleSubType (const G4String &subtype)
 
void SetAtomicNumber (G4int)
 
void SetAtomicMass (G4int)
 
 G4ParticleDefinition (const G4ParticleDefinition &right)
 
 G4ParticleDefinition ()
 
- Protected Attributes inherited from G4ParticleDefinition
G4int theQuarkContent [NumberOfQuarkFlavor]
 
G4int theAntiQuarkContent [NumberOfQuarkFlavor]
 
G4bool isGeneralIon
 

Detailed Description

Definition at line 61 of file G4Monopole.hh.

Constructor & Destructor Documentation

◆ G4Monopole()

G4Monopole::G4Monopole ( const G4String aName,
G4double  mass,
G4double  width,
G4double  charge,
G4int  iSpin,
G4int  iParity,
G4int  iConjugation,
G4int  iIsospin,
G4int  iIsospin3,
G4int  gParity,
const G4String pType,
G4int  lepton,
G4int  baryon,
G4int  encoding,
G4bool  stable,
G4double  lifetime,
G4DecayTable decaytable 
)
private

Definition at line 62 of file G4Monopole.cc.

72  : G4ParticleDefinition( aName, mass, width, charge, iSpin, iParity,
73  iConjugation, iIsospin, iIsospin3, gParity, pType,
74  lepton, baryon, encoding, stable, lifetime, decaytable )
75 {}
#define width
Here is the caller graph for this function:

◆ ~G4Monopole()

G4Monopole::~G4Monopole ( )
privatevirtual

Definition at line 79 of file G4Monopole.cc.

80 {}

Member Function Documentation

◆ MagneticCharge()

G4double G4Monopole::MagneticCharge ( ) const

Definition at line 125 of file G4Monopole.cc.

126 {
127  return magCharge;
128 }
static G4double magCharge
Definition: G4Monopole.hh:92
Here is the caller graph for this function:

◆ Monopole()

G4Monopole * G4Monopole::Monopole ( )
static

Definition at line 117 of file G4Monopole.cc.

118 {
120  return theMonopole;
121 }
static G4Monopole * theMonopole
Definition: G4Monopole.hh:65
static G4Monopole * MonopoleDefinition(G4double mass=100.*CLHEP::GeV, G4double magCharge=1.0, G4double elCharge=0.0)
Definition: G4Monopole.cc:93
Here is the call graph for this function:

◆ MonopoleDefinition()

G4Monopole * G4Monopole::MonopoleDefinition ( G4double  mass = 100.*CLHEP::GeV,
G4double  magCharge = 1.0,
G4double  elCharge = 0.0 
)
static

Definition at line 93 of file G4Monopole.cc.

95 {
96  if(!theMonopole) {
97  magCharge = eplus * mCharge / fine_structure_const * 0.5;
98  theMonopole = new G4Monopole(
99  "monopole", mass, 0.0*MeV, eplus*eCharge,
100  0, 0, 0,
101  0, 0, 0,
102  "boson", 0, 0, 0,
103  true, -1.0, 0);
104 
105 
106  G4cout << "Monopole is created: m(GeV)= " << theMonopole->GetPDGMass()/GeV
107  << " Qel= " << theMonopole->GetPDGCharge()/eplus
108  << " Qmag= " << magCharge/eplus
109  << G4endl;
110  }
111  return theMonopole;
112 }
static G4double magCharge
Definition: G4Monopole.hh:92
static const double MeV
Definition: G4SIunits.hh:211
int fine_structure_const
Definition: hepunit.py:287
static G4Monopole * theMonopole
Definition: G4Monopole.hh:65
G4GLOB_DLL std::ostream G4cout
static const double GeV
Definition: G4SIunits.hh:214
#define G4endl
Definition: G4ios.hh:61
static const double eplus
Definition: G4SIunits.hh:196
G4double GetPDGCharge() const
G4Monopole(const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospin3, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable)
Definition: G4Monopole.cc:62
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ magCharge

G4double G4Monopole::magCharge = 0.0
staticprivate

Definition at line 92 of file G4Monopole.hh.

◆ theMonopole

G4Monopole * G4Monopole::theMonopole = 0
staticprivate

Definition at line 65 of file G4Monopole.hh.


The documentation for this class was generated from the following files: