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

#include <G4KaonZeroShort.hh>

Inheritance diagram for G4KaonZeroShort:
G4ParticleDefinition

Static Public Member Functions

static G4KaonZeroShortDefinition ()
 
static G4KaonZeroShortKaonZeroShortDefinition ()
 
static G4KaonZeroShortKaonZeroShort ()
 
- 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 G4KaonZeroShort.hh.

Member Function Documentation

G4KaonZeroShort * G4KaonZeroShort::Definition ( )
static

Definition at line 53 of file G4KaonZeroShort.cc.

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

Referenced by KaonZeroShort(), KaonZeroShortDefinition(), G4CascadeInterface::makeDynamicParticle(), and G4InuclElementaryParticle::type().

54 {
55  if (theInstance !=0) return theInstance;
56  const G4String name = "kaon0S";
57  // search in particle table]
59  G4ParticleDefinition* anInstance = pTable->FindParticle(name);
60  if (anInstance ==0)
61  {
62  // create particle
63  //
64  // Arguments for constructor are as follows
65  // name mass width charge
66  // 2*spin parity C-conjugation
67  // 2*Isospin 2*Isospin3 G-parity
68  // type lepton number baryon number PDG encoding
69  // stable lifetime decay table
70  // shortlived subType anti_encoding
71 
72  anInstance = new G4ParticleDefinition(
73  name, 0.497614*GeV, 7.352e-12*MeV, 0.0,
74  0, -1, 0,
75  1, 0, 0,
76  "meson", 0, 0, 310,
77  false, 0.08958*ns, NULL,
78  false, "kaon", 310);
79 
80  //create Decay Table
81  G4DecayTable* table = new G4DecayTable();
82 
83  // create decay channels
84  G4VDecayChannel** mode = new G4VDecayChannel*[2];
85  // kaon0s -> pi+ + pi-
86  mode[0] = new G4PhaseSpaceDecayChannel("kaon0S",0.6920,2,"pi+","pi-");
87  // kaon0s -> pi0 + pi0
88  mode[1] = new G4PhaseSpaceDecayChannel("kaon0S",0.3069,2,"pi0","pi0");
89 
90  for (G4int index=0; index <2; index++ ) table->Insert(mode[index]);
91  delete [] mode;
92 
93  anInstance->SetDecayTable(table);
94  }
95  theInstance = reinterpret_cast<G4KaonZeroShort*>(anInstance);
96  return theInstance;
97 }
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
G4KaonZeroShort * G4KaonZeroShort::KaonZeroShort ( )
static
G4KaonZeroShort * G4KaonZeroShort::KaonZeroShortDefinition ( )
static

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