Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4AntiNeutron Class Reference

#include <G4AntiNeutron.hh>

+ Inheritance diagram for G4AntiNeutron:

Static Public Member Functions

static G4AntiNeutronDefinition ()
 
static G4AntiNeutronAntiNeutronDefinition ()
 
static G4AntiNeutronAntiNeutron ()
 

Additional Inherited Members

- Public Member Functions inherited from G4ParticleDefinition
 G4ParticleDefinition (const G4String &aName, G4double mass, G4double width, G4double charge, G4int iSpin, G4int iParity, G4int iConjugation, G4int iIsospin, G4int iIsospinZ, G4int gParity, const G4String &pType, G4int lepton, G4int baryon, G4int encoding, G4bool stable, G4double lifetime, G4DecayTable *decaytable, G4bool shortlived=false, const G4String &subType="", G4int anti_encoding=0, G4double magneticMoment=0.0)
 
virtual ~G4ParticleDefinition ()
 
const G4StringGetParticleName () const
 
G4double GetPDGMass () const
 
G4double GetPDGWidth () const
 
G4double GetPDGCharge () const
 
G4double GetPDGSpin () const
 
G4int GetPDGiSpin () const
 
G4int GetPDGiParity () const
 
G4int GetPDGiConjugation () const
 
G4double GetPDGIsospin () const
 
G4double GetPDGIsospin3 () const
 
G4int GetPDGiIsospin () const
 
G4int GetPDGiIsospin3 () const
 
G4int GetPDGiGParity () const
 
G4double GetPDGMagneticMoment () const
 
void SetPDGMagneticMoment (G4double mageticMoment)
 
G4double CalculateAnomaly () const
 
const G4StringGetParticleType () const
 
const G4StringGetParticleSubType () const
 
G4int GetLeptonNumber () const
 
G4int GetBaryonNumber () const
 
G4int GetPDGEncoding () const
 
G4int GetAntiPDGEncoding () const
 
void SetAntiPDGEncoding (G4int aEncoding)
 
G4int GetQuarkContent (G4int flavor) const
 
G4int GetAntiQuarkContent (G4int flavor) const
 
G4bool IsShortLived () const
 
G4bool GetPDGStable () const
 
void SetPDGStable (const G4bool aFlag)
 
G4double GetPDGLifeTime () const
 
void SetPDGLifeTime (G4double aLifeTime)
 
G4DecayTableGetDecayTable () const
 
void SetDecayTable (G4DecayTable *aDecayTable)
 
G4ProcessManagerGetProcessManager () const
 
void SetProcessManager (G4ProcessManager *aProcessManager)
 
G4ParticleTableGetParticleTable () const
 
void DumpTable () const
 
G4int GetAtomicNumber () const
 
G4int GetAtomicMass () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4int operator== (const G4ParticleDefinition &right) const
 
G4int operator!= (const G4ParticleDefinition &right) const
 
void SetApplyCutsFlag (G4bool)
 
G4bool GetApplyCutsFlag () const
 
- Protected Types inherited from G4ParticleDefinition
enum  { NumberOfQuarkFlavor = 6 }
 
- Protected Member Functions inherited from G4ParticleDefinition
G4int FillQuarkContents ()
 
void SetParticleSubType (const G4String &subtype)
 
void SetAtomicNumber (G4int)
 
void SetAtomicMass (G4int)
 
 G4ParticleDefinition (const G4ParticleDefinition &right)
 
 G4ParticleDefinition ()
 
- Protected Attributes inherited from G4ParticleDefinition
G4int theQuarkContent [NumberOfQuarkFlavor]
 
G4int theAntiQuarkContent [NumberOfQuarkFlavor]
 

Detailed Description

Definition at line 50 of file G4AntiNeutron.hh.

Member Function Documentation

◆ AntiNeutron()

G4AntiNeutron * G4AntiNeutron::AntiNeutron ( )
static

Definition at line 103 of file G4AntiNeutron.cc.

104{
105 return Definition();
106}
static G4AntiNeutron * Definition()

Referenced by G4LightMedia::AntiProtonExchange(), G4LElastic::ApplyYourself(), G4QCaptureAtRest::AtRestDoIt(), G4AntiBarionBuilder::Build(), G4LHEPAntiBarionBuilder::Build(), G4LHEPStoppingHadronBuilder::Build(), G4MiscBuilder::Build(), G4MiscLHEPBuilder::Build(), G4StoppingHadronBuilder::Build(), G4LHEPStoppingPhysics::ConstructProcess(), HadronPhysicsQGSP_BERT_95::ConstructProcess(), HadronPhysicsQGSP_FTFP_BERT_95::ConstructProcess(), G4AntiNuclElastic::G4AntiNuclElastic(), G4BaryonSplitter::G4BaryonSplitter(), G4ChargeExchange::G4ChargeExchange(), G4ChargeExchangeProcess::G4ChargeExchangeProcess(), G4ComponentAntiNuclNuclearXS::G4ComponentAntiNuclNuclearXS(), G4ComponentGGHadronNucleusXsc::G4ComponentGGHadronNucleusXsc(), G4GlauberGribovCrossSection::G4GlauberGribovCrossSection(), G4HadronNucleonXsc::G4HadronNucleonXsc(), G4RPGInelastic::G4RPGInelastic(), G4QHadronElasticDataSet::GetIsoCrossSection(), G4QHadronInelasticDataSet::GetIsoCrossSection(), G4QElastic::GetMeanFreePath(), G4QInelastic::GetMeanFreePath(), G4QPDGToG4Particle::GetParticleDefinition(), G4FTFModel::Init(), G4QCaptureAtRest::IsApplicable(), G4QElastic::IsApplicable(), G4QInelastic::IsApplicable(), G4QHadronElasticDataSet::IsIsoApplicable(), G4QHadronInelasticDataSet::IsIsoApplicable(), G4ChipsAntiBaryonElasticXS::IsIsoApplicable(), G4ChipsAntiBaryonInelasticXS::IsIsoApplicable(), G4QAtomicElectronScattering::PostStepDoIt(), G4QDiffraction::PostStepDoIt(), G4QElastic::PostStepDoIt(), G4QInelastic::PostStepDoIt(), G4ReactionDynamics::ProduceStrangeParticlePairs(), G4RPGPionSuppression::ReactionStage(), G4RPGStrangeProduction::ReactionStage(), and G4ReactionDynamics::SuppressChargedPions().

◆ AntiNeutronDefinition()

G4AntiNeutron * G4AntiNeutron::AntiNeutronDefinition ( )
static

Definition at line 98 of file G4AntiNeutron.cc.

99{
100 return Definition();
101}

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

◆ Definition()

G4AntiNeutron * G4AntiNeutron::Definition ( )
static

Definition at line 54 of file G4AntiNeutron.cc.

55{
56 if (theInstance !=0) return theInstance;
57 const G4String name = "anti_neutron";
58 // search in particle table]
60 G4ParticleDefinition* anInstance = pTable->FindParticle(name);
61 if (anInstance ==0)
62 {
63 // create particle
64 //
65 // Arguments for constructor are as follows
66 // name mass width charge
67 // 2*spin parity C-conjugation
68 // 2*Isospin 2*Isospin3 G-parity
69 // type lepton number baryon number PDG encoding
70 // stable lifetime decay table
71 // shortlived subType anti_encoding
72 // use constants in CLHEP
73 // static const double neutron_mass_c2 = 939.56563 * MeV;
74
75 anInstance = new G4ParticleDefinition(
76 name, neutron_mass_c2, 7.467e-28*GeV, 0.0,
77 1, +1, 0,
78 1, +1, 0,
79 "baryon", 0, -1, -2112,
80 true, 885.7*second, NULL,
81 false, "nucleon"
82 );
83 // Magnetic Moment
84 G4double mN = eplus*hbar_Planck/2./(proton_mass_c2 /c_squared);
85 anInstance->SetPDGMagneticMoment( 1.9130427 * mN);
86 //create Decay Table
87 G4DecayTable* table = new G4DecayTable();
88 // create a decay channel
89 G4VDecayChannel* mode = new G4NeutronBetaDecayChannel("anti_neutron",1.00);
90 table->Insert(mode);
91 anInstance->SetDecayTable(table);
92
93 }
94 theInstance = reinterpret_cast<G4AntiNeutron*>(anInstance);
95 return theInstance;
96}
double G4double
Definition: G4Types.hh:64
void Insert(G4VDecayChannel *aChannel)
Definition: G4DecayTable.cc:60
void SetPDGMagneticMoment(G4double mageticMoment)
void SetDecayTable(G4DecayTable *aDecayTable)
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()

Referenced by AntiNeutron(), AntiNeutronDefinition(), G4InuclElementaryParticle::makeDefinition(), and G4InuclElementaryParticle::type().


The documentation for this class was generated from the following files: