G4He3 Class Reference

#include <G4He3.hh>

Inheritance diagram for G4He3:

G4Ions G4ParticleDefinition

Static Public Member Functions

static G4He3Definition ()
static G4He3He3Definition ()
static G4He3He3 ()

Detailed Description

Definition at line 51 of file G4He3.hh.


Member Function Documentation

G4He3 * G4He3::Definition (  )  [static]

Definition at line 50 of file G4He3.cc.

References G4ParticleTable::FindParticle(), G4Ions::G4Ions(), G4ParticleTable::GetParticleTable(), and G4ParticleDefinition::SetPDGMagneticMoment().

Referenced by He3(), He3Definition(), G4InuclElementaryParticle::makeDefinition(), and G4InuclElementaryParticle::type().

00051 {
00052   if (theInstance !=0) return theInstance;
00053   const G4String name = "He3";
00054   // search in particle table]
00055   G4ParticleTable* pTable = G4ParticleTable::GetParticleTable();
00056   G4Ions* anInstance =  reinterpret_cast<G4Ions*>(pTable->FindParticle(name));
00057   if (anInstance ==0) 
00058   {
00059   // create particle
00060   //
00061   //    Arguments for constructor are as follows
00062   //               name             mass          width         charge
00063   //             2*spin           parity  C-conjugation
00064   //          2*Isospin       2*Isospin3       G-parity
00065   //               type    lepton number  baryon number   PDG encoding
00066   //             stable         lifetime    decay table
00067   //             shortlived      subType    anti_encoding
00068   //             excitation 
00069     anInstance = new G4Ions(
00070                  name,    2.808391*GeV,       0.0*MeV,  +2.0*eplus,
00071                     1,              +1,             0,
00072                     0,               0,             0,
00073             "nucleus",               0,            +3, 1000020030,
00074                  true,            -1.0,          NULL,
00075                 false,        "static",   -1000020030,
00076                   0.0
00077               );
00078  
00079     // Magnetic Moment
00080     G4double mN = eplus*hbar_Planck/2./(proton_mass_c2 /c_squared);
00081     anInstance->SetPDGMagneticMoment( -2.12762485 * mN);
00082 
00083   }
00084 
00085   theInstance = reinterpret_cast<G4He3*>(anInstance);
00086   return theInstance;
00087 }

G4He3 * G4He3::He3 (  )  [static]

Definition at line 94 of file G4He3.cc.

References Definition().

Referenced by G4NeutronRadCapture::ApplyYourself(), G4NeutronHPNHe3InelasticFS::ApplyYourself(), G4NeutronHPHe3InelasticFS::ApplyYourself(), G4NeutronHPElasticFS::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), G4QAtomicPhysics::ConstructParticle(), G4EmStandardPhysics_option4::ConstructParticle(), G4EmStandardPhysics_option3::ConstructParticle(), G4EmStandardPhysics_option2::ConstructParticle(), G4EmStandardPhysics_option1::ConstructParticle(), G4EmStandardPhysics::ConstructParticle(), G4EmPenelopePhysics::ConstructParticle(), G4EmLowEPPhysics::ConstructParticle(), G4EmLivermorePolarizedPhysics::ConstructParticle(), G4EmLivermorePhysics::ConstructParticle(), G4QIonPhysics::ConstructProcess(), G4IonQMDPhysics::ConstructProcess(), G4IonPhysics::ConstructProcess(), G4IonINCLXXPhysics::ConstructProcess(), G4IonBinaryCascadePhysics::ConstructProcess(), G4BEHe3Channel::emit(), G4ChargeExchange::G4ChargeExchange(), G4ChargeExchangeProcess::G4ChargeExchangeProcess(), G4ComponentGGHadronNucleusXsc::G4ComponentGGHadronNucleusXsc(), G4GlauberGribovCrossSection::G4GlauberGribovCrossSection(), G4HadronNucleonXsc::G4HadronNucleonXsc(), G4WilsonAblationModel::G4WilsonAblationModel(), G4NuclNuclDiffuseElastic::GetInvCoulombElasticXsc(), G4DiffuseElastic::GetInvCoulombElasticXsc(), G4NuclNuclDiffuseElastic::GetInvElasticSumXsc(), G4DiffuseElastic::GetInvElasticSumXsc(), G4NuclNuclDiffuseElastic::GetInvElasticXsc(), G4DiffuseElastic::GetInvElasticXsc(), G4QLowEnergy::GetMeanFreePath(), G4QIonIonElastic::GetMeanFreePath(), G4QLowEnergy::IsApplicable(), G4QIonIonElastic::IsApplicable(), G4QLowEnergy::PostStepDoIt(), G4QIonIonElastic::PostStepDoIt(), G4QInelastic::PostStepDoIt(), G4NeutronHPNBodyPhaseSpace::Sample(), G4NeutronHPLabAngularEnergy::Sample(), G4NeutronHPIsotropic::Sample(), G4NeutronHPDiscreteTwoBody::Sample(), G4NeutronHPContAngularPar::Sample(), G4AntiNuclElastic::SampleInvariantT(), and G4QuasiElRatios::Scatter().

00095 {
00096   return Definition();
00097 }

G4He3 * G4He3::He3Definition (  )  [static]

Definition at line 89 of file G4He3.cc.

References Definition().

Referenced by G4ExcitationHandler::BreakItUp(), G4IonConstructor::ConstructLightIons(), and G4GeneratorPrecompoundInterface::Propagate().

00090 {
00091   return Definition();
00092 }


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