Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
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 ( )
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

G4double G4NeutronHPDataUsed::GetA ( void  )
inline
G4int G4NeutronHPDataUsed::GetM ( )
inline

Definition at line 53 of file G4NeutronHPDataUsed.hh.

53 {return theM;}
G4String G4NeutronHPDataUsed::GetName ( void  )
inline
G4int G4NeutronHPDataUsed::GetZ ( void  )
inline
G4bool G4NeutronHPDataUsed::IsThisNaturalAbundance ( )
inline

Definition at line 63 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

63 { return nat; };
void G4NeutronHPDataUsed::SetA ( G4double  anA)
inline

Definition at line 46 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

46 {theA = anA;}
void G4NeutronHPDataUsed::SetM ( G4int  aM)
inline

Definition at line 48 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

48 {theM = aM;}
void G4NeutronHPDataUsed::SetName ( G4String  aName)
inline

Definition at line 49 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

49 {theName = aName;}
void G4NeutronHPDataUsed::SetNaturalAbundanceFlag ( )
inline

Definition at line 64 of file G4NeutronHPDataUsed.hh.

References TRUE.

Referenced by G4NeutronHPNames::GetName().

64 { nat = TRUE; };
#define TRUE
Definition: globals.hh:55
void G4NeutronHPDataUsed::SetZ ( G4int  aZ)
inline

Definition at line 47 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

47 {theZ = aZ;}

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