G4SigmaZero Class Reference

#include <G4SigmaZero.hh>

Inheritance diagram for G4SigmaZero:

G4ParticleDefinition

Static Public Member Functions

static G4SigmaZeroDefinition ()
static G4SigmaZeroSigmaZeroDefinition ()
static G4SigmaZeroSigmaZero ()

Detailed Description

Definition at line 50 of file G4SigmaZero.hh.


Member Function Documentation

G4SigmaZero * G4SigmaZero::Definition (  )  [static]

Definition at line 52 of file G4SigmaZero.cc.

References G4ParticleTable::FindParticle(), G4ParticleDefinition::G4ParticleDefinition(), G4ParticleTable::GetParticleTable(), G4DecayTable::Insert(), ns, and G4ParticleDefinition::SetDecayTable().

Referenced by G4InuclElementaryParticle::makeDefinition(), SigmaZero(), SigmaZeroDefinition(), and G4InuclElementaryParticle::type().

00053 {
00054   if (theInstance !=0) return theInstance;
00055   const G4String name = "sigma0";
00056   // search in particle table]
00057   G4ParticleTable* pTable = G4ParticleTable::GetParticleTable();
00058   G4ParticleDefinition* anInstance = pTable->FindParticle(name);
00059   if (anInstance ==0)
00060   {
00061   // create particle
00062   //
00063   //    Arguments for constructor are as follows
00064   //               name             mass          width         charge
00065   //             2*spin           parity  C-conjugation
00066   //          2*Isospin       2*Isospin3       G-parity
00067   //               type    lepton number  baryon number   PDG encoding
00068   //             stable         lifetime    decay table
00069   //             shortlived      subType    anti_encoding
00070 
00071     anInstance = new G4ParticleDefinition(
00072                  name,    1.192642*GeV,    8.9e-3*MeV,         0.0,
00073                     1,              +1,             0,
00074                     2,               0,             0,
00075              "baryon",               0,            +1,        3212,
00076                 false,      7.4e-11*ns,          NULL,
00077                 false,       "sigma");
00078 
00079     //create Decay Table
00080     G4DecayTable* table = new G4DecayTable();
00081     
00082     // create decay channels
00083     // sigma0 -> lambda + gamma
00084     G4VDecayChannel* mode  = new G4PhaseSpaceDecayChannel("sigma0",1.000,2,"lambda","gamma");
00085     
00086     table->Insert(mode);
00087     
00088     anInstance->SetDecayTable(table);
00089   }
00090   theInstance = reinterpret_cast<G4SigmaZero*>(anInstance);
00091   return theInstance;
00092 }

G4SigmaZero * G4SigmaZero::SigmaZero (  )  [static]

Definition at line 99 of file G4SigmaZero.cc.

References Definition().

Referenced by G4LightMedia::AntiOmegaMinusExchange(), G4LightMedia::AntiXiMinusExchange(), G4LightMedia::AntiXiZeroExchange(), G4KaonMinusAbsorptionAtRest::AtRestDoIt(), G4BaryonSplitter::G4BaryonSplitter(), G4ChargeExchange::G4ChargeExchange(), G4ChargeExchangeProcess::G4ChargeExchangeProcess(), G4ComponentGGHadronNucleusXsc::G4ComponentGGHadronNucleusXsc(), G4GlauberGribovCrossSection::G4GlauberGribovCrossSection(), G4HadronNucleonXsc::G4HadronNucleonXsc(), G4RPGInelastic::G4RPGInelastic(), G4SigmaZeroField::GetField(), G4QHadronInelasticDataSet::GetIsoCrossSection(), G4QHadronElasticDataSet::GetIsoCrossSection(), G4QInelastic::GetMeanFreePath(), G4QElastic::GetMeanFreePath(), G4QPDGToG4Particle::GetParticleDefinition(), G4RKPropagation::Init(), G4QInelastic::IsApplicable(), G4QElastic::IsApplicable(), G4QHadronInelasticDataSet::IsIsoApplicable(), G4QHadronElasticDataSet::IsIsoApplicable(), G4ChipsHyperonInelasticXS::IsIsoApplicable(), G4ChipsHyperonElasticXS::IsIsoApplicable(), G4LightMedia::LambdaExchange(), G4LightMedia::OmegaMinusExchange(), G4QInelastic::PostStepDoIt(), G4QElastic::PostStepDoIt(), G4QDiffraction::PostStepDoIt(), G4QAtomicElectronScattering::PostStepDoIt(), G4ReactionDynamics::ProduceStrangeParticlePairs(), G4RPGStrangeProduction::ReactionStage(), G4LightMedia::SigmaMinusExchange(), G4LightMedia::SigmaPlusExchange(), G4LightMedia::XiMinusExchange(), and G4LightMedia::XiZeroExchange().

00100 {
00101   return Definition();
00102 }

G4SigmaZero * G4SigmaZero::SigmaZeroDefinition (  )  [static]

Definition at line 94 of file G4SigmaZero.cc.

References Definition().

Referenced by G4BaryonConstructor::ConstructStrangeBaryons(), and G4QPDGToG4Particle::DefineAllParticles().

00095 {
00096   return Definition();
00097 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:53:23 2013 for Geant4 by  doxygen 1.4.7