Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 ( )
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

G4double G4ParticleHPDataUsed::GetA ( void  )
inline

Definition at line 54 of file G4ParticleHPDataUsed.hh.

54 {return theA;}

Here is the caller graph for this function:

G4int G4ParticleHPDataUsed::GetM ( )
inline

Definition at line 55 of file G4ParticleHPDataUsed.hh.

55 {return theM;}

Here is the caller graph for this function:

G4String G4ParticleHPDataUsed::GetName ( )
inline

Definition at line 56 of file G4ParticleHPDataUsed.hh.

56 {return theName;}

Here is the caller graph for this function:

G4int G4ParticleHPDataUsed::GetZ ( void  )
inline

Definition at line 53 of file G4ParticleHPDataUsed.hh.

53 {return theZ;}

Here is the caller graph for this function:

G4bool G4ParticleHPDataUsed::IsThisNaturalAbundance ( )
inline

Definition at line 65 of file G4ParticleHPDataUsed.hh.

65 { return nat; };

Here is the caller graph for this function:

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:

void G4ParticleHPDataUsed::SetM ( G4int  aM)
inline

Definition at line 50 of file G4ParticleHPDataUsed.hh.

50 {theM = aM;}

Here is the caller graph for this function:

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:

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:

void G4ParticleHPDataUsed::SetZ ( G4int  aZ)
inline

Definition at line 49 of file G4ParticleHPDataUsed.hh.

49 {theZ = aZ;}

Here is the caller graph for this function:


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