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

#include <G4ParticleDefinition.hh>

+ Inheritance diagram for G4ParticleDefinition:

Public Member Functions

 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

enum  { NumberOfQuarkFlavor = 6 }
 

Protected Member Functions

G4int FillQuarkContents ()
 
void SetParticleSubType (const G4String &subtype)
 
void SetAtomicNumber (G4int)
 
void SetAtomicMass (G4int)
 
 G4ParticleDefinition (const G4ParticleDefinition &right)
 
 G4ParticleDefinition ()
 

Protected Attributes

G4int theQuarkContent [NumberOfQuarkFlavor]
 
G4int theAntiQuarkContent [NumberOfQuarkFlavor]
 

Friends

class G4ParticlePropertyTable
 

Detailed Description

Definition at line 67 of file G4ParticleDefinition.hh.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protected
Enumerator
NumberOfQuarkFlavor 

Definition at line 290 of file G4ParticleDefinition.hh.

Constructor & Destructor Documentation

◆ G4ParticleDefinition() [1/3]

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 
)

Definition at line 62 of file G4ParticleDefinition.cc.

85 : theParticleName(aName),
86 thePDGMass(mass),
87 thePDGWidth(width),
88 thePDGCharge(charge),
89 thePDGiSpin(iSpin),
90 thePDGSpin(iSpin*0.5),
91 thePDGiParity(iParity),
92 thePDGiConjugation(iConjugation),
93 thePDGiGParity(gParity),
94 thePDGiIsospin(iIsospin),
95 thePDGiIsospin3(iIsospin3),
96 thePDGIsospin(iIsospin*0.5),
97 thePDGIsospin3(iIsospin3*0.5),
98 thePDGMagneticMoment(magneticMoment),
99 theLeptonNumber(lepton),
100 theBaryonNumber(baryon),
101 theParticleType(pType),
102 theParticleSubType(subType),
103 thePDGEncoding(encoding),
104 theAntiPDGEncoding(-1*encoding),
105 fShortLivedFlag(shortlived),
106 thePDGStable(stable),
107 thePDGLifeTime(lifetime),
108 theDecayTable(decaytable),
109 theProcessManager(0),
110 theAtomicNumber(0),
111 theAtomicMass(0),
112 verboseLevel(1),
113 fApplyCutsFlag(false)
114{
115 static G4String nucleus("nucleus");
116 theParticleTable = G4ParticleTable::GetParticleTable();
117
118 //set verboseLevel equal to ParticleTable
119 verboseLevel = theParticleTable->GetVerboseLevel();
120
121 if (anti_encoding !=0) theAntiPDGEncoding = anti_encoding;
122
123 // check quark contents
124 if (this->FillQuarkContents() != thePDGEncoding) {
125#ifdef G4VERBOSE
126 if (verboseLevel>0) {
127 // Using G4cerr expecting that it is available in construction of static objects
128 G4cerr << "Particle " << aName << " has a strange PDGEncoding " <<G4endl;
129 }
130#endif
131 G4Exception( "G4ParticleDefintion::G4ParticleDefintion",
132 "PART102", JustWarning,
133 "Strange PDGEncoding ");
134 }
135
136 // check initialization is in Pre_Init state except for ions
138
139 if ( !fShortLivedFlag && (theParticleType!=nucleus) && (currentState!=G4State_PreInit)){
140#ifdef G4VERBOSE
141 if (GetVerboseLevel()>0) {
142 G4cerr << "G4ParticleDefintion (other than ions and shortlived) should be created in Pre_Init state "
143 << aName << G4endl;
144 }
145#endif
146 G4Exception( "G4ParticleDefintion::G4ParticleDefintion",
147 "PART101", JustWarning,
148 "G4ParticleDefinition should be created in PreInit state");
149 }
150
151
152 if (theParticleTable->GetIonTable()->IsIon(this)) {
155 }
156
157 if (theParticleTable->GetIonTable()->IsAntiIon(this)) {
158 SetAtomicNumber( std::abs(G4int(GetPDGCharge()/eplus)) );
159 SetAtomicMass( std::abs(GetBaryonNumber()) );
160 }
161
162 // check name and register this particle into ParticleTable
163 theParticleTable->Insert(this);
164
165}
G4ApplicationState
@ G4State_PreInit
@ JustWarning
int G4int
Definition: G4Types.hh:66
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cerr
static G4bool IsIon(const G4ParticleDefinition *)
Definition: G4IonTable.cc:594
static G4bool IsAntiIon(const G4ParticleDefinition *)
Definition: G4IonTable.cc:619
G4int GetVerboseLevel() const
G4double GetPDGCharge() const
void SetAtomicMass(G4int)
void SetAtomicNumber(G4int)
G4int GetVerboseLevel() const
static G4ParticleTable * GetParticleTable()
G4ParticleDefinition * Insert(G4ParticleDefinition *particle)
G4IonTable * GetIonTable()
G4ApplicationState GetCurrentState() const
static G4StateManager * GetStateManager()
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
Definition: G4Exception.cc:41

◆ ~G4ParticleDefinition()

G4ParticleDefinition::~G4ParticleDefinition ( )
virtual

Definition at line 182 of file G4ParticleDefinition.cc.

183{
184 if (G4ParticleTable::GetParticleTable()->GetReadiness()) {
186 G4ApplicationState currentState = pStateManager->GetCurrentState();
187 if (currentState != G4State_PreInit) {
188 G4String msg = "Request of deletion for ";
189 msg += GetParticleName();
190 msg += " has No effects because readyToUse is true.";
191 G4Exception("G4ParticleDefinition::~G4ParticleDefinition()",
192 "PART117", JustWarning, msg);
193 return ;
194 } else {
195#ifdef G4VERBOSE
196 if (verboseLevel>0){
198 << " will be deleted " << G4endl;
199 }
200#endif
201 }
202 }
203
204 if (theDecayTable!= 0) delete theDecayTable;
205}
G4DLLIMPORT std::ostream G4cout
const G4String & GetParticleName() const

◆ G4ParticleDefinition() [2/3]

G4ParticleDefinition::G4ParticleDefinition ( const G4ParticleDefinition right)
protected

Definition at line 167 of file G4ParticleDefinition.cc.

168{
169 G4Exception("G4ParticleDefinition::G4ParticleDefinition()",
170 "PART001", FatalException,
171 "Illegal call of copy Constructor for G4ParticleDefinition ");
172}
@ FatalException

◆ G4ParticleDefinition() [3/3]

G4ParticleDefinition::G4ParticleDefinition ( )
protected

Definition at line 174 of file G4ParticleDefinition.cc.

175{
176 G4Exception("G4ParticleDefinition::G4ParticleDefinition()",
177 "PART001", FatalException,
178 "Illegal call of default Constructor for G4ParticleDefinition ");
179}

Referenced by G4AdjointElectron::Definition(), G4AdjointGamma::Definition(), G4AdjointPositron::Definition(), G4AdjointProton::Definition(), G4ChargedGeantino::Definition(), G4Gamma::Definition(), G4Geantino::Definition(), G4OpticalPhoton::Definition(), G4UnknownParticle::Definition(), G4AntiLambda::Definition(), G4AntiLambdab::Definition(), G4AntiLambdacPlus::Definition(), G4AntiNeutron::Definition(), G4AntiOmegabMinus::Definition(), G4AntiOmegacZero::Definition(), G4AntiOmegaMinus::Definition(), G4AntiProton::Definition(), G4AntiSigmabMinus::Definition(), G4AntiSigmabPlus::Definition(), G4AntiSigmabZero::Definition(), G4AntiSigmacPlus::Definition(), G4AntiSigmacPlusPlus::Definition(), G4AntiSigmacZero::Definition(), G4AntiSigmaMinus::Definition(), G4AntiSigmaPlus::Definition(), G4AntiSigmaZero::Definition(), G4AntiXibMinus::Definition(), G4AntiXibZero::Definition(), G4AntiXicPlus::Definition(), G4AntiXicZero::Definition(), G4AntiXiMinus::Definition(), G4AntiXiZero::Definition(), G4Lambda::Definition(), G4Lambdab::Definition(), G4LambdacPlus::Definition(), G4OmegabMinus::Definition(), G4OmegacZero::Definition(), G4OmegaMinus::Definition(), G4SigmabMinus::Definition(), G4SigmabPlus::Definition(), G4SigmabZero::Definition(), G4SigmacPlus::Definition(), G4SigmacPlusPlus::Definition(), G4SigmacZero::Definition(), G4SigmaMinus::Definition(), G4SigmaPlus::Definition(), G4SigmaZero::Definition(), G4XibMinus::Definition(), G4XibZero::Definition(), G4XicPlus::Definition(), G4XicZero::Definition(), G4XiMinus::Definition(), G4XiZero::Definition(), G4AntiBMesonZero::Definition(), G4AntiBsMesonZero::Definition(), G4AntiDMesonZero::Definition(), G4AntiKaonZero::Definition(), G4BcMesonMinus::Definition(), G4BcMesonPlus::Definition(), G4BMesonMinus::Definition(), G4BMesonPlus::Definition(), G4BMesonZero::Definition(), G4BsMesonZero::Definition(), G4DMesonMinus::Definition(), G4DMesonPlus::Definition(), G4DMesonZero::Definition(), G4DsMesonMinus::Definition(), G4DsMesonPlus::Definition(), G4Eta::Definition(), G4Etac::Definition(), G4EtaPrime::Definition(), G4JPsi::Definition(), G4KaonMinus::Definition(), G4KaonPlus::Definition(), G4KaonZero::Definition(), G4KaonZeroLong::Definition(), G4KaonZeroShort::Definition(), G4PionMinus::Definition(), G4PionPlus::Definition(), G4PionZero::Definition(), G4Upsiron::Definition(), G4AntiNeutrinoE::Definition(), G4AntiNeutrinoMu::Definition(), G4AntiNeutrinoTau::Definition(), G4Electron::Definition(), G4MuonMinus::Definition(), G4MuonPlus::Definition(), G4NeutrinoE::Definition(), G4NeutrinoMu::Definition(), G4NeutrinoTau::Definition(), G4Positron::Definition(), G4TauMinus::Definition(), and G4TauPlus::Definition().

Member Function Documentation

◆ CalculateAnomaly()

G4double G4ParticleDefinition::CalculateAnomaly ( ) const

◆ DumpTable()

void G4ParticleDefinition::DumpTable ( ) const

Definition at line 283 of file G4ParticleDefinition.cc.

284{
285 G4cout << G4endl;
286 G4cout << "--- G4ParticleDefinition ---" << G4endl;
287 G4cout << " Particle Name : " << theParticleName << G4endl;
288 G4cout << " PDG particle code : " << thePDGEncoding;
289 G4cout << " [PDG anti-particle code: " << this->GetAntiPDGEncoding() << "]"<< G4endl;
290 G4cout << " Mass [GeV/c2] : " << thePDGMass/GeV ;
291 G4cout << " Width : " << thePDGWidth/GeV << G4endl;
292 G4cout << " Lifetime [nsec] : " << thePDGLifeTime/ns << G4endl;
293 G4cout << " Charge [e]: " << thePDGCharge/eplus << G4endl;
294 G4cout << " Spin : " << thePDGiSpin << "/2" << G4endl;
295 G4cout << " Parity : " << thePDGiParity << G4endl;
296 G4cout << " Charge conjugation : " << thePDGiConjugation << G4endl;
297 G4cout << " Isospin : (I,Iz): (" << thePDGiIsospin <<"/2";
298 G4cout << " , " << thePDGiIsospin3 << "/2 ) " << G4endl;
299 G4cout << " GParity : " << thePDGiGParity << G4endl;
300 if (thePDGMagneticMoment != 0.0) {
301 G4cout << " MagneticMoment [MeV/T] : " << thePDGMagneticMoment/MeV*tesla << G4endl;
302 }
303 G4cout << " Quark contents (d,u,s,c,b,t) : " << theQuarkContent[0];
304 G4cout << ", " << theQuarkContent[1];
305 G4cout << ", " << theQuarkContent[2];
306 G4cout << ", " << theQuarkContent[3];
307 G4cout << ", " << theQuarkContent[4];
308 G4cout << ", " << theQuarkContent[5] << G4endl;
309 G4cout << " AntiQuark contents : " << theAntiQuarkContent[0];
310 G4cout << ", " << theAntiQuarkContent[1];
311 G4cout << ", " << theAntiQuarkContent[2];
312 G4cout << ", " << theAntiQuarkContent[3];
313 G4cout << ", " << theAntiQuarkContent[4];
314 G4cout << ", " << theAntiQuarkContent[5] << G4endl;
315 G4cout << " Lepton number : " << theLeptonNumber;
316 G4cout << " Baryon number : " << theBaryonNumber << G4endl;
317 G4cout << " Particle type : " << theParticleType ;
318 G4cout << " [" << theParticleSubType << "]" << G4endl;
319
320 if ( (theParticleTable->GetIonTable()->IsIon(this))
321 || (theParticleTable->GetIonTable()->IsAntiIon(this)) ) {
322 G4cout << " Atomic Number : " << GetAtomicNumber();
323 G4cout << " Atomic Mass : " << GetAtomicMass() << G4endl;
324 }
325 if ( fShortLivedFlag ){
326 G4cout << " ShortLived : ON" << G4endl;
327 }
328
329 if ( thePDGStable ){
330 G4cout << " Stable : stable" << G4endl;
331 } else {
332 if( theDecayTable != 0 ){
333 theDecayTable->DumpInfo();
334 } else {
335 G4cout << "Decay Table is not defined !!" <<G4endl;
336 }
337 }
338
339}
void DumpInfo() const
G4int GetAtomicNumber() const
G4int theAntiQuarkContent[NumberOfQuarkFlavor]
G4int GetAtomicMass() const
G4int theQuarkContent[NumberOfQuarkFlavor]
#define ns
Definition: xmlparse.cc:597

Referenced by G4ParticleTable::DumpTable(), G4IonTable::DumpTable(), G4ShortLivedTable::DumpTable(), G4ParticleMessenger::SetNewValue(), and G4ParticlePropertyMessenger::SetNewValue().

◆ FillQuarkContents()

G4int G4ParticleDefinition::FillQuarkContents ( )
protected

Definition at line 227 of file G4ParticleDefinition.cc.

232{
233 G4int flavor;
234 for (flavor= 0; flavor<NumberOfQuarkFlavor; flavor++){
235 theQuarkContent[flavor] = 0;
236 theAntiQuarkContent[flavor] = 0;
237 }
238
239 G4PDGCodeChecker checker;
240 checker.SetVerboseLevel(verboseLevel);
241
242 G4int temp = checker.CheckPDGCode(thePDGEncoding, theParticleType);
243
244 if ( temp != 0) {
245 for (flavor= 0; flavor<NumberOfQuarkFlavor; flavor++){
246 theQuarkContent[flavor] = checker.GetQuarkContent(flavor);
247 theAntiQuarkContent[flavor] = checker.GetAntiQuarkContent(flavor);
248 }
249 if ((theParticleType == "meson")||(theParticleType == "baryon")) {
250 // check charge
251 if (!checker.CheckCharge(thePDGCharge) ){
252 temp = 0;
253 G4Exception( "G4ParticleDefintion::G4ParticleDefintion",
254 "PART103", JustWarning,
255 "Inconsistent charge against PDG code ");
256#ifdef G4VERBOSE
257 if (verboseLevel>0) {
258 G4cerr << "G4ParticleDefinition::FillQuarkContents : "
259 << " illegal charge (" << thePDGCharge/eplus
260 << " PDG code=" << thePDGEncoding <<G4endl;
261 }
262#endif
263 }
264 // check spin
265 if (checker.GetSpin() != thePDGiSpin) {
266 temp=0;
267 G4Exception( "G4ParticleDefintion::G4ParticleDefintion",
268 "PART104", JustWarning,
269 "Inconsistent spin against PDG code ");
270#ifdef G4VERBOSE
271 if (verboseLevel>0) {
272 G4cerr << "G4ParticleDefinition::FillQuarkContents : "
273 << " illegal SPIN (" << thePDGiSpin << "/2"
274 << " PDG code=" << thePDGEncoding <<G4endl;
275 }
276#endif
277 }
278 }
279 }
280 return temp;
281}
G4int GetSpin() const
G4int GetQuarkContent(G4int flavor) const
G4bool CheckCharge(G4double charge) const
G4int GetAntiQuarkContent(G4int flavor) const
void SetVerboseLevel(G4int verbose)
G4int CheckPDGCode(G4int code, G4String type)

Referenced by G4ParticleDefinition().

◆ GetAntiPDGEncoding()

G4int G4ParticleDefinition::GetAntiPDGEncoding ( ) const
inline

Definition at line 142 of file G4ParticleDefinition.hh.

142{ return theAntiPDGEncoding; }

Referenced by DumpTable(), and G4ParticlePropertyTable::GetParticleProperty().

◆ GetAntiQuarkContent()

◆ GetApplyCutsFlag()

G4bool G4ParticleDefinition::GetApplyCutsFlag ( ) const

◆ GetAtomicMass()

◆ GetAtomicNumber()

◆ GetBaryonNumber()

G4int G4ParticleDefinition::GetBaryonNumber ( ) const
inline

Definition at line 139 of file G4ParticleDefinition.hh.

139{ return theBaryonNumber; }

Referenced by G4WilsonAbrasionModel::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4BinaryLightIonReaction::ApplyYourself(), G4ParaFissionModel::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), G4QCaptureAtRest::AtRestDoIt(), G4InuclElementaryParticle::baryon(), G4NeutronHPInelasticBaseFS::BaseApply(), G4HadLeadBias::Bias(), G4WilsonAblationModel::BreakItUp(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4RPGInelastic::CheckQnums(), G4NeutronHPInelasticCompFS::CompositeApply(), G4StoppingPhysics::ConstructProcess(), G4KineticTrack::Decay(), G4RadioactiveDecay::DecayIt(), G4InelasticInteraction::ExtractResidualNucleus(), G4AdjointIons::G4AdjointIons(), G4FTFParameters::G4FTFParameters(), G4HEVector::G4HEVector(), G4Ions::G4Ions(), G4ParticleDefinition(), G4PomeronCrossSection::G4PomeronCrossSection(), G4VPreCompoundFragment::G4VPreCompoundFragment(), G4ReactionDynamics::GenerateXandPt(), G4ComponentAntiNuclNuclearXS::GetAntiHadronNucleonTotCrSc(), G4QMDParticipant::GetBaryonNumber(), G4EMDissociationCrossSection::GetElementCrossSection(), G4IonsKoxCrossSection::GetElementCrossSection(), G4IonsSihverCrossSection::GetElementCrossSection(), G4TripathiCrossSection::GetElementCrossSection(), G4GeneralSpaceNNCrossSection::GetElementCrossSection(), G4TripathiLightCrossSection::GetElementCrossSection(), G4MesonAbsorption::GetFinalState(), G4ComponentAntiNuclNuclearXS::GetInelasticElementCrossSection(), G4IonsShenCrossSection::GetIsoCrossSection(), G4QIonIonElastic::GetMeanFreePath(), G4QLowEnergy::GetMeanFreePath(), G4QMDParticipant::GetNuc(), G4ParticlePropertyTable::GetParticleProperty(), G4ComponentGGNuclNuclXsc::GetRatioQE(), G4GGNuclNuclCrossSection::GetRatioQE(), G4ComponentGGNuclNuclXsc::GetRatioSD(), G4GGNuclNuclCrossSection::GetRatioSD(), G4FTFModel::GetStrings(), G4ComponentAntiNuclNuclearXS::GetTotalElementCrossSection(), G4ComponentGGNuclNuclXsc::GetZandACrossSection(), G4GGNuclNuclCrossSection::GetZandACrossSection(), G4FTFModel::Init(), G4NuclNuclDiffuseElastic::Initialise(), G4NuclNuclDiffuseElastic::InitialiseOnFly(), G4NuclNuclDiffuseElastic::InitParameters(), G4NuclNuclDiffuseElastic::InitParametersGla(), G4IonTable::IsAntiIon(), G4HadronicAbsorptionFritiof::IsApplicable(), G4QIonIonElastic::IsApplicable(), G4QLowEnergy::IsApplicable(), G4IonsKoxCrossSection::IsElementApplicable(), G4IonsShenCrossSection::IsElementApplicable(), G4IonsSihverCrossSection::IsElementApplicable(), G4TripathiCrossSection::IsElementApplicable(), G4GeneralSpaceNNCrossSection::IsElementApplicable(), G4TripathiLightCrossSection::IsElementApplicable(), G4IonTable::IsIon(), G4HadronicProcess::PostStepDoIt(), G4QIonIonElastic::PostStepDoIt(), G4QLowEnergy::PostStepDoIt(), G4QStringChipsParticleLevelInterface::Propagate(), G4StringChipsParticleLevelInterface::Propagate(), G4RPGFragmentation::ReactionStage(), G4RPGTwoCluster::ReactionStage(), G4AdjointSimManager::RegisterAtEndOfAdjointTrack(), G4AntiNuclElastic::SampleInvariantT(), G4Scatterer::Scatter(), G4ReactionDynamics::TwoCluster(), and G4AdjointSteppingAction::UserSteppingAction().

◆ GetDecayTable()

◆ GetLeptonNumber()

G4int G4ParticleDefinition::GetLeptonNumber ( ) const
inline

Definition at line 138 of file G4ParticleDefinition.hh.

138{ return theLeptonNumber; }

Referenced by G4HadLeadBias::Bias(), and G4ParticlePropertyTable::GetParticleProperty().

◆ GetParticleName()

const G4String & G4ParticleDefinition::GetParticleName ( ) const
inline

Definition at line 115 of file G4ParticleDefinition.hh.

115{ return theParticleName; }

Referenced by G4VEmProcess::ActivateForcedInteraction(), G4ITStepProcessor::ActiveOnlyITProcess(), G4CollisionManager::AddCollision(), G4RadioactiveDecay::AddDecayRateTable(), G4VHadronPhysics::AddElasticCrossSection(), G4VHadronPhysics::AddInelasticCrossSection(), G4CollisionOutput::addOutgoingParticles(), G4ProcessManager::AddProcess(), G4VUserPhysicsList::AddProcessManager(), G4PhysicsListHelper::AddTransportation(), G4ErrorEnergyLoss::AlongStepDoIt(), G4WilsonAbrasionModel::ApplyYourself(), G4ChargeExchange::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4LEnp::ApplyYourself(), G4LEpp::ApplyYourself(), G4NeutronRadCapture::ApplyYourself(), G4LEAntiKaonZeroInelastic::ApplyYourself(), G4LEAntiLambdaInelastic::ApplyYourself(), G4LEAntiNeutronInelastic::ApplyYourself(), G4LEAntiOmegaMinusInelastic::ApplyYourself(), G4LEAntiProtonInelastic::ApplyYourself(), G4LEAntiSigmaMinusInelastic::ApplyYourself(), G4LEAntiSigmaPlusInelastic::ApplyYourself(), G4LEAntiXiMinusInelastic::ApplyYourself(), G4LEAntiXiZeroInelastic::ApplyYourself(), G4LEKaonMinusInelastic::ApplyYourself(), G4LEKaonPlusInelastic::ApplyYourself(), G4LEKaonZeroInelastic::ApplyYourself(), G4LELambdaInelastic::ApplyYourself(), G4LENeutronInelastic::ApplyYourself(), G4LEOmegaMinusInelastic::ApplyYourself(), G4LEPionMinusInelastic::ApplyYourself(), G4LEPionPlusInelastic::ApplyYourself(), G4LEProtonInelastic::ApplyYourself(), G4LESigmaMinusInelastic::ApplyYourself(), G4LESigmaPlusInelastic::ApplyYourself(), G4LEXiMinusInelastic::ApplyYourself(), G4LEXiZeroInelastic::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4RPGAntiKZeroInelastic::ApplyYourself(), G4RPGAntiLambdaInelastic::ApplyYourself(), G4RPGAntiNeutronInelastic::ApplyYourself(), G4RPGAntiOmegaMinusInelastic::ApplyYourself(), G4RPGAntiProtonInelastic::ApplyYourself(), G4RPGAntiSigmaMinusInelastic::ApplyYourself(), G4RPGAntiSigmaPlusInelastic::ApplyYourself(), G4RPGAntiXiMinusInelastic::ApplyYourself(), G4RPGAntiXiZeroInelastic::ApplyYourself(), G4RPGKMinusInelastic::ApplyYourself(), G4RPGKPlusInelastic::ApplyYourself(), G4RPGKZeroInelastic::ApplyYourself(), G4RPGLambdaInelastic::ApplyYourself(), G4RPGOmegaMinusInelastic::ApplyYourself(), G4RPGSigmaMinusInelastic::ApplyYourself(), G4RPGSigmaPlusInelastic::ApplyYourself(), G4RPGXiMinusInelastic::ApplyYourself(), G4RPGXiZeroInelastic::ApplyYourself(), G4CascadeInterface::ApplyYourself(), G4INCLXXInterface::ApplyYourself(), G4PreCompoundModel::ApplyYourself(), G4QCaptureAtRest::AtRestDoIt(), G4WilsonAblationModel::BreakItUp(), G4HyperonCHIPSBuilder::Build(), G4MiscCHIPSBuilder::Build(), G4MiscQGSCBuilder::Build(), G4QInelasticCHIPS_HPBuilder::Build(), G4QInelasticCHIPSBuilder::Build(), G4VEnergyLossProcess::BuildDEDXTable(), G4VUserPhysicsList::BuildIntegralPhysicsTable(), G4VEnergyLossProcess::BuildLambdaTable(), G4DNABrownianTransportation::BuildPhysicsTable(), G4VEmProcess::BuildPhysicsTable(), G4VEnergyLossProcess::BuildPhysicsTable(), G4VMultipleScattering::BuildPhysicsTable(), G4BGGNucleonElasticXS::BuildPhysicsTable(), G4BGGNucleonInelasticXS::BuildPhysicsTable(), G4BGGPionElasticXS::BuildPhysicsTable(), G4BGGPionInelasticXS::BuildPhysicsTable(), G4CrossSectionPairGG::BuildPhysicsTable(), G4NeutronCaptureXS::BuildPhysicsTable(), G4NeutronElasticXS::BuildPhysicsTable(), G4NeutronInelasticXS::BuildPhysicsTable(), G4NeutronHPJENDLHEData::BuildPhysicsTable(), G4hImpactIonisation::BuildPhysicsTable(), G4ChargeExchangeProcess::BuildPhysicsTable(), G4LossTableManager::BuildPhysicsTable(), G4VUserPhysicsList::BuildPhysicsTable(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4ParticleChange::CheckIt(), G4ParticleChangeForDecay::CheckIt(), G4ParticleChangeForGamma::CheckIt(), G4ParticleChangeForLoss::CheckIt(), G4ParticleChangeForMSC::CheckIt(), G4PhysicsListHelper::CheckParticleList(), G4RPGInelastic::CheckQnums(), G4HadronicProcess::CheckResult(), G4VParticleChange::CheckSecondary(), G4StackChecker::ClassifyNewTrack(), G4InuclCollider::collide(), G4BigBanger::collide(), G4ElementaryParticleCollider::collide(), G4RadioactiveDecay::CollimateDecayProduct(), G4EmCalculator::ComputeCrossSectionPerAtom(), G4EmCalculator::ComputeCrossSectionPerVolume(), G4EmCalculator::ComputeDEDX(), G4EmCalculator::ComputeMeanFreePath(), G4EmCalculator::ComputeNuclearDEDX(), G4AdjointCSManager::ComputeTotalAdjointCS(), G4WentzelOKandVIxSection::ComputeTransportCrossSectionPerAtom(), G4WentzelVIRelXSection::ComputeTransportCrossSectionPerAtom(), G4ErrorPhysicsList::ConstructEM(), G4ErrorPhysicsList::ConstructProcess(), G4ChargeExchangePhysics::ConstructProcess(), G4DecayPhysics::ConstructProcess(), G4EmDNAPhysics::ConstructProcess(), G4EmDNAPhysicsChemistry::ConstructProcess(), G4EmLivermorePhysics::ConstructProcess(), G4EmLivermorePolarizedPhysics::ConstructProcess(), G4EmLowEPPhysics::ConstructProcess(), G4EmPenelopePhysics::ConstructProcess(), G4EmStandardPhysics::ConstructProcess(), G4EmStandardPhysics_option1::ConstructProcess(), G4EmStandardPhysics_option2::ConstructProcess(), G4EmStandardPhysics_option3::ConstructProcess(), G4EmStandardPhysics_option4::ConstructProcess(), G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), G4HadronElasticPhysicsLHEP::ConstructProcess(), G4HadronHElasticPhysics::ConstructProcess(), G4HadronQElasticPhysics::ConstructProcess(), G4NeutronTrackingCut::ConstructProcess(), G4OpticalPhysics::ConstructProcess(), G4QAtomicPhysics::ConstructProcess(), G4QCaptureAtRestPhysics::ConstructProcess(), G4QElasticPhysics::ConstructProcess(), G4QStoppingPhysics::ConstructProcess(), G4StoppingPhysics::ConstructProcess(), G4HadronInelasticQBBC::ConstructProcess(), G4VRangeToEnergyConverter::Convert(), G4VRangeToEnergyConverter::ConvertCutToKineticEnergy(), G4ProductionCutsTable::ConvertRangeToEnergy(), G4CascadeInterface::createBullet(), G4XPDGElastic::CrossSection(), G4XPDGTotal::CrossSection(), G4DNABornExcitationModel::CrossSectionPerVolume(), G4DNABornIonisationModel::CrossSectionPerVolume(), G4DNAChampionElasticModel::CrossSectionPerVolume(), G4DNADingfelderChargeDecreaseModel::CrossSectionPerVolume(), G4DNADingfelderChargeIncreaseModel::CrossSectionPerVolume(), G4DNAEmfietzoglouExcitationModel::CrossSectionPerVolume(), G4DNAMeltonAttachmentModel::CrossSectionPerVolume(), G4DNAMillerGreenExcitationModel::CrossSectionPerVolume(), G4DNARuddIonisationExtendedModel::CrossSectionPerVolume(), G4DNARuddIonisationModel::CrossSectionPerVolume(), G4DNASancheExcitationModel::CrossSectionPerVolume(), G4DNAScreenedRutherfordElasticModel::CrossSectionPerVolume(), G4MuElecElasticModel::CrossSectionPerVolume(), G4MuElecInelasticModel::CrossSectionPerVolume(), G4KineticTrack::Decay(), G4Decay::DecayIt(), G4UnknownDecay::DecayIt(), G4RadioactiveDecay::DecayIt(), G4ITStepProcessor::DoStepping(), G4EmElementSelector::Dump(), G4HadronicProcessStore::Dump(), G4ProcessManager::DumpInfo(), G4DecayTable::DumpInfo(), G4ProcessTable::DumpInfo(), G4VUserPhysicsList::DumpList(), G4HadronicProcess::DumpState(), G4IonTable::DumpTable(), G4ShortLivedTable::DumpTable(), G4VDecayChannel::FillDaughters(), G4EmModelManager::FillDEDXVector(), G4EmModelManager::FillLambdaVector(), G4HadronicProcess::FillResult(), G4VScatteringCollision::FinalState(), G4VHadronPhysics::FindInelasticProcess(), G4ProcessTable::FindProcess(), G4ConcreteNNToDeltaDeltastar::G4ConcreteNNToDeltaDeltastar(), G4ConcreteNNTwoBodyResonance::G4ConcreteNNTwoBodyResonance(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4Fragment::G4Fragment(), G4ParticleGunMessenger::G4ParticleGunMessenger(), G4PartonPair::G4PartonPair(), G4RunManagerKernel::G4RunManagerKernel(), G4SmoothTrajectory::G4SmoothTrajectory(), G4Trajectory::G4Trajectory(), G4XAnnihilationChannel::G4XAnnihilationChannel(), G4XResonance::G4XResonance(), G4SingleParticleSource::GeneratePrimaryVertex(), G4TextPPReporter::GeneratePropertyTable(), G4PrimaryTransformer::GenerateSingleTrack(), G4AdjointCSManager::GetAdjointParticleEquivalent(), G4CrossSectionDataStore::GetCrossSection(), G4EmCalculator::GetCrossSectionPerVolume(), G4PenelopeIonisationXSHandler::GetCrossSectionTableForCouple(), G4EmCalculator::GetCSDARange(), G4ParticleGunMessenger::GetCurrentValue(), G4ParticleMessenger::GetCurrentValue(), G4ProcessTableMessenger::GetCurrentValue(), G4UserPhysicsListMessenger::GetCurrentValue(), G4RadioactiveDecay::GetDecayRateTable(), G4EmCalculator::GetDEDX(), G4BGGNucleonElasticXS::GetElementCrossSection(), G4BGGNucleonInelasticXS::GetElementCrossSection(), G4BGGPionElasticXS::GetElementCrossSection(), G4BGGPionInelasticXS::GetElementCrossSection(), G4VCrossSectionDataSet::GetElementCrossSection(), G4ChargeExchangeProcess::GetElementCrossSection(), G4RPGReaction::GetFinalStateNucleons(), G4AdjointCSManager::GetForwardParticleEquivalent(), G4ProductionCuts::GetIndex(), G4BGGNucleonElasticXS::GetIsoCrossSection(), G4BGGNucleonInelasticXS::GetIsoCrossSection(), G4BGGPionElasticXS::GetIsoCrossSection(), G4BGGPionInelasticXS::GetIsoCrossSection(), G4VCrossSectionDataSet::GetIsoCrossSection(), G4ElasticHadrNucleusHE::GetKinematics(), G4EmCalculator::GetKinEnergy(), G4LENDManager::GetLENDTarget(), G4Decay::GetMeanFreePath(), G4QElastic::GetMeanFreePath(), G4RadioactiveDecay::GetMeanFreePath(), G4EmCalculator::GetMeanFreePath(), G4EmModelManager::GetModel(), G4MoleculeDefinition::GetName(), G4VMscModel::GetParticleChangeForMSC(), G4ParticleTable::GetParticleName(), G4ParticlePropertyTable::GetParticleProperty(), G4VProcess::GetPhysicsTableFileName(), G4SteppingManager::GetProcessNumber(), G4ProcessManager::GetProcessVectorIndex(), G4EmCalculator::GetRange(), G4EmCalculator::GetRangeFromRestricteDEDX(), G4UAtomicDeexcitation::GetShellIonisationCrossSectionPerAtom(), G4EmBiasingManager::Initialise(), G4DNAChampionElasticModel::Initialise(), G4DNADingfelderChargeDecreaseModel::Initialise(), G4DNADingfelderChargeIncreaseModel::Initialise(), G4DNAMeltonAttachmentModel::Initialise(), G4DNAMillerGreenExcitationModel::Initialise(), G4DNARuddIonisationExtendedModel::Initialise(), G4DNARuddIonisationModel::Initialise(), G4MuElecElasticModel::Initialise(), G4MuElecInelasticModel::Initialise(), G4BraggIonModel::Initialise(), G4BraggModel::Initialise(), G4ICRU73QOModel::Initialise(), G4PAIModel::Initialise(), G4UrbanMscModel90::Initialise(), G4UrbanMscModel92::Initialise(), G4UrbanMscModel93::Initialise(), G4UrbanMscModel96::Initialise(), G4DNABornExcitationModel::Initialise(), G4DNABornIonisationModel::Initialise(), G4EmModelManager::Initialise(), G4alphaIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4AdjointhMultipleScattering::InitialiseProcess(), G4DNAAttachment::InitialiseProcess(), G4DNAChargeDecrease::InitialiseProcess(), G4DNAChargeIncrease::InitialiseProcess(), G4DNAExcitation::InitialiseProcess(), G4DNAIonisation::InitialiseProcess(), G4DNAVibExcitation::InitialiseProcess(), G4MuElecInelastic::InitialiseProcess(), G4CoulombScattering::InitialiseProcess(), G4ParticleTable::Insert(), G4DecayTable::Insert(), G4ProcessTable::Insert(), G4IonTable::IsAntiIon(), G4UnknownDecay::IsApplicable(), G4DNAMolecularDecay::IsApplicable(), G4RadioactiveDecay::IsApplicable(), G4NeutronKiller::IsApplicable(), G4Cerenkov::IsApplicable(), G4Scintillation::IsApplicable(), G4QDiscProcessMixer::IsApplicable(), G4ParallelWorldProcess::IsAtRestRequired(), G4ParallelWorldScoringProcess::IsAtRestRequired(), G4IonTable::IsIon(), G4LENDManager::IsLENDTargetAvailable(), G4IonTable::IsLightAntiIon(), G4IonTable::IsLightIon(), G4RadioactiveDecay::IsLoaded(), G4RadioactiveDecay::IsRateTableReady(), G4RadioactiveDecay::LoadDecayTable(), G4TextPPRetriever::ModifyPropertyTable(), G4VShortLivedParticle::operator!=(), G4VShortLivedParticle::operator==(), G4VEmProcess::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4QAtomicElectronScattering::PostStepDoIt(), G4QCoherentChargeExchange::PostStepDoIt(), G4QElastic::PostStepDoIt(), G4QInelastic::PostStepDoIt(), G4QIonIonElastic::PostStepDoIt(), G4HadronElasticProcess::PostStepDoIt(), G4WHadronElasticProcess::PostStepDoIt(), G4VEmProcess::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PostStepGetPhysicalInteractionLength(), G4EmConfigurator::PrepareModels(), G4VEmProcess::PreparePhysicsTable(), G4VEnergyLossProcess::PreparePhysicsTable(), G4VMultipleScattering::PreparePhysicsTable(), G4LossTableManager::PreparePhysicsTable(), G4VUserPhysicsList::PreparePhysicsTable(), G4PrimaryParticle::Print(), G4InuclElementaryParticle::print(), G4InuclNuclei::print(), G3PartTable::PrintAll(), G4EmCalculator::PrintDEDXTable(), G4HadronicProcessStore::PrintHtml(), G4VEmProcess::PrintInfoDefinition(), G4VEnergyLossProcess::PrintInfoDefinition(), G4VMultipleScattering::PrintInfoDefinition(), G4EmCalculator::PrintInverseRangeTable(), G4EmCalculator::PrintRangeTable(), G4IntraNucleiCascader::processSecondary(), G4CascadeInterface::Propagate(), G4AdjointCSManager::RegisterAdjointParticle(), G4AdjointSimManager::RegisterAtEndOfAdjointTrack(), G4AdjointCSManager::RegisterEmProcess(), G4AdjointCSManager::RegisterEnergyLossProcess(), G4LossTableManager::RegisterExtraParticle(), G4PhysicsListHelper::RegisterProcess(), G4IntraNucleiCascader::releaseSecondary(), G4IonTable::Remove(), G4ShortLivedTable::Remove(), G4ParticleTable::Remove(), G4ProcessTable::Remove(), G4ProcessManager::RemoveProcess(), G4VUserPhysicsList::RemoveProcessManager(), G4VEmProcess::RetrievePhysicsTable(), G4VEnergyLossProcess::RetrievePhysicsTable(), G4VUserPhysicsList::RetrievePhysicsTable(), G4ElasticHadrNucleusHE::SampleInvariantT(), G4UrbanMscModel90::SampleScattering(), G4UrbanMscModel92::SampleScattering(), G4UrbanMscModel93::SampleScattering(), G4UrbanMscModel95::SampleScattering(), G4UrbanMscModel96::SampleScattering(), G4SeltzerBergerModel::SampleSecondaries(), G4DNABornExcitationModel::SampleSecondaries(), G4DNABornIonisationModel::SampleSecondaries(), G4DNARuddIonisationExtendedModel::SampleSecondaries(), G4DNARuddIonisationModel::SampleSecondaries(), G4MuElecInelasticModel::SampleSecondaries(), G4PenelopeIonisationModel::SampleSecondaries(), G4BetheBlochModel::SampleSecondaries(), G4Scatterer::Scatter(), G4ProjectileDiffractiveChannel::Scatter(), G4QuasiElasticChannel::Scatter(), G4VEmAdjointModel::SetAdjointEquivalentOfDirectPrimaryParticleDefinition(), G4VEmProcess::SetCrossSectionBiasingFactor(), G4VDecayChannel::SetDaughter(), G4PrimaryTransformer::SetDecayProducts(), G4DynamicParticle::SetDefinition(), G4VEnergyLossProcess::SetInverseRangeTable(), G4VEnergyLossProcess::SetLambdaTable(), G4ParticleMessenger::SetNewValue(), G4VDecayChannel::SetParent(), G4VUserPhysicsList::SetParticleCuts(), G4ParticleGun::SetParticleDefinition(), G4ParticleGun::SetParticleEnergy(), G4ParticleGun::SetParticleMomentum(), G4RunManagerKernel::SetPhysics(), G4ProcessTable::SetProcessActivation(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetProcessOrderingToFirst(), G4ProcessManager::SetProcessOrderingToLast(), G4ProcessManager::SetProcessOrderingToSecond(), G4HadronicWhiteBoard::SetProjectile(), G4VEnergyLossProcess::SetRangeTableForLoss(), G4VEnergyLossProcess::SetSecondaryRangeTable(), G4VEnergyLossProcess::SetSubLambdaTable(), G4ITStepProcessor::SetupGeneralProcessInfo(), G4GlobalFastSimulationManager::ShowSetup(), G4VEmProcess::StorePhysicsTable(), G4VEnergyLossProcess::StorePhysicsTable(), G4VMultipleScattering::StorePhysicsTable(), G4VUserPhysicsList::StorePhysicsTable(), G4ITTrackingInteractivity::TrackBanner(), G4AdjointPrimaryGeneratorAction::UpdateListOfPrimaryParticles(), and ~G4ParticleDefinition().

◆ GetParticleSubType()

◆ GetParticleTable()

G4ParticleTable * G4ParticleDefinition::GetParticleTable ( ) const

◆ GetParticleType()

◆ GetPDGCharge()

G4double G4ParticleDefinition::GetPDGCharge ( ) const
inline

Definition at line 119 of file G4ParticleDefinition.hh.

119{ return thePDGCharge; }

Referenced by G4NuclearStopping::AlongStepDoIt(), G4WilsonAbrasionModel::ApplyYourself(), G4EMDissociation::ApplyYourself(), G4LEnp::ApplyYourself(), G4LEpp::ApplyYourself(), G4LCapture::ApplyYourself(), G4LFission::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4BinaryLightIonReaction::ApplyYourself(), G4ParaFissionModel::ApplyYourself(), G4LowEIonFragmentation::ApplyYourself(), G4NeutronHPInelasticBaseFS::BaseApply(), G4WilsonAblationModel::BreakItUp(), G4DiffuseElastic::BuildAngleTable(), G4ErrorTrajState::BuildCharge(), G4hRDEnergyLoss::BuildDEDXTable(), G4VXTRenergyLoss::BuildPhysicsTable(), G4hImpactIonisation::BuildPhysicsTable(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4PhysicsListHelper::CheckParticleList(), G4RPGInelastic::CheckQnums(), G4NeutronHPInelasticCompFS::CompositeApply(), G4hImpactIonisation::ComputeDEDX(), G4PAIModel::ComputeDEDXPerVolume(), G4PAIPhotonModel::ComputeDEDXPerVolume(), G4ICRU49NuclearStoppingModel::ComputeDEDXPerVolume(), G4RToEConvForProton::ComputeLoss(), G4ErrorPhysicsList::ConstructEM(), G4QCaptureAtRestPhysics::ConstructProcess(), G4QStoppingPhysics::ConstructProcess(), G4StepLimiterBuilder::ConstructProcess(), G4StoppingPhysics::ConstructProcess(), G4PAIModel::CrossSectionPerVolume(), G4PAIPhotonModel::CrossSectionPerVolume(), G4KineticTrack::Decay(), G4ionEffectiveCharge::EffectiveCharge(), G4EmCorrections::EffectiveChargeCorrection(), G4InelasticInteraction::ExtractResidualNucleus(), G4VScatteringCollision::FinalState(), G4Absorber::FindAbsorbers(), G4Absorber::FindProducts(), G4AdjointIons::G4AdjointIons(), G4ConcreteNNToDeltaDeltastar::G4ConcreteNNToDeltaDeltastar(), G4FTFParameters::G4FTFParameters(), G4HEVector::G4HEVector(), G4Ions::G4Ions(), G4ParticleDefinition(), G4PrimaryParticle::G4PrimaryParticle(), G4SmoothTrajectory::G4SmoothTrajectory(), G4Trajectory::G4Trajectory(), G4VPreCompoundFragment::G4VPreCompoundFragment(), G4TextPPReporter::GeneratePropertyTable(), G4QMDParticipant::GetChargeInUnitOfEplus(), G4VEmModel::GetChargeSquareRatio(), G4ComponentGGNuclNuclXsc::GetCoulombBarier(), G4GGNuclNuclCrossSection::GetCoulombBarier(), G4HadronNucleonXsc::GetCoulombBarrier(), G4DiffuseElastic::GetCoulombElasticXsc(), G4NuclNuclDiffuseElastic::GetCoulombElasticXsc(), G4DiffuseElastic::GetCoulombIntegralXsc(), G4NuclNuclDiffuseElastic::GetCoulombIntegralXsc(), G4DiffuseElastic::GetCoulombTotalXsc(), G4NuclNuclDiffuseElastic::GetCoulombTotalXsc(), G4EnergyLossTables::GetDEDX(), G4VMscModel::GetDEDX(), G4DiffuseElastic::GetDiffuseElasticSumXsc(), G4NuclNuclDiffuseElastic::GetDiffuseElasticSumXsc(), G4EMDissociationCrossSection::GetElementCrossSection(), G4IonsKoxCrossSection::GetElementCrossSection(), G4TripathiCrossSection::GetElementCrossSection(), G4IonProtonCrossSection::GetElementCrossSection(), G4PiNuclearCrossSection::GetElementCrossSection(), G4GeneralSpaceNNCrossSection::GetElementCrossSection(), G4TripathiLightCrossSection::GetElementCrossSection(), G4VMscModel::GetEnergy(), G4MesonAbsorption::GetFinalState(), G4HadronNucleonXsc::GetHadronNucleonXscNS(), G4IonsShenCrossSection::GetIsoCrossSection(), G4VXTRenergyLoss::GetMeanFreePath(), G4QIonIonElastic::GetMeanFreePath(), G4QLowEnergy::GetMeanFreePath(), G4SynchrotronRadiation::GetMeanFreePath(), G4SynchrotronRadiationInMat::GetMeanFreePath(), G4VEmModel::GetParticleCharge(), G4ParticlePropertyTable::GetParticleProperty(), G4SynchrotronRadiationInMat::GetPhotonEnergy(), G4EnergyLossTables::GetPreciseDEDX(), G4EnergyLossTables::GetPreciseEnergyFromRange(), G4EnergyLossTables::GetPreciseRangeFromEnergy(), G4QSynchRad::GetRadius(), G4EnergyLossTables::GetRange(), G4VMscModel::GetRange(), G4ComponentGGNuclNuclXsc::GetRatioQE(), G4GGNuclNuclCrossSection::GetRatioQE(), G4ComponentGGNuclNuclXsc::GetRatioSD(), G4GGNuclNuclCrossSection::GetRatioSD(), G4UAtomicDeexcitation::GetShellIonisationCrossSectionPerAtom(), G4Scatterer::GetTimeToInteraction(), G4ComponentGGNuclNuclXsc::GetZandACrossSection(), G4GGNuclNuclCrossSection::GetZandACrossSection(), G4FTFModel::Init(), G4NuclNuclDiffuseElastic::InitDynParameters(), G4ErrorPropagator::InitG4Track(), G4MuElecInelasticModel::Initialise(), G4hhIonisation::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4BohrFluctuations::InitialiseMe(), G4IonFluctuations::InitialiseMe(), G4UniversalFluctuation::InitialiseMe(), G4NuclNuclDiffuseElastic::InitParameters(), G4NuclNuclDiffuseElastic::InitParametersGla(), G4EmCorrections::IonHighOrderCorrections(), G4MuElecInelastic::IsApplicable(), G4hImpactIonisation::IsApplicable(), G4VXTRenergyLoss::IsApplicable(), G4HadronStoppingProcess::IsApplicable(), G4ErrorEnergyLoss::IsApplicable(), G4Cerenkov::IsApplicable(), G4TransitionRadiation::IsApplicable(), G4VTransitionRadiation::IsApplicable(), G4AdjointhMultipleScattering::IsApplicable(), G4hBremsstrahlung::IsApplicable(), G4hhIonisation::IsApplicable(), G4hPairProduction::IsApplicable(), G4MuBremsstrahlung::IsApplicable(), G4MuIonisation::IsApplicable(), G4MuMultipleScattering::IsApplicable(), G4MuPairProduction::IsApplicable(), G4alphaIonisation::IsApplicable(), G4CoulombScattering::IsApplicable(), G4eMultipleScattering::IsApplicable(), G4hIonisation::IsApplicable(), G4hMultipleScattering::IsApplicable(), G4ionIonisation::IsApplicable(), G4NuclearStopping::IsApplicable(), G4QIonIonElastic::IsApplicable(), G4QLowEnergy::IsApplicable(), G4QSynchRad::IsApplicable(), G4IonProtonCrossSection::IsElementApplicable(), G4TripathiLightCrossSection::IsElementApplicable(), G4ElectronIonPair::MeanNumberOfIonsAlongStep(), G4EmCorrections::NuclearDEDX(), G4CollisionComposite::Resolve::operator()(), G4Cerenkov::PostStepDoIt(), G4ForwardXrayTR::PostStepDoIt(), G4Scintillation::PostStepDoIt(), G4HadronicProcess::PostStepDoIt(), G4QIonIonElastic::PostStepDoIt(), G4QLowEnergy::PostStepDoIt(), G4SynchrotronRadiation::PostStepDoIt(), G4SynchrotronRadiationInMat::PostStepDoIt(), MinEkineCuts::PostStepGetPhysicalInteractionLength(), G4UserSpecialCuts::PostStepGetPhysicalInteractionLength(), G4EmConfigurator::PrepareModels(), G4VEnergyLossProcess::PreparePhysicsTable(), G4GeneratorPrecompoundInterface::Propagate(), G4QStringChipsParticleLevelInterface::Propagate(), G4StringChipsInterface::Propagate(), G4StringChipsParticleLevelInterface::Propagate(), G4EnergyLossTables::Register(), G4PAIModel::SampleFluctuations(), G4PAIPhotonModel::SampleFluctuations(), G4AntiNuclElastic::SampleInvariantT(), G4Scatterer::Scatter(), G4QuasiElasticChannel::Scatter(), G4DynamicParticle::SetDefinition(), G4ContinuousGainOfEnergy::SetDirectParticle(), G4hImpactIonisation::SetElectronicStoppingPowerModel(), G4IonFluctuations::SetParticleAndCharge(), G4PrimaryParticle::SetParticleDefinition(), G4ParticleGun::SetParticleDefinition(), G4SingleParticleSource::SetParticleDefinition(), G4PrimaryParticle::SetPDGcode(), G4IonCoulombCrossSection::SetupParticle(), G4WentzelOKandVIxSection::SetupParticle(), G4WentzelVIRelXSection::SetupParticle(), G4EnergySplitter::SplitEnergyInVolumes(), G4DiffuseElastic::TestAngleTable(), G4NuclNuclDiffuseElastic::TestAngleTable(), G4hIonEffChargeSquare::TheValue(), G4hNuclearStoppingModel::TheValue(), G4IonYangFluctuationModel::TheValue(), and G4QAOLowEnergyLoss::TheValue().

◆ GetPDGEncoding()

G4int G4ParticleDefinition::GetPDGEncoding ( ) const
inline

Definition at line 141 of file G4ParticleDefinition.hh.

141{ return thePDGEncoding; }

Referenced by G4ITStepProcessor::ActiveOnlyITProcess(), G4FTFAnnihilation::Annihilate(), G4ChiralInvariantPhaseSpace::ApplyYourself(), G4ChargeExchange::ApplyYourself(), G4ChargeExchangeProcess::BuildPhysicsTable(), G4RPGInelastic::CalculateMomenta(), G4InelasticInteraction::CalculateMomenta(), G4HadronicProcess::CheckEnergyMomentumConservation(), G4HadronicProcess::CheckResult(), G4DiffractiveExcitation::CreateStrings(), G4XPDGTotal::CrossSection(), G4VLongitudinalStringDecay::DiQuarkSplitup(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4DiffractiveExcitation::ExciteParticipants(), G4VLongitudinalStringDecay::FragmentationMass(), G4DetailedBalancePhaseSpaceIntegral::G4DetailedBalancePhaseSpaceIntegral(), G4FTFParameters::G4FTFParameters(), G4HEVector::G4HEVector(), G4PomeronCrossSection::G4PomeronCrossSection(), G4PrimaryParticle::G4PrimaryParticle(), G4ReactionProduct::G4ReactionProduct(), G4SmoothTrajectory::G4SmoothTrajectory(), G4Trajectory::G4Trajectory(), G4TextPPReporter::GeneratePropertyTable(), G4PrimaryTransformer::GenerateSingleTrack(), G4ChipsComponentXS::GetElasticElementCrossSection(), G4ProjectileDiffractiveChannel::GetFraction(), G4QuasiElasticChannel::GetFraction(), G4HadronNucleonXsc::GetHadronNucleonXscVU(), G4ComponentGGHadronNucleusXsc::GetHNinelasticXscVU(), G4ComponentGGNuclNuclXsc::GetHNinelasticXscVU(), G4GGNuclNuclCrossSection::GetHNinelasticXscVU(), G4GlauberGribovCrossSection::GetHNinelasticXscVU(), G4ChipsComponentXS::GetInelasticElementCrossSection(), G4ChipsAntiBaryonElasticXS::GetIsoCrossSection(), G4ChipsAntiBaryonInelasticXS::GetIsoCrossSection(), G4ChipsHyperonElasticXS::GetIsoCrossSection(), G4ChipsHyperonInelasticXS::GetIsoCrossSection(), G4PhotoNuclearCrossSection::GetIsoCrossSection(), G4ElectroNuclearCrossSection::GetIsoCrossSection(), G4QHadronElasticDataSet::GetIsoCrossSection(), G4QHadronInelasticDataSet::GetIsoCrossSection(), G4QInelastic::GetMeanFreePath(), G4QIonIonElastic::GetMeanFreePath(), G4QLowEnergy::GetMeanFreePath(), G4QNGamma::GetMeanFreePath(), G4MolecularConfiguration::GetMoleculeID(), G4ParticlePropertyTable::GetParticleProperty(), G4SteppingManager::GetProcessNumber(), G4ChipsComponentXS::GetTotalElementCrossSection(), G4FTFModel::Init(), G4RKPropagation::Init(), G4ParticleTable::Insert(), G4EmCorrections::IonHighOrderCorrections(), G4QAtomicElectronScattering::IsApplicable(), G4QCaptureAtRest::IsApplicable(), G4QCoherentChargeExchange::IsApplicable(), G4QDiffraction::IsApplicable(), G4QElastic::IsApplicable(), G4QInelastic::IsApplicable(), G4QIonIonElastic::IsApplicable(), G4QLowEnergy::IsApplicable(), G4QNGamma::IsApplicable(), G4ParallelWorldProcess::IsAtRestRequired(), G4ParallelWorldScoringProcess::IsAtRestRequired(), G4PhotoNuclearCrossSection::IsIsoApplicable(), G4ReactionProduct::operator=(), G4QAtomicElectronScattering::PostStepDoIt(), G4QCoherentChargeExchange::PostStepDoIt(), G4QDiffraction::PostStepDoIt(), G4QElastic::PostStepDoIt(), G4QInelastic::PostStepDoIt(), G4QIonIonElastic::PostStepDoIt(), G4QLowEnergy::PostStepDoIt(), G4CollisionManager::Print(), G4CollisionInitialState::Print(), G4QStringChipsParticleLevelInterface::Propagate(), G4StringChipsInterface::Propagate(), G4StringChipsParticleLevelInterface::Propagate(), G4VLongitudinalStringDecay::QuarkSplitup(), G4AdjointSimManager::RegisterAtEndOfAdjointTrack(), G4ParticleTable::Remove(), G4CHIPSElastic::SampleInvariantT(), G4ChipsElasticModel::SampleInvariantT(), G4ElasticHadrNucleusHE::SampleInvariantT(), G4SPBaryon::SampleQuarkAndDiquark(), G4ProjectileDiffractiveChannel::Scatter(), G4QuasiElasticChannel::Scatter(), G4ReactionProduct::SetDefinition(), G4PrimaryParticle::SetParticleDefinition(), G4ITStepProcessor::SetupGeneralProcessInfo(), G4DiffractiveSplitableHadron::SplitUp(), G4RKPropagation::Transport(), and G4EmSaturation::VisibleEnergyDeposition().

◆ GetPDGiConjugation()

G4int G4ParticleDefinition::GetPDGiConjugation ( ) const
inline

Definition at line 124 of file G4ParticleDefinition.hh.

124{ return thePDGiConjugation; }

Referenced by G4TextPPReporter::GeneratePropertyTable(), and G4ParticlePropertyTable::GetParticleProperty().

◆ GetPDGiGParity()

G4int G4ParticleDefinition::GetPDGiGParity ( ) const
inline

Definition at line 129 of file G4ParticleDefinition.hh.

129{ return thePDGiGParity; }

Referenced by G4ParticlePropertyTable::GetParticleProperty().

◆ GetPDGiIsospin()

◆ GetPDGiIsospin3()

G4int G4ParticleDefinition::GetPDGiIsospin3 ( ) const
inline

◆ GetPDGiParity()

G4int G4ParticleDefinition::GetPDGiParity ( ) const
inline

◆ GetPDGIsospin()

G4double G4ParticleDefinition::GetPDGIsospin ( ) const
inline

Definition at line 125 of file G4ParticleDefinition.hh.

125{ return thePDGIsospin; }

◆ GetPDGIsospin3()

G4double G4ParticleDefinition::GetPDGIsospin3 ( ) const
inline

Definition at line 126 of file G4ParticleDefinition.hh.

126{ return thePDGIsospin3; }

Referenced by G4Parton::G4Parton().

◆ GetPDGiSpin()

◆ GetPDGLifeTime()

◆ GetPDGMagneticMoment()

G4double G4ParticleDefinition::GetPDGMagneticMoment ( ) const
inline

Definition at line 131 of file G4ParticleDefinition.hh.

131{ return thePDGMagneticMoment; }

Referenced by G4ParticlePropertyTable::GetParticleProperty(), and G4DynamicParticle::SetDefinition().

◆ GetPDGMass()

G4double G4ParticleDefinition::GetPDGMass ( ) const
inline

Definition at line 117 of file G4ParticleDefinition.hh.

117{ return thePDGMass; }

Referenced by G4NeutronHPFinalState::adjust_final_state(), G4VMultipleScattering::AlongStepGetPhysicalInteractionLength(), G4CoupledTransportation::AlongStepGetPhysicalInteractionLength(), G4Transportation::AlongStepGetPhysicalInteractionLength(), G4FTFAnnihilation::Annihilate(), G4EMDissociation::ApplyYourself(), G4ElectroNuclearReaction::ApplyYourself(), G4LENDElastic::ApplyYourself(), G4LENDModel::ApplyYourself(), G4ElectroVDNuclearModel::ApplyYourself(), G4ChargeExchange::ApplyYourself(), G4HadronElastic::ApplyYourself(), G4LEnp::ApplyYourself(), G4LEpp::ApplyYourself(), G4LCapture::ApplyYourself(), G4LEAlphaInelastic::ApplyYourself(), G4LEAntiKaonZeroInelastic::ApplyYourself(), G4LEAntiLambdaInelastic::ApplyYourself(), G4LEAntiNeutronInelastic::ApplyYourself(), G4LEAntiOmegaMinusInelastic::ApplyYourself(), G4LEAntiProtonInelastic::ApplyYourself(), G4LEAntiSigmaMinusInelastic::ApplyYourself(), G4LEAntiSigmaPlusInelastic::ApplyYourself(), G4LEAntiXiMinusInelastic::ApplyYourself(), G4LEAntiXiZeroInelastic::ApplyYourself(), G4LEKaonMinusInelastic::ApplyYourself(), G4LEKaonPlusInelastic::ApplyYourself(), G4LEKaonZeroInelastic::ApplyYourself(), G4LELambdaInelastic::ApplyYourself(), G4LElastic::ApplyYourself(), G4LENeutronInelastic::ApplyYourself(), G4LEOmegaMinusInelastic::ApplyYourself(), G4LEPionMinusInelastic::ApplyYourself(), G4LEPionPlusInelastic::ApplyYourself(), G4LEProtonInelastic::ApplyYourself(), G4LESigmaMinusInelastic::ApplyYourself(), G4LESigmaPlusInelastic::ApplyYourself(), G4LEXiMinusInelastic::ApplyYourself(), G4LEXiZeroInelastic::ApplyYourself(), G4LFission::ApplyYourself(), G4QMDReaction::ApplyYourself(), G4RPGAntiKZeroInelastic::ApplyYourself(), G4RPGAntiLambdaInelastic::ApplyYourself(), G4RPGAntiNeutronInelastic::ApplyYourself(), G4RPGAntiOmegaMinusInelastic::ApplyYourself(), G4RPGAntiProtonInelastic::ApplyYourself(), G4RPGAntiSigmaMinusInelastic::ApplyYourself(), G4RPGAntiSigmaPlusInelastic::ApplyYourself(), G4RPGAntiXiMinusInelastic::ApplyYourself(), G4RPGAntiXiZeroInelastic::ApplyYourself(), G4RPGKMinusInelastic::ApplyYourself(), G4RPGKPlusInelastic::ApplyYourself(), G4RPGKZeroInelastic::ApplyYourself(), G4RPGLambdaInelastic::ApplyYourself(), G4RPGNeutronInelastic::ApplyYourself(), G4RPGOmegaMinusInelastic::ApplyYourself(), G4RPGPiMinusInelastic::ApplyYourself(), G4RPGPiPlusInelastic::ApplyYourself(), G4RPGProtonInelastic::ApplyYourself(), G4RPGSigmaMinusInelastic::ApplyYourself(), G4RPGSigmaPlusInelastic::ApplyYourself(), G4RPGXiMinusInelastic::ApplyYourself(), G4RPGXiZeroInelastic::ApplyYourself(), G4TheoFSGenerator::ApplyYourself(), G4FissionLibrary::ApplyYourself(), G4NeutronHPCaptureFS::ApplyYourself(), G4NeutronHPElasticFS::ApplyYourself(), G4NeutronHPFissionFS::ApplyYourself(), G4LFission::Atomas(), G4NeutronHPInelasticBaseFS::BaseApply(), G4KineticTrackVector::BoostBeam(), G4WilsonAblationModel::BreakItUp(), G4DiffuseElastic::BuildAngleTable(), G4NuclNuclDiffuseElastic::BuildAngleTable(), G4hRDEnergyLoss::BuildDEDXTable(), G4hImpactIonisation::BuildPhysicsTable(), G4ecpssrFormFactorKxsModel::CalculateCrossSection(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4PaulKxsModel::CalculateKCrossSection(), G4ecpssrBaseLixsModel::CalculateL1CrossSection(), G4ecpssrFormFactorLixsModel::CalculateL1CrossSection(), G4OrlicLiXsModel::CalculateL2CrossSection(), G4ecpssrBaseLixsModel::CalculateL2CrossSection(), G4ecpssrFormFactorLixsModel::CalculateL2CrossSection(), G4OrlicLiXsModel::CalculateL3CrossSection(), G4ecpssrBaseLixsModel::CalculateL3CrossSection(), G4ecpssrFormFactorLixsModel::CalculateL3CrossSection(), G4RPGInelastic::CalculateMomenta(), G4InelasticInteraction::CalculateMomenta(), G4AntiNuclElastic::CalculateParticleBeta(), G4DiffuseElastic::CalculateParticleBeta(), G4NuclNuclDiffuseElastic::CalculateParticleBeta(), G4ecpssrBaseLixsModel::CalculateVelocity(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4HadronicProcess::CheckResult(), G4QuasiElRatios::ChExer(), G4NeutronHPInelasticCompFS::CompositeApply(), G4GammaConversionToMuons::ComputeCrossSectionPerAtom(), G4AnnihiToMuPair::ComputeCrossSectionPerAtom(), G4KokoulinMuonNuclearXS::ComputeDDMicroscopicCrossSection(), G4hImpactIonisation::ComputeDEDX(), G4PAIModel::ComputeDEDXPerVolume(), G4PAIPhotonModel::ComputeDEDXPerVolume(), G4ICRU49NuclearStoppingModel::ComputeDEDXPerVolume(), G4RToEConvForElectron::ComputeLoss(), G4RToEConvForPositron::ComputeLoss(), G4RToEConvForProton::ComputeLoss(), G4HadronElastic::ComputeMomentumCMS(), G4QStoppingPhysics::ConstructProcess(), G4StoppingPhysics::ConstructProcess(), G4CollisionNN::CrossSection(), G4XAnnihilationChannel::CrossSection(), G4XPDGElastic::CrossSection(), G4XPDGTotal::CrossSection(), G4empCrossSection::CrossSection(), G4PAIModel::CrossSectionPerVolume(), G4PAIPhotonModel::CrossSectionPerVolume(), G4MuElecInelasticModel::CrossSectionPerVolume(), G4PionDecayMakeSpin::DaughterPolarization(), G4KineticTrack::Decay(), G4RadioactiveDecay::DecayIt(), G4NuclearDecayChannel::DecayIt(), G4DalitzDecayChannel::DecayIt(), G4KL3DecayChannel::DecayIt(), G4MuonDecayChannel::DecayIt(), G4MuonDecayChannelWithSpin::DecayIt(), G4MuonRadiativeDecayChannelWithSpin::DecayIt(), G4NeutronBetaDecayChannel::DecayIt(), G4PionRadiativeDecayChannel::DecayIt(), G4TauLeptonicDecayChannel::DecayIt(), G4IntraNucleiCascader::decayTrappedParticle(), G4VXResonance::DetailedBalance(), G4RadioactiveDecay::DoDecay(), G4ionEffectiveCharge::EffectiveCharge(), G4EmCorrections::EffectiveChargeCorrection(), G4ElasticHNScattering::ElasticScattering(), G4QGSDiffractiveExcitation::ExciteParticipants(), G4SingleDiffractiveExcitation::ExciteParticipants(), G4DiffractiveExcitation::ExciteParticipants(), G4VDecayChannel::FillDaughters(), G4VDecayChannel::FillParent(), G4HadronicProcess::FillResult(), G4VElasticCollision::FinalState(), G4VCrossSectionSource::FindLightParticle(), G4Absorber::FindProducts(), G4AnnihiToMuPair::G4AnnihiToMuPair(), G4ConcreteNNTwoBodyResonance::G4ConcreteNNTwoBodyResonance(), G4ee2KChargedModel::G4ee2KChargedModel(), G4ee2KNeutralModel::G4ee2KNeutralModel(), G4eeTo3PiModel::G4eeTo3PiModel(), G4eeToPGammaModel::G4eeToPGammaModel(), G4eeToTwoPiModel::G4eeToTwoPiModel(), G4ElasticData::G4ElasticData(), G4EmCaptureCascade::G4EmCaptureCascade(), G4Fragment::G4Fragment(), G4FTFParameters::G4FTFParameters(), G4GeneralPhaseSpaceDecay::G4GeneralPhaseSpaceDecay(), G4HEVector::G4HEVector(), G4KineticTrack::G4KineticTrack(), G4MuMinusCaptureCascade::G4MuMinusCaptureCascade(), G4MuMinusCapturePrecompound::G4MuMinusCapturePrecompound(), G4MuonMinusBoundDecay::G4MuonMinusBoundDecay(), G4NuclearDecayChannel::G4NuclearDecayChannel(), G4PrimaryParticle::G4PrimaryParticle(), G4ReactionProduct::G4ReactionProduct(), G4RegionModel::G4RegionModel(), G4VPreCompoundFragment::G4VPreCompoundFragment(), G4VGammaDeexcitation::GenerateGamma(), G4ParticleGun::GeneratePrimaryVertex(), G4SingleParticleSource::GeneratePrimaryVertex(), G4TextPPReporter::GeneratePropertyTable(), G4ReactionDynamics::GenerateXandPt(), G4QMDParticipant::Get4Momentum(), G4ComponentAntiNuclNuclearXS::GetAntiHadronNucleonTotCrSc(), G4Nucleus::GetBiasedThermalNucleus(), G4ComponentGGNuclNuclXsc::GetCoulombBarier(), G4GGNuclNuclCrossSection::GetCoulombBarier(), G4HadronNucleonXsc::GetCoulombBarrier(), G4NeutronHPCaptureData::GetCrossSection(), G4NeutronHPElasticData::GetCrossSection(), G4NeutronHPFissionData::GetCrossSection(), G4NeutronHPInelasticData::GetCrossSection(), G4NeutronHPorLCaptureData::GetCrossSection(), G4NeutronHPorLEInelasticData::GetCrossSection(), G4NeutronHPorLElasticData::GetCrossSection(), G4NeutronHPorLFissionData::GetCrossSection(), G4empCrossSection::GetCrossSection(), G4ChipsComponentXS::GetElasticElementCrossSection(), G4DynamicParticle::GetElectronMass(), G4IonProtonCrossSection::GetElementCrossSection(), G4ChargeExchangeProcess::GetElementCrossSection(), G4AntiProtonField::GetField(), G4KaonMinusField::GetField(), G4KaonPlusField::GetField(), G4KaonZeroField::GetField(), G4PionMinusField::GetField(), G4PionPlusField::GetField(), G4PionZeroField::GetField(), G4SigmaMinusField::GetField(), G4SigmaPlusField::GetField(), G4SigmaZeroField::GetField(), G4MesonAbsorption::GetFinalState(), G4ComponentGGNuclNuclXsc::GetHadronNucleonXscNS(), G4GGNuclNuclCrossSection::GetHadronNucleonXscNS(), G4NuclNuclDiffuseElastic::GetHadronNucleonXscNS(), G4ChipsComponentXS::GetInelasticElementCrossSection(), G4DiffuseElastic::GetInvCoulombElasticXsc(), G4NuclNuclDiffuseElastic::GetInvCoulombElasticXsc(), G4DiffuseElastic::GetInvElasticSumXsc(), G4NuclNuclDiffuseElastic::GetInvElasticSumXsc(), G4DiffuseElastic::GetInvElasticXsc(), G4NuclNuclDiffuseElastic::GetInvElasticXsc(), G4HadProjectile::GetKineticEnergy(), G4QMDParticipant::GetMass(), G4Fancy3DNucleus::GetMass(), G4VXTRenergyLoss::GetMeanFreePath(), G4VTransitionRadiation::GetMeanFreePath(), G4SampleResonance::GetMinimumMass(), G4QMDNucleus::GetNuclearMass(), G4NucleiProperties::GetNuclearMass(), G4InuclNuclei::getNucleiMass(), G4IonTable::GetNucleusMass(), G4VMscModel::GetParticleChangeForMSC(), G4InuclElementaryParticle::getParticleMass(), G4ParticlePropertyTable::GetParticleProperty(), G4NeutronHPPhotonDist::GetPhotons(), G4UAtomicDeexcitation::GetShellIonisationCrossSectionPerAtom(), G4NeutronHPThermalBoost::GetThermalEnergy(), G4ChipsComponentXS::GetTotalElementCrossSection(), G4ElasticHadrNucleusHE::HadronProtonQ2(), G4RKPropagation::Init(), G4NeutronHPNBodyPhaseSpace::Init(), G4NuclNuclDiffuseElastic::InitDynParameters(), G4MuElecInelasticModel::Initialise(), G4UrbanMscModel90::Initialise(), G4UrbanMscModel92::Initialise(), G4UrbanMscModel93::Initialise(), G4UrbanMscModel96::Initialise(), G4hhIonisation::InitialiseEnergyLossProcess(), G4MuIonisation::InitialiseEnergyLossProcess(), G4alphaIonisation::InitialiseEnergyLossProcess(), G4hIonisation::InitialiseEnergyLossProcess(), G4ionIonisation::InitialiseEnergyLossProcess(), G4BohrFluctuations::InitialiseMe(), G4IonFluctuations::InitialiseMe(), G4UniversalFluctuation::InitialiseMe(), G4AdjointhMultipleScattering::InitialiseProcess(), G4CoulombScattering::InitialiseProcess(), G4INCL::ParticleTable::initialize(), G4NuclNuclDiffuseElastic::InitParameters(), G4NuclNuclDiffuseElastic::InitParametersGla(), G4EmCorrections::IonHighOrderCorrections(), G4Decay::IsApplicable(), G4hImpactIonisation::IsApplicable(), G4hBremsstrahlung::IsApplicable(), G4hhIonisation::IsApplicable(), G4hPairProduction::IsApplicable(), G4MuBremsstrahlung::IsApplicable(), G4MuIonisation::IsApplicable(), G4MuPairProduction::IsApplicable(), G4hIonisation::IsApplicable(), G4hBetheBlochModel::LowEnergyLimit(), G4GeneralPhaseSpaceDecay::ManyBodyDecayIt(), G4InelasticInteraction::MarkLeadingStrangeParticle(), G4RPGInelastic::MarkLeadingStrangeParticle(), G4PAIModel::MaxSecondaryEnergy(), G4PAIPhotonModel::MaxSecondaryEnergy(), G4PixeCrossSectionHandler::MicroscopicCrossSection(), G4ResonanceNames::MinMass(), G4CoulombScattering::MinPrimaryEnergy(), G4ionIonisation::MinPrimaryEnergy(), G4RPGReaction::NuclearReaction(), G4ReactionDynamics::NuclearReaction(), G4ReactionProduct::operator=(), G4PiMinusStopMaterial::P4Vector(), G4AnnihiToMuPair::PostStepDoIt(), G4GammaConversionToMuons::PostStepDoIt(), G4ForwardXrayTR::PostStepDoIt(), G4VXTRenergyLoss::PostStepDoIt(), G4QAtomicElectronScattering::PostStepDoIt(), G4QInelastic::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4Cerenkov::PostStepGetPhysicalInteractionLength(), G4UserSpecialCuts::PostStepGetPhysicalInteractionLength(), G4VEnergyLossProcess::PreparePhysicsTable(), G4ReactionDynamics::ProduceStrangeParticlePairs(), G4DecayStrongResonances::Propagate(), G4QStringChipsParticleLevelInterface::Propagate(), G4StringChipsParticleLevelInterface::Propagate(), G4AdjointBremsstrahlungModel::RapidSampleSecondaries(), G4AdjointhIonisationModel::RapidSampleSecondaries(), G4RPGFragmentation::ReactionStage(), G4RPGPionSuppression::ReactionStage(), G4RPGStrangeProduction::ReactionStage(), G4RPGTwoBody::ReactionStage(), G4RPGTwoCluster::ReactionStage(), G4NeutronHPContAngularPar::Sample(), G4PAIModel::SampleFluctuations(), G4PAIPhotonModel::SampleFluctuations(), G4AntiNuclElastic::SampleInvariantT(), G4DiffuseElastic::SampleInvariantT(), G4ElasticHadrNucleusHE::SampleInvariantT(), G4NuclNuclDiffuseElastic::SampleInvariantT(), G4SampleResonance::SampleMass(), G4AdjointBremsstrahlungModel::SampleSecondaries(), G4AdjointeIonisationModel::SampleSecondaries(), G4AdjointhIonisationModel::SampleSecondaries(), G4AdjointIonIonisationModel::SampleSecondaries(), G4DNABornIonisationModel::SampleSecondaries(), G4DNADingfelderChargeDecreaseModel::SampleSecondaries(), G4DNADingfelderChargeIncreaseModel::SampleSecondaries(), G4MuElecInelasticModel::SampleSecondaries(), G4DiffuseElastic::SampleTableThetaCMS(), G4NuclNuclDiffuseElastic::SampleTableThetaCMS(), G4DiffuseElastic::SampleThetaLab(), G4NuclNuclDiffuseElastic::SampleThetaLab(), G4AntiNuclElastic::SampleThetaLab(), G4QuasiElRatios::Scatter(), G4QuasiElasticChannel::Scatter(), G4QGSParticipants::SelectInteractions(), G4PrimaryParticle::Set4Momentum(), G4DynamicParticle::SetDefinition(), G4ReactionProduct::SetDefinition(), G4ContinuousGainOfEnergy::SetDirectParticle(), G4PrimaryParticle::SetMomentum(), G4ParticlePropertyMessenger::SetNewValue(), G4MuBremsstrahlungModel::SetParticle(), G4MuPairProductionModel::SetParticle(), G4mplIonisationModel::SetParticle(), G4mplIonisationWithDeltaModel::SetParticle(), G4IonFluctuations::SetParticleAndCharge(), G4UniversalFluctuation::SetParticleAndCharge(), G4PrimaryParticle::SetParticleDefinition(), G4ParticleGun::SetParticleDefinition(), G4ParticleGun::SetParticleMomentum(), G4PrimaryParticle::SetPDGcode(), G4eCoulombScatteringModel::SetupParticle(), G4eSingleCoulombScatteringModel::SetupParticle(), G4hCoulombScatteringModel::SetupParticle(), G4IonCoulombCrossSection::SetupParticle(), G4IonCoulombScatteringModel::SetupParticle(), G4ScreeningMottCrossSection::SetupParticle(), G4WentzelOKandVIxSection::SetupParticle(), G4WentzelVIRelXSection::SetupParticle(), G4RayShooter::Shoot(), G4VEnergyLossProcess::StartTracking(), G4ReactionDynamics::SuppressChargedPions(), G4DiffuseElastic::TestAngleTable(), G4NuclNuclDiffuseElastic::TestAngleTable(), G4DiffuseElastic::ThetaCMStoThetaLab(), G4NuclNuclDiffuseElastic::ThetaCMStoThetaLab(), G4DiffuseElastic::ThetaLabToThetaCMS(), G4NuclNuclDiffuseElastic::ThetaLabToThetaCMS(), G4hBetheBlochModel::TheValue(), G4hIonEffChargeSquare::TheValue(), G4hNuclearStoppingModel::TheValue(), G4hParametrisedLossModel::TheValue(), G4IonChuFluctuationModel::TheValue(), G4IonYangFluctuationModel::TheValue(), G4GeneralPhaseSpaceDecay::ThreeBodyDecayIt(), G4ReactionDynamics::TwoBody(), G4GeneralPhaseSpaceDecay::TwoBodyDecayIt(), and G4ReactionDynamics::TwoCluster().

◆ GetPDGSpin()

◆ GetPDGStable()

◆ GetPDGWidth()

◆ GetProcessManager()

G4ProcessManager * G4ParticleDefinition::GetProcessManager ( ) const

Referenced by G4ITStepProcessor::ActiveOnlyITProcess(), G4VUserPhysicsList::AddProcessManager(), G4PhysicsListHelper::AddTransportation(), G4HadronElasticPhysicsXS::AddXSection(), G4hImpactIonisation::AlongStepDoIt(), G4AntiBarionBuilder::Build(), G4BertiniElectroNuclearBuilder::Build(), G4ElectroNuclearBuilder::Build(), G4HyperonCHIPSBuilder::Build(), G4HyperonFTFPBuilder::Build(), G4HyperonLHEPBuilder::Build(), G4KaonBuilder::Build(), G4LHEPAntiBarionBuilder::Build(), G4LHEPStoppingHadronBuilder::Build(), G4MiscBuilder::Build(), G4MiscCHIPSBuilder::Build(), G4MiscLHEPBuilder::Build(), G4MiscQGSCBuilder::Build(), G4NeutronBuilder::Build(), G4PiKBuilder::Build(), G4PionBuilder::Build(), G4ProtonBuilder::Build(), G4QInelasticCHIPS_HPBuilder::Build(), G4QInelasticCHIPSBuilder::Build(), G4QNeutronBuilder::Build(), G4QNeutronHPBuilder::Build(), G4QProtonBuilder::Build(), G4StoppingHadronBuilder::Build(), G4hImpactIonisation::BuildPhysicsTable(), G4VUserPhysicsList::BuildPhysicsTable(), G4PhysicsListHelper::CheckParticleList(), G4ErrorPhysicsList::ConstructEM(), G4ErrorPhysicsList::ConstructProcess(), G4ChargeExchangePhysics::ConstructProcess(), G4EmDNAPhysicsChemistry::ConstructProcess(), G4HadronDElasticPhysics::ConstructProcess(), G4HadronElasticPhysics::ConstructProcess(), G4HadronElasticPhysicsLHEP::ConstructProcess(), G4HadronHElasticPhysics::ConstructProcess(), G4HadronQElasticPhysics::ConstructProcess(), G4IonLHEPPhysics::ConstructProcess(), G4LHEPStoppingPhysics::ConstructProcess(), G4NeutronTrackingCut::ConstructProcess(), G4OpticalPhysics::ConstructProcess(), G4QAtomicPhysics::ConstructProcess(), G4QCaptureAtRestPhysics::ConstructProcess(), G4QElasticPhysics::ConstructProcess(), G4QEmExtraPhysics::ConstructProcess(), G4QIonPhysics::ConstructProcess(), G4QStoppingPhysics::ConstructProcess(), G4StepLimiterBuilder::ConstructProcess(), G4StoppingPhysics::ConstructProcess(), HadronPhysicsFTFP_BERT_TRV::ConstructProcess(), G4RunManager::ConstructScoringWorlds(), G4TheRayTracer::CreateBitMap(), G4ITStepProcessor::DealWithSecondaries(), G4HadronicProcess::FillResult(), G4VHadronPhysics::FindCaptureProcess(), G4VHadronPhysics::FindElasticProcess(), G4VHadronPhysics::FindFissionProcess(), G4PhysListUtil::FindInelasticProcess(), G4VHadronPhysics::FindInelasticProcess(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4ITStepProcessor::GetProcessInfo(), G4SteppingManager::GetProcessNumber(), G4ErrorPropagator::InitG4Track(), G4VUserPhysicsList::InitializeProcessManager(), G4VEmProcess::PostStepDoIt(), G4VEnergyLossProcess::PostStepDoIt(), G4HadronElasticProcess::PostStepDoIt(), G4WHadronElasticProcess::PostStepDoIt(), G4hImpactIonisation::PostStepDoIt(), G4VUserPhysicsList::PreparePhysicsTable(), G4TrackingManager::ProcessOneTrack(), G4ErrorPropagator::Propagate(), G4PhysicsListHelper::RegisterProcess(), G4VUserPhysicsList::RemoveProcessManager(), G4VUserPhysicsList::RetrievePhysicsTable(), G4UserPhysicsListMessenger::SetNewValue(), G4GlobalFastSimulationManager::ShowSetup(), G4ITTrackingManager::StartTracking(), and G4VUserPhysicsList::StorePhysicsTable().

◆ GetQuarkContent()

◆ GetVerboseLevel()

G4int G4ParticleDefinition::GetVerboseLevel ( ) const

Referenced by G4ParticleDefinition().

◆ IsShortLived()

G4bool G4ParticleDefinition::IsShortLived ( ) const
inline

Definition at line 155 of file G4ParticleDefinition.hh.

155{ return fShortLivedFlag; }

Referenced by G4VUserPhysicsList::BuildPhysicsTable(), G4QMDCollision::CalKinematicsOfBinaryCollisions(), G4ErrorPhysicsList::ConstructEM(), G4ErrorPhysicsList::ConstructProcess(), G4QCaptureAtRestPhysics::ConstructProcess(), G4QStoppingPhysics::ConstructProcess(), G4StepLimiterBuilder::ConstructProcess(), G4StoppingPhysics::ConstructProcess(), G4XResonance::CrossSection(), G4KineticTrack::Decay(), G4DecayKineticTracks::Decay(), G4VXResonance::DetailedBalance(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4KineticTrack::G4KineticTrack(), G4ParticleGunMessenger::G4ParticleGunMessenger(), G4BCDecay::GetCollisions(), G4PrimaryTransformer::GetDefinition(), G4SampleResonance::GetMinimumMass(), G4ParticleTable::Insert(), G4MuElecInelastic::IsApplicable(), G4Cerenkov::IsApplicable(), G4Scintillation::IsApplicable(), G4AdjointhMultipleScattering::IsApplicable(), G4hhIonisation::IsApplicable(), G4MuMultipleScattering::IsApplicable(), G4alphaIonisation::IsApplicable(), G4CoulombScattering::IsApplicable(), G4eMultipleScattering::IsApplicable(), G4hIonisation::IsApplicable(), G4hMultipleScattering::IsApplicable(), G4ionIonisation::IsApplicable(), G4NuclearStopping::IsApplicable(), G4PrimaryTransformer::IsGoodForTrack(), G4VXResonance::IsospinCorrection(), G4ShortLivedTable::IsShortLived(), G4VUserPhysicsList::PreparePhysicsTable(), G4StringChipsParticleLevelInterface::Propagate(), G4ParticleTable::Remove(), and G4ParticleGun::SetParticleDefinition().

◆ operator!=()

G4int G4ParticleDefinition::operator!= ( const G4ParticleDefinition right) const

Definition at line 220 of file G4ParticleDefinition.cc.

221{
222 return (this->theParticleName != right.theParticleName);
223}

◆ operator==()

G4int G4ParticleDefinition::operator== ( const G4ParticleDefinition right) const

Definition at line 215 of file G4ParticleDefinition.cc.

216{
217 return (this->theParticleName == right.theParticleName);
218}

◆ SetAntiPDGEncoding()

◆ SetApplyCutsFlag()

void G4ParticleDefinition::SetApplyCutsFlag ( G4bool  flg)

Definition at line 341 of file G4ParticleDefinition.cc.

342{
343 if(theParticleName=="gamma"
344 || theParticleName=="e-"
345 || theParticleName=="e+"
346 || theParticleName=="proton")
347 { fApplyCutsFlag = flg; }
348 else
349 {
350 G4cerr
351 << "G4ParticleDefinition::SetApplyCutsFlag() for " << theParticleName
352 << G4endl;
353 G4cerr
354 << "becomes obsolete. Production threshold is applied only for "
355 << "gamma, e- ,e+ and proton." << G4endl;
356 }
357}

Referenced by G4VUserPhysicsList::SetApplyCuts().

◆ SetAtomicMass()

void G4ParticleDefinition::SetAtomicMass ( G4int  )
protected

◆ SetAtomicNumber()

void G4ParticleDefinition::SetAtomicNumber ( G4int  )
protected

◆ SetDecayTable()

void G4ParticleDefinition::SetDecayTable ( G4DecayTable aDecayTable)

Referenced by G4RadioactiveDecay::AddDecayRateTable(), G4ExcitedBaryonConstructor::ConstructAntiParticle(), G4ShortLivedConstructor::ConstructBaryons(), G4ShortLivedConstructor::ConstructMesons(), G4ExcitedMesonConstructor::ConstructMesons(), G4ExcitedBaryonConstructor::ConstructParticle(), G4RadioactiveDecay::DecayIt(), G4AntiLambda::Definition(), G4AntiNeutron::Definition(), G4AntiOmegaMinus::Definition(), G4AntiSigmabMinus::Definition(), G4AntiSigmabPlus::Definition(), G4AntiSigmabZero::Definition(), G4AntiSigmacPlus::Definition(), G4AntiSigmacPlusPlus::Definition(), G4AntiSigmacZero::Definition(), G4AntiSigmaMinus::Definition(), G4AntiSigmaPlus::Definition(), G4AntiSigmaZero::Definition(), G4AntiXiMinus::Definition(), G4AntiXiZero::Definition(), G4Lambda::Definition(), G4Neutron::Definition(), G4OmegaMinus::Definition(), G4SigmabMinus::Definition(), G4SigmabPlus::Definition(), G4SigmabZero::Definition(), G4SigmacPlus::Definition(), G4SigmacPlusPlus::Definition(), G4SigmacZero::Definition(), G4SigmaMinus::Definition(), G4SigmaPlus::Definition(), G4SigmaZero::Definition(), G4XiMinus::Definition(), G4XiZero::Definition(), G4AntiKaonZero::Definition(), G4Eta::Definition(), G4EtaPrime::Definition(), G4KaonMinus::Definition(), G4KaonPlus::Definition(), G4KaonZero::Definition(), G4KaonZeroLong::Definition(), G4KaonZeroShort::Definition(), G4PionMinus::Definition(), G4PionPlus::Definition(), G4PionZero::Definition(), G4MuonMinus::Definition(), G4MuonPlus::Definition(), G4TauMinus::Definition(), and G4TauPlus::Definition().

◆ SetParticleSubType()

void G4ParticleDefinition::SetParticleSubType ( const G4String subtype)
protected

◆ SetPDGLifeTime()

void G4ParticleDefinition::SetPDGLifeTime ( G4double  aLifeTime)
inline

Definition at line 161 of file G4ParticleDefinition.hh.

161{ thePDGLifeTime = aLifeTime; }

Referenced by G4ParticlePropertyMessenger::SetNewValue().

◆ SetPDGMagneticMoment()

◆ SetPDGStable()

void G4ParticleDefinition::SetPDGStable ( const G4bool  aFlag)
inline

Definition at line 158 of file G4ParticleDefinition.hh.

158{ thePDGStable=aFlag; }

Referenced by G4ParticlePropertyMessenger::SetNewValue().

◆ SetProcessManager()

◆ SetVerboseLevel()

void G4ParticleDefinition::SetVerboseLevel ( G4int  value)

Friends And Related Function Documentation

◆ G4ParticlePropertyTable

friend class G4ParticlePropertyTable
friend

Definition at line 75 of file G4ParticleDefinition.hh.

Member Data Documentation

◆ theAntiQuarkContent

◆ theQuarkContent


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