Geant4  10.02.p03
G4ParticleHPDataUsed Class Reference

#include <G4ParticleHPDataUsed.hh>

Collaboration diagram for G4ParticleHPDataUsed:

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 ()
 

Private Attributes

G4String theName
 
G4double theA
 
G4int theZ
 
G4int theM
 
G4bool nat
 

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()

G4double G4ParticleHPDataUsed::GetA ( void  )
inline

Definition at line 54 of file G4ParticleHPDataUsed.hh.

54 {return theA;}
Here is the caller graph for this function:

◆ GetM()

G4int G4ParticleHPDataUsed::GetM ( )
inline

Definition at line 55 of file G4ParticleHPDataUsed.hh.

55 {return theM;}
Here is the caller graph for this function:

◆ GetName()

G4String G4ParticleHPDataUsed::GetName ( void  )
inline

Definition at line 56 of file G4ParticleHPDataUsed.hh.

56 {return theName;}
Here is the caller graph for this function:

◆ GetZ()

G4int G4ParticleHPDataUsed::GetZ ( void  )
inline

Definition at line 53 of file G4ParticleHPDataUsed.hh.

53 {return theZ;}
Here is the caller graph for this function:

◆ IsThisNaturalAbundance()

G4bool G4ParticleHPDataUsed::IsThisNaturalAbundance ( )
inline

Definition at line 65 of file G4ParticleHPDataUsed.hh.

65 { return nat; };
Here is the caller graph for this function:

◆ SetA()

void G4ParticleHPDataUsed::SetA ( G4double  anA)
inline

Definition at line 48 of file G4ParticleHPDataUsed.hh.

48 {theA = anA;}
Here is the caller graph for this function:

◆ SetM()

void G4ParticleHPDataUsed::SetM ( G4int  aM)
inline

Definition at line 50 of file G4ParticleHPDataUsed.hh.

Here is the caller graph for this function:

◆ SetName()

void G4ParticleHPDataUsed::SetName ( G4String  aName)
inline

Definition at line 51 of file G4ParticleHPDataUsed.hh.

51 {theName = aName;}
Here is the caller graph for this function:

◆ SetNaturalAbundanceFlag()

void G4ParticleHPDataUsed::SetNaturalAbundanceFlag ( )
inline

Definition at line 66 of file G4ParticleHPDataUsed.hh.

66 { nat = TRUE; };
#define TRUE
Definition: globals.hh:55
Here is the caller graph for this function:

◆ SetZ()

void G4ParticleHPDataUsed::SetZ ( G4int  aZ)
inline

Definition at line 49 of file G4ParticleHPDataUsed.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ nat

G4bool G4ParticleHPDataUsed::nat
private

Definition at line 66 of file G4ParticleHPDataUsed.hh.

◆ theA

G4double G4ParticleHPDataUsed::theA
private

Definition at line 61 of file G4ParticleHPDataUsed.hh.

◆ theM

G4int G4ParticleHPDataUsed::theM
private

Definition at line 63 of file G4ParticleHPDataUsed.hh.

◆ theName

G4String G4ParticleHPDataUsed::theName
private

Definition at line 60 of file G4ParticleHPDataUsed.hh.

◆ theZ

G4int G4ParticleHPDataUsed::theZ
private

Definition at line 62 of file G4ParticleHPDataUsed.hh.


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