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.

00038   {
00039     theName = "";
00040     theA = 0;
00041     theZ = 0;
00042     theM = 0;
00043      nat = false;
00044   }


Member Function Documentation

G4double G4NeutronHPDataUsed::GetA ( void   )  [inline]

Definition at line 52 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName(), G4NeutronHPIsoData::Init(), and G4NeutronHPFFFissionFS::Init().

00052 {return theA;}

G4int G4NeutronHPDataUsed::GetM (  )  [inline]

Definition at line 53 of file G4NeutronHPDataUsed.hh.

00053 {return theM;}

G4String G4NeutronHPDataUsed::GetName (  )  [inline]

Definition at line 54 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName(), G4NeutronIsoIsoCrossSections::Init(), G4NeutronHPIsoData::Init(), G4NeutronHPInelasticCompFS::Init(), G4NeutronHPInelasticBaseFS::Init(), G4NeutronHPFSFissionFS::Init(), G4NeutronHPFissionBaseFS::Init(), G4NeutronHPFFFissionFS::Init(), G4NeutronHPElasticFS::Init(), G4NeutronHPCaptureFS::Init(), and G4FissionLibrary::Init().

00054 {return theName;}

G4int G4NeutronHPDataUsed::GetZ ( void   )  [inline]

Definition at line 51 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName(), G4NeutronHPIsoData::Init(), and G4NeutronHPFFFissionFS::Init().

00051 {return theZ;}

G4bool G4NeutronHPDataUsed::IsThisNaturalAbundance (  )  [inline]

Definition at line 63 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

00063 { return nat; };

void G4NeutronHPDataUsed::SetA ( G4double  anA  )  [inline]

Definition at line 46 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

00046 {theA = anA;}

void G4NeutronHPDataUsed::SetM ( G4int  aM  )  [inline]

Definition at line 48 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

00048 {theM = aM;}

void G4NeutronHPDataUsed::SetName ( G4String  aName  )  [inline]

Definition at line 49 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

00049 {theName = aName;}

void G4NeutronHPDataUsed::SetNaturalAbundanceFlag (  )  [inline]

Definition at line 64 of file G4NeutronHPDataUsed.hh.

References TRUE.

Referenced by G4NeutronHPNames::GetName().

00064 { nat = TRUE; };

void G4NeutronHPDataUsed::SetZ ( G4int  aZ  )  [inline]

Definition at line 47 of file G4NeutronHPDataUsed.hh.

Referenced by G4NeutronHPNames::GetName().

00047 {theZ = aZ;}


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:52:37 2013 for Geant4 by  doxygen 1.4.7