Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions
G4KaonZeroLong Class Reference

#include <G4KaonZeroLong.hh>

Inheritance diagram for G4KaonZeroLong:
G4ParticleDefinition

Static Public Member Functions

static G4KaonZeroLongDefinition ()
 
static G4KaonZeroLongKaonZeroLongDefinition ()
 
static G4KaonZeroLongKaonZeroLong ()
 
- Static Public Member Functions inherited from G4ParticleDefinition
static const G4PDefManagerGetSubInstanceManager ()
 

Additional Inherited Members

- 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
 
- 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 50 of file G4KaonZeroLong.hh.

Member Function Documentation

G4KaonZeroLong * G4KaonZeroLong::Definition ( )
static

Definition at line 56 of file G4KaonZeroLong.cc.

References G4ParticleTable::FindParticle(), G4ParticleDefinition::G4ParticleDefinition(), G4ParticleTable::GetParticleTable(), python.hepunit::GeV, G4DecayTable::Insert(), python.hepunit::MeV, ns, and G4ParticleDefinition::SetDecayTable().

Referenced by KaonZeroLong(), KaonZeroLongDefinition(), G4CascadeInterface::makeDynamicParticle(), and G4InuclElementaryParticle::type().

57 {
58  if (theInstance !=0) return theInstance;
59  const G4String name = "kaon0L";
60  // search in particle table]
62  G4ParticleDefinition* anInstance = pTable->FindParticle(name);
63  if (anInstance ==0)
64  {
65  // create particle
66  //
67  // Arguments for constructor are as follows
68  // name mass width charge
69  // 2*spin parity C-conjugation
70  // 2*Isospin 2*Isospin3 G-parity
71  // type lepton number baryon number PDG encoding
72  // stable lifetime decay table
73  // shortlived subType anti_encoding
74 
75  anInstance = new G4ParticleDefinition(
76  name, 0.497614*GeV, 1.287e-14*MeV, 0.0,
77  0, -1, 0,
78  1, 0, 0,
79  "meson", 0, 0, 130,
80  false, 51.16*ns, NULL,
81  false, "kaon", 130);
82 
83  //create Decay Table
84  G4DecayTable* table = new G4DecayTable();
85 
86  // create decay channels
87  G4VDecayChannel** mode = new G4VDecayChannel*[6];
88  // kaon0L -> pi0 + pi0 + pi0
89  mode[0] = new G4PhaseSpaceDecayChannel("kaon0L",0.1952,3,"pi0","pi0","pi0");
90  // kaon0L -> pi0 + pi+ + pi-
91  mode[1] = new G4PhaseSpaceDecayChannel("kaon0L",0.1254,3,"pi0","pi+","pi-");
92  // kaon0L -> pi- + e+ + nu_e (Ke3)
93  mode[2] = new G4KL3DecayChannel("kaon0L",0.2027,"pi-","e+","nu_e");
94  // kaon0L -> pi+ + e- + anti_nu_e (Ke3)
95  mode[3] = new G4KL3DecayChannel("kaon0L",0.2027,"pi+","e-","anti_nu_e");
96  // kaon0L -> pi- + mu+ + nu_mu (Kmu3)
97  mode[4] = new G4KL3DecayChannel("kaon0L",0.1352,"pi-","mu+","nu_mu");
98  // kaon0L -> pi+ + mu- + anti_nu_mu (Kmu3)
99  mode[5] = new G4KL3DecayChannel("kaon0L",0.1352,"pi+","mu-","anti_nu_mu");
100 
101  for (G4int index=0; index <6; index++ ) table->Insert(mode[index]);
102  delete [] mode;
103 
104  anInstance->SetDecayTable(table);
105  }
106  theInstance = reinterpret_cast<G4KaonZeroLong*>(anInstance);
107  return theInstance;
108 }
void SetDecayTable(G4DecayTable *aDecayTable)
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
const XML_Char * name
int G4int
Definition: G4Types.hh:78
void Insert(G4VDecayChannel *aChannel)
Definition: G4DecayTable.cc:60
static G4ParticleTable * GetParticleTable()
#define ns
Definition: xmlparse.cc:597
G4KaonZeroLong * G4KaonZeroLong::KaonZeroLong ( )
static
G4KaonZeroLong * G4KaonZeroLong::KaonZeroLongDefinition ( )
static

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