Geant4-11
Public Member Functions | Private Attributes
G4ParticleHPDataUsed Class Reference

#include <G4ParticleHPDataUsed.hh>

Public Member Functions

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

Private Attributes

G4bool nat
 
G4double theA
 
G4int theM
 
G4String theName
 
G4int theZ
 

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.

References nat, theA, theM, theName, and theZ.

Member Function Documentation

◆ GetA()

G4double G4ParticleHPDataUsed::GetA ( void  )
inline

◆ GetM()

G4int G4ParticleHPDataUsed::GetM ( )
inline

Definition at line 55 of file G4ParticleHPDataUsed.hh.

55{return theM;}

References theM.

Referenced by G4ParticleHPFinalState::SetAZMs().

◆ GetName()

G4String G4ParticleHPDataUsed::GetName ( )
inline

◆ GetZ()

G4int G4ParticleHPDataUsed::GetZ ( void  )
inline

◆ IsThisNaturalAbundance()

G4bool G4ParticleHPDataUsed::IsThisNaturalAbundance ( )
inline

Definition at line 65 of file G4ParticleHPDataUsed.hh.

65{ return nat; };

References nat.

Referenced by G4ParticleHPNames::GetName().

◆ SetA()

void G4ParticleHPDataUsed::SetA ( G4double  anA)
inline

Definition at line 48 of file G4ParticleHPDataUsed.hh.

48{theA = anA;}

References theA.

Referenced by G4ParticleHPNames::GetName().

◆ SetM()

void G4ParticleHPDataUsed::SetM ( G4int  aM)
inline

Definition at line 50 of file G4ParticleHPDataUsed.hh.

50{theM = aM;}

References theM.

Referenced by G4ParticleHPNames::GetName().

◆ SetName()

void G4ParticleHPDataUsed::SetName ( G4String  aName)
inline

Definition at line 51 of file G4ParticleHPDataUsed.hh.

51{theName = aName;}

References theName.

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

References nat, and TRUE.

Referenced by G4ParticleHPNames::GetName().

◆ SetZ()

void G4ParticleHPDataUsed::SetZ ( G4int  aZ)
inline

Definition at line 49 of file G4ParticleHPDataUsed.hh.

49{theZ = aZ;}

References theZ.

Referenced by G4ParticleHPNames::GetName().

Field Documentation

◆ nat

G4bool G4ParticleHPDataUsed::nat
private

◆ theA

G4double G4ParticleHPDataUsed::theA
private

Definition at line 61 of file G4ParticleHPDataUsed.hh.

Referenced by G4ParticleHPDataUsed(), GetA(), and SetA().

◆ theM

G4int G4ParticleHPDataUsed::theM
private

Definition at line 63 of file G4ParticleHPDataUsed.hh.

Referenced by G4ParticleHPDataUsed(), GetM(), and SetM().

◆ theName

G4String G4ParticleHPDataUsed::theName
private

Definition at line 60 of file G4ParticleHPDataUsed.hh.

Referenced by G4ParticleHPDataUsed(), GetName(), and SetName().

◆ theZ

G4int G4ParticleHPDataUsed::theZ
private

Definition at line 62 of file G4ParticleHPDataUsed.hh.

Referenced by G4ParticleHPDataUsed(), GetZ(), and SetZ().


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