G4AntiDMesonZero Class Reference

#include <G4AntiDMesonZero.hh>

Inheritance diagram for G4AntiDMesonZero:

G4ParticleDefinition

Static Public Member Functions

static G4AntiDMesonZeroDefinition ()
static G4AntiDMesonZeroAntiDMesonZeroDefinition ()
static G4AntiDMesonZeroAntiDMesonZero ()

Detailed Description

Definition at line 50 of file G4AntiDMesonZero.hh.


Member Function Documentation

G4AntiDMesonZero * G4AntiDMesonZero::AntiDMesonZero (  )  [static]

Definition at line 84 of file G4AntiDMesonZero.cc.

References Definition().

Referenced by G4QPDGToG4Particle::GetParticleDefinition().

00085 {
00086   return Definition();
00087 }

G4AntiDMesonZero * G4AntiDMesonZero::AntiDMesonZeroDefinition (  )  [static]

Definition at line 79 of file G4AntiDMesonZero.cc.

References Definition().

Referenced by G4MesonConstructor::ConstructCharmMesons(), and G4QPDGToG4Particle::DefineAllParticles().

00080 {
00081   return Definition();
00082 }

G4AntiDMesonZero * G4AntiDMesonZero::Definition (  )  [static]

Definition at line 48 of file G4AntiDMesonZero.cc.

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

Referenced by AntiDMesonZero(), and AntiDMesonZeroDefinition().

00049 {
00050   if (theInstance !=0) return theInstance;
00051   const G4String name = "anti_D0";
00052   // search in particle table]
00053   G4ParticleTable* pTable = G4ParticleTable::GetParticleTable();
00054   G4ParticleDefinition* anInstance = pTable->FindParticle(name);
00055   if (anInstance ==0)
00056   {
00057   // create particle
00058   //
00059   //    Arguments for constructor are as follows
00060   //               name             mass          width         charge
00061   //             2*spin           parity  C-conjugation
00062   //          2*Isospin       2*Isospin3       G-parity
00063   //               type    lepton number  baryon number   PDG encoding
00064   //             stable         lifetime    decay table
00065   //             shortlived      subType    anti_encoding
00066 
00067    anInstance = new G4ParticleDefinition(
00068                  name,      1.8648*GeV,  1.605e-9*MeV,          0.,
00069                     0,              -1,             0,
00070                     1,              +1,             0,
00071               "meson",               0,             0,        -421,
00072                 false,    0.4101e-3*ns,          NULL,
00073                 false,       "D");
00074   }
00075   theInstance = reinterpret_cast<G4AntiDMesonZero*>(anInstance);
00076   return theInstance;
00077 }


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