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

#include <G4NeutronHPDataUsed.hh>

Public Member Functions

 G4NeutronHPDataUsed ()
 
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 33 of file G4NeutronHPDataUsed.hh.

Constructor & Destructor Documentation

◆ G4NeutronHPDataUsed()

G4NeutronHPDataUsed::G4NeutronHPDataUsed ( )
inline

Definition at line 37 of file G4NeutronHPDataUsed.hh.

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

Member Function Documentation

◆ GetA()

G4double G4NeutronHPDataUsed::GetA ( )
inline

◆ GetM()

G4int G4NeutronHPDataUsed::GetM ( )
inline

Definition at line 53 of file G4NeutronHPDataUsed.hh.

53{return theM;}

Referenced by G4NeutronHPFinalState::SetAZMs().

◆ GetName()

◆ GetZ()

G4int G4NeutronHPDataUsed::GetZ ( )
inline

◆ IsThisNaturalAbundance()

G4bool G4NeutronHPDataUsed::IsThisNaturalAbundance ( )
inline

Definition at line 63 of file G4NeutronHPDataUsed.hh.

63{ return nat; };

Referenced by G4NeutronHPNames::GetName().

◆ SetA()

void G4NeutronHPDataUsed::SetA ( G4double  anA)
inline

Definition at line 46 of file G4NeutronHPDataUsed.hh.

46{theA = anA;}

Referenced by G4NeutronHPNames::GetName().

◆ SetM()

void G4NeutronHPDataUsed::SetM ( G4int  aM)
inline

Definition at line 48 of file G4NeutronHPDataUsed.hh.

48{theM = aM;}

Referenced by G4NeutronHPNames::GetName().

◆ SetName()

void G4NeutronHPDataUsed::SetName ( G4String  aName)
inline

Definition at line 49 of file G4NeutronHPDataUsed.hh.

49{theName = aName;}

Referenced by G4NeutronHPNames::GetName().

◆ SetNaturalAbundanceFlag()

void G4NeutronHPDataUsed::SetNaturalAbundanceFlag ( )
inline

Definition at line 64 of file G4NeutronHPDataUsed.hh.

64{ nat = TRUE; };
#define TRUE
Definition: globals.hh:55

Referenced by G4NeutronHPNames::GetName().

◆ SetZ()

void G4NeutronHPDataUsed::SetZ ( G4int  aZ)
inline

Definition at line 47 of file G4NeutronHPDataUsed.hh.

47{theZ = aZ;}

Referenced by G4NeutronHPNames::GetName().


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