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

#include <G4ParticleHPDataUsed.hh>

Public Member Functions

 G4ParticleHPDataUsed ()
 
void SetA (G4double anA)
 
void SetZ (G4int aZ)
 
void SetM (G4int aM)
 
void SetName (G4String aName)
 
G4int GetZ ()
 
G4double GetA ()
 
G4int GetM ()
 
G4String GetName ()
 
G4bool IsThisNaturalAbundance ()
 
void SetNaturalAbundanceFlag ()
 

Detailed Description

Definition at line 35 of file G4ParticleHPDataUsed.hh.

Constructor & Destructor Documentation

◆ G4ParticleHPDataUsed()

G4ParticleHPDataUsed::G4ParticleHPDataUsed ( )
inline

Definition at line 39 of file G4ParticleHPDataUsed.hh.

40 {
41 theName = "";
42 theA = 0;
43 theZ = 0;
44 theM = 0;
45 nat = false;
46 }

Member Function Documentation

◆ GetA()

◆ GetM()

G4int G4ParticleHPDataUsed::GetM ( )
inline

Definition at line 55 of file G4ParticleHPDataUsed.hh.

55{return theM;}

Referenced by G4ParticleHPFinalState::SetAZMs().

◆ GetName()

◆ GetZ()

◆ IsThisNaturalAbundance()

G4bool G4ParticleHPDataUsed::IsThisNaturalAbundance ( )
inline

Definition at line 65 of file G4ParticleHPDataUsed.hh.

65{ return nat; };

Referenced by G4ParticleHPNames::GetName().

◆ SetA()

void G4ParticleHPDataUsed::SetA ( G4double  anA)
inline

Definition at line 48 of file G4ParticleHPDataUsed.hh.

48{theA = anA;}

Referenced by G4ParticleHPNames::GetName().

◆ SetM()

void G4ParticleHPDataUsed::SetM ( G4int  aM)
inline

Definition at line 50 of file G4ParticleHPDataUsed.hh.

50{theM = aM;}

Referenced by G4ParticleHPNames::GetName().

◆ SetName()

void G4ParticleHPDataUsed::SetName ( G4String  aName)
inline

Definition at line 51 of file G4ParticleHPDataUsed.hh.

51{theName = aName;}

Referenced by G4ParticleHPNames::GetName().

◆ SetNaturalAbundanceFlag()

void G4ParticleHPDataUsed::SetNaturalAbundanceFlag ( )
inline

Definition at line 66 of file G4ParticleHPDataUsed.hh.

66{ nat = TRUE; };
#define TRUE
Definition: Globals.hh:27

Referenced by G4ParticleHPNames::GetName().

◆ SetZ()

void G4ParticleHPDataUsed::SetZ ( G4int  aZ)
inline

Definition at line 49 of file G4ParticleHPDataUsed.hh.

49{theZ = aZ;}

Referenced by G4ParticleHPNames::GetName().


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