G4AntiAlpha Class Reference

#include <G4AntiAlpha.hh>

Inheritance diagram for G4AntiAlpha:

G4Ions G4ParticleDefinition

Static Public Member Functions

static G4AntiAlphaDefinition ()
static G4AntiAlphaAntiAlphaDefinition ()
static G4AntiAlphaAntiAlpha ()

Detailed Description

Definition at line 51 of file G4AntiAlpha.hh.


Member Function Documentation

G4AntiAlpha * G4AntiAlpha::AntiAlpha (  )  [static]

Definition at line 89 of file G4AntiAlpha.cc.

References Definition().

Referenced by G4AntiBarionBuilder::Build(), HadronPhysicsQGSP_FTFP_BERT_95::ConstructProcess(), G4AntiNuclElastic::G4AntiNuclElastic(), and G4ComponentAntiNuclNuclearXS::G4ComponentAntiNuclNuclearXS().

00090 {
00091   return Definition();
00092 }

G4AntiAlpha * G4AntiAlpha::AntiAlphaDefinition (  )  [static]

Definition at line 84 of file G4AntiAlpha.cc.

References Definition().

Referenced by G4IonConstructor::ConstructLightIons().

00085 {
00086   return Definition();
00087 }

G4AntiAlpha * G4AntiAlpha::Definition (  )  [static]

Definition at line 49 of file G4AntiAlpha.cc.

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

Referenced by AntiAlpha(), AntiAlphaDefinition(), G4InuclElementaryParticle::makeDefinition(), and G4InuclElementaryParticle::type().

00050 {
00051   if (theInstance !=0) return theInstance;
00052   const G4String name = "anti_alpha";
00053   // search in particle table]
00054   G4ParticleTable* pTable = G4ParticleTable::GetParticleTable();
00055   G4Ions* anInstance = reinterpret_cast<G4Ions*>(pTable->FindParticle(name));
00056   if (anInstance ==0)
00057   {
00058   // create particle
00059   //
00060   //    Arguments for constructor are as follows
00061   //               name             mass          width         charge
00062   //             2*spin           parity  C-conjugation
00063   //          2*Isospin       2*Isospin3       G-parity
00064   //               type    lepton number  baryon number   PDG encoding
00065   //             stable         lifetime    decay table
00066   //             shortlived      subType    anti_encoding
00067   //             excitation
00068    anInstance = new G4Ions(
00069                  name,    3.727379*GeV,       0.0*MeV,  -2.0*eplus,
00070                     0,              +1,             0,
00071                     0,               0,             0,
00072        "anti_nucleus",               0,            -4,  -1000020040,
00073                  true,            -1.0,          NULL,
00074                  false,       "static",    1000020040,
00075                  0.0
00076                );
00077 
00078   }
00079 
00080   theInstance = reinterpret_cast<G4AntiAlpha*>(anInstance);
00081   return theInstance;
00082 }


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