Geant4
10.00.p02
|
#include <G4NeutronHPReactionWhiteBoard.hh>
Public Member Functions | |
G4NeutronHPReactionWhiteBoard () | |
~G4NeutronHPReactionWhiteBoard () | |
void | Dump () |
void | SetTargZ (G4int Z) |
void | SetTargA (G4int A) |
void | SetTargM (G4int M) |
G4int | GetTargZ () |
G4int | GetTargA () |
G4int | GetTargM () |
bool | AddRecord (std::pair< G4String, G4String >) |
G4String | GetValue (G4String) |
G4int | GetValueInInt (G4String) |
G4double | GetValueInDouble (G4String) |
Private Attributes | |
G4int | targZ |
G4int | targA |
G4int | targM |
std::map< G4String, G4String > | mapStringPair |
Definition at line 38 of file G4NeutronHPReactionWhiteBoard.hh.
G4NeutronHPReactionWhiteBoard::G4NeutronHPReactionWhiteBoard | ( | ) |
Definition at line 32 of file G4NeutronHPReactionWhiteBoard.cc.
G4NeutronHPReactionWhiteBoard::~G4NeutronHPReactionWhiteBoard | ( | ) |
Definition at line 39 of file G4NeutronHPReactionWhiteBoard.cc.
References mapStringPair.
Definition at line 60 of file G4NeutronHPReactionWhiteBoard.cc.
References G4cout, G4endl, and mapStringPair.
void G4NeutronHPReactionWhiteBoard::Dump | ( | ) |
Definition at line 44 of file G4NeutronHPReactionWhiteBoard.cc.
References G4cout, G4endl, mapStringPair, targA, targM, and targZ.
|
inline |
Definition at line 51 of file G4NeutronHPReactionWhiteBoard.hh.
References targA.
Referenced by G4NeutronHPCapture::ApplyYourself(), G4NeutronHPElastic::ApplyYourself(), G4NeutronHPFission::ApplyYourself(), and G4NeutronHPInelastic::ApplyYourself().
|
inline |
Definition at line 52 of file G4NeutronHPReactionWhiteBoard.hh.
References targM.
|
inline |
Definition at line 50 of file G4NeutronHPReactionWhiteBoard.hh.
References targZ.
Definition at line 70 of file G4NeutronHPReactionWhiteBoard.cc.
References G4cout, G4endl, and mapStringPair.
Referenced by GetValueInDouble(), and GetValueInInt().
Definition at line 91 of file G4NeutronHPReactionWhiteBoard.cc.
References GetValue().
Definition at line 80 of file G4NeutronHPReactionWhiteBoard.cc.
References GetValue().
|
inline |
Definition at line 48 of file G4NeutronHPReactionWhiteBoard.hh.
Referenced by G4NeutronHPChannelList::ApplyYourself(), and G4NeutronHPChannel::ApplyYourself().
|
inline |
Definition at line 49 of file G4NeutronHPReactionWhiteBoard.hh.
References targM.
Referenced by G4NeutronHPChannel::ApplyYourself().
|
inline |
Definition at line 47 of file G4NeutronHPReactionWhiteBoard.hh.
References targZ.
Referenced by G4NeutronHPChannelList::ApplyYourself(), and G4NeutronHPChannel::ApplyYourself().
Definition at line 64 of file G4NeutronHPReactionWhiteBoard.hh.
Referenced by AddRecord(), Dump(), GetValue(), and ~G4NeutronHPReactionWhiteBoard().
|
private |
Definition at line 62 of file G4NeutronHPReactionWhiteBoard.hh.
Referenced by Dump(), GetTargA(), and SetTargA().
|
private |
Definition at line 63 of file G4NeutronHPReactionWhiteBoard.hh.
Referenced by Dump(), GetTargM(), and SetTargM().
|
private |
Definition at line 61 of file G4NeutronHPReactionWhiteBoard.hh.
Referenced by Dump(), GetTargZ(), and SetTargZ().