G4SigmaMinus Class Reference

#include <G4SigmaMinus.hh>

Inheritance diagram for G4SigmaMinus:

G4ParticleDefinition

Static Public Member Functions

static G4SigmaMinusDefinition ()
static G4SigmaMinusSigmaMinusDefinition ()
static G4SigmaMinusSigmaMinus ()

Detailed Description

Definition at line 50 of file G4SigmaMinus.hh.


Member Function Documentation

G4SigmaMinus * G4SigmaMinus::Definition (  )  [static]

Definition at line 53 of file G4SigmaMinus.cc.

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

Referenced by G4InuclElementaryParticle::makeDefinition(), SigmaMinus(), SigmaMinusDefinition(), and G4InuclElementaryParticle::type().

00054 {
00055   if (theInstance !=0) return theInstance;
00056   const G4String name = "sigma-";
00057   // search in particle table]
00058   G4ParticleTable* pTable = G4ParticleTable::GetParticleTable();
00059   G4ParticleDefinition* anInstance = pTable->FindParticle(name);
00060   if (anInstance ==0)
00061   {
00062   // create particle
00063   //
00064   //    Arguments for constructor are as follows
00065   //               name             mass          width         charge
00066   //             2*spin           parity  C-conjugation
00067   //          2*Isospin       2*Isospin3       G-parity   
00068   //               type    lepton number  baryon number   PDG encoding
00069   //             stable         lifetime    decay table
00070   //             shortlived      subType    anti_encoding
00071   
00072     anInstance = new G4ParticleDefinition(
00073                  name,    1.197449*GeV,  4.45e-12*MeV,    -1*eplus,
00074                     1,              +1,             0,
00075                     2,              -2,             0,
00076              "baryon",               0,            +1,        3112,
00077                 false,       0.1479*ns,          NULL,
00078                 false,       "sigma");
00079  
00080     // Magnetic Moment
00081     G4double mN = eplus*hbar_Planck/2./(proton_mass_c2 /c_squared);
00082     anInstance->SetPDGMagneticMoment( -1.160 * mN);
00083  
00084     //create Decay Table 
00085     G4DecayTable* table = new G4DecayTable();
00086     
00087     // create decay channels
00088     G4VDecayChannel** mode = new G4VDecayChannel*[1];
00089     // sigma- -> neutron + pi-
00090     mode[0] = new G4PhaseSpaceDecayChannel("sigma-",1.00,2,"neutron","pi-");
00091     
00092     for (G4int index=0; index <1; index++ ) table->Insert(mode[index]);
00093     delete [] mode;
00094     
00095     anInstance->SetDecayTable(table);
00096   }
00097   theInstance = reinterpret_cast<G4SigmaMinus*>(anInstance);
00098   return theInstance;
00099 }

G4SigmaMinus * G4SigmaMinus::SigmaMinus (  )  [static]

Definition at line 106 of file G4SigmaMinus.cc.

References Definition().

Referenced by G4LightMedia::AntiOmegaMinusExchange(), G4LightMedia::AntiXiMinusExchange(), G4LightMedia::AntiXiZeroExchange(), G4LElastic::ApplyYourself(), G4QCaptureAtRest::AtRestDoIt(), G4KaonMinusAbsorptionAtRest::AtRestDoIt(), G4MiscLHEPBuilder::Build(), G4MiscBuilder::Build(), G4HyperonLHEPBuilder::Build(), G4HyperonFTFPBuilder::Build(), G4QAtomicPhysics::ConstructParticle(), HadronPhysicsQGSP_FTFP_BERT_95::ConstructProcess(), HadronPhysicsQGSP_BERT_95::ConstructProcess(), G4StoppingPhysics::ConstructProcess(), G4BaryonSplitter::G4BaryonSplitter(), G4ChargeExchange::G4ChargeExchange(), G4ChargeExchangeProcess::G4ChargeExchangeProcess(), G4ComponentGGHadronNucleusXsc::G4ComponentGGHadronNucleusXsc(), G4GlauberGribovCrossSection::G4GlauberGribovCrossSection(), G4HadronNucleonXsc::G4HadronNucleonXsc(), G4RPGInelastic::G4RPGInelastic(), G4SigmaMinusField::GetField(), G4QHadronInelasticDataSet::GetIsoCrossSection(), G4QHadronElasticDataSet::GetIsoCrossSection(), G4QInelastic::GetMeanFreePath(), G4QElastic::GetMeanFreePath(), G4QPDGToG4Particle::GetParticleDefinition(), G4RKPropagation::Init(), G4QInelastic::IsApplicable(), G4QElastic::IsApplicable(), G4QCaptureAtRest::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::XiMinusExchange(), and G4LightMedia::XiZeroExchange().

00107 { 
00108   return Definition();
00109 }

G4SigmaMinus * G4SigmaMinus::SigmaMinusDefinition (  )  [static]

Definition at line 101 of file G4SigmaMinus.cc.

References Definition().

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

00102 { 
00103   return Definition();
00104 }


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