Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4KaonZeroLong Class Reference

#include <G4KaonZeroLong.hh>

+ Inheritance diagram for G4KaonZeroLong:

Static Public Member Functions

static G4KaonZeroLongDefinition ()
 
static G4KaonZeroLongKaonZeroLongDefinition ()
 
static G4KaonZeroLongKaonZeroLong ()
 

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)
 
G4DecayTableGetDecayTable () const
 
void SetDecayTable (G4DecayTable *aDecayTable)
 
G4ProcessManagerGetProcessManager () const
 
void SetProcessManager (G4ProcessManager *aProcessManager)
 
G4ParticleTableGetParticleTable () const
 
void DumpTable () const
 
G4int GetAtomicNumber () const
 
G4int GetAtomicMass () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4int operator== (const G4ParticleDefinition &right) const
 
G4int operator!= (const G4ParticleDefinition &right) const
 
void SetApplyCutsFlag (G4bool)
 
G4bool GetApplyCutsFlag () 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]
 

Detailed Description

Definition at line 50 of file G4KaonZeroLong.hh.

Member Function Documentation

◆ Definition()

G4KaonZeroLong * G4KaonZeroLong::Definition ( )
static

Definition at line 56 of file G4KaonZeroLong.cc.

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}
int G4int
Definition: G4Types.hh:66
void Insert(G4VDecayChannel *aChannel)
Definition: G4DecayTable.cc:60
void SetDecayTable(G4DecayTable *aDecayTable)
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()
#define ns
Definition: xmlparse.cc:597

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

◆ KaonZeroLong()

G4KaonZeroLong * G4KaonZeroLong::KaonZeroLong ( )
static

Definition at line 115 of file G4KaonZeroLong.cc.

116{
117 return Definition();
118}
static G4KaonZeroLong * Definition()

Referenced by G4LElastic::ApplyYourself(), G4QCaptureAtRest::AtRestDoIt(), G4ChipsKaonBuilder::Build(), G4KaonBuilder::Build(), G4PiKBuilder::Build(), G4RPGInelastic::CalculateMomenta(), G4InelasticInteraction::CalculateMomenta(), HadronPhysicsFTFP_BERT::ConstructProcess(), HadronPhysicsFTFP_BERT_HP::ConstructProcess(), HadronPhysicsFTFP_BERT_TRV::ConstructProcess(), HadronPhysicsQGSP_BERT_95::ConstructProcess(), HadronPhysicsQGSP_FTFP_BERT_95::ConstructProcess(), HadronPhysicsShielding::ConstructProcess(), G4ChargeExchange::G4ChargeExchange(), G4ChargeExchangeProcess::G4ChargeExchangeProcess(), G4ComponentGGHadronNucleusXsc::G4ComponentGGHadronNucleusXsc(), G4ee2KNeutralModel::G4ee2KNeutralModel(), G4GlauberGribovCrossSection::G4GlauberGribovCrossSection(), G4HadronNucleonXsc::G4HadronNucleonXsc(), G4KineticTrack::G4KineticTrack(), G4QHadronElasticDataSet::GetIsoCrossSection(), G4QHadronInelasticDataSet::GetIsoCrossSection(), G4QElastic::GetMeanFreePath(), G4QInelastic::GetMeanFreePath(), G4QPDGToG4Particle::GetParticleDefinition(), G4QElastic::IsApplicable(), G4QInelastic::IsApplicable(), G4QHadronElasticDataSet::IsIsoApplicable(), G4QHadronInelasticDataSet::IsIsoApplicable(), G4ChipsKaonZeroElasticXS::IsIsoApplicable(), G4ChipsKaonZeroInelasticXS::IsIsoApplicable(), G4LightMedia::KaonPlusExchange(), G4LightMedia::KaonZeroShortExchange(), G4QAtomicElectronScattering::PostStepDoIt(), G4QDiffraction::PostStepDoIt(), G4QElastic::PostStepDoIt(), G4QInelastic::PostStepDoIt(), G4ReactionDynamics::ProduceStrangeParticlePairs(), G4RPGStrangeProduction::ReactionStage(), G4ee2KNeutralModel::SampleSecondaries(), G4RPGInelastic::SetUpChange(), and G4InelasticInteraction::SetUpChange().

◆ KaonZeroLongDefinition()

G4KaonZeroLong * G4KaonZeroLong::KaonZeroLongDefinition ( )
static

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