#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 () |
Definition at line 33 of file G4NeutronHPDataUsed.hh.
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 }
G4double G4NeutronHPDataUsed::GetA | ( | void | ) | [inline] |
Definition at line 52 of file G4NeutronHPDataUsed.hh.
Referenced by G4NeutronHPNames::GetName(), G4NeutronHPIsoData::Init(), and G4NeutronHPFFFissionFS::Init().
G4int G4NeutronHPDataUsed::GetM | ( | ) | [inline] |
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().
G4int G4NeutronHPDataUsed::GetZ | ( | void | ) | [inline] |
Definition at line 51 of file G4NeutronHPDataUsed.hh.
Referenced by G4NeutronHPNames::GetName(), G4NeutronHPIsoData::Init(), and G4NeutronHPFFFissionFS::Init().
G4bool G4NeutronHPDataUsed::IsThisNaturalAbundance | ( | ) | [inline] |
void G4NeutronHPDataUsed::SetA | ( | G4double | anA | ) | [inline] |
void G4NeutronHPDataUsed::SetM | ( | G4int | aM | ) | [inline] |
void G4NeutronHPDataUsed::SetName | ( | G4String | aName | ) | [inline] |
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] |