Geant4-11
|
#include <G4ParticleHPReactionWhiteBoard.hh>
Public Member Functions | |
bool | AddRecord (std::pair< G4String, G4String >) |
void | Dump () |
G4ParticleHPReactionWhiteBoard () | |
G4int | GetTargA () |
G4int | GetTargM () |
G4int | GetTargZ () |
G4String | GetValue (G4String) |
G4double | GetValueInDouble (G4String) |
G4int | GetValueInInt (G4String) |
void | SetTargA (G4int A) |
void | SetTargM (G4int M) |
void | SetTargZ (G4int Z) |
~G4ParticleHPReactionWhiteBoard () | |
Private Attributes | |
std::map< G4String, G4String > | mapStringPair |
G4int | targA |
G4int | targM |
G4int | targZ |
Definition at line 41 of file G4ParticleHPReactionWhiteBoard.hh.
G4ParticleHPReactionWhiteBoard::G4ParticleHPReactionWhiteBoard | ( | ) |
Definition at line 33 of file G4ParticleHPReactionWhiteBoard.cc.
G4ParticleHPReactionWhiteBoard::~G4ParticleHPReactionWhiteBoard | ( | ) |
Definition at line 40 of file G4ParticleHPReactionWhiteBoard.cc.
References mapStringPair.
Definition at line 61 of file G4ParticleHPReactionWhiteBoard.cc.
References G4cout, G4endl, and mapStringPair.
void G4ParticleHPReactionWhiteBoard::Dump | ( | ) |
Definition at line 45 of file G4ParticleHPReactionWhiteBoard.cc.
References G4cout, G4endl, mapStringPair, targA, targM, and targZ.
|
inline |
Definition at line 54 of file G4ParticleHPReactionWhiteBoard.hh.
References targA.
Referenced by G4FissLib::ApplyYourself(), G4ParticleHPCapture::ApplyYourself(), G4ParticleHPFission::ApplyYourself(), G4ParticleHPInelastic::ApplyYourself(), and G4ParticleHPElastic::ApplyYourself().
|
inline |
|
inline |
Definition at line 53 of file G4ParticleHPReactionWhiteBoard.hh.
References targZ.
Referenced by G4ParticleHPCapture::ApplyYourself(), G4ParticleHPFission::ApplyYourself(), G4ParticleHPInelastic::ApplyYourself(), and G4ParticleHPElastic::ApplyYourself().
Definition at line 71 of file G4ParticleHPReactionWhiteBoard.cc.
References G4cout, G4endl, and mapStringPair.
Referenced by GetValueInDouble(), and GetValueInInt().
Definition at line 92 of file G4ParticleHPReactionWhiteBoard.cc.
References GetValue().
Definition at line 81 of file G4ParticleHPReactionWhiteBoard.cc.
References GetValue().
|
inline |
Definition at line 51 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by G4ParticleHPChannelList::ApplyYourself(), and G4ParticleHPChannel::ApplyYourself().
|
inline |
Definition at line 52 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by G4ParticleHPChannel::ApplyYourself().
|
inline |
Definition at line 50 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by G4ParticleHPChannelList::ApplyYourself(), and G4ParticleHPChannel::ApplyYourself().
Definition at line 67 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by AddRecord(), Dump(), GetValue(), and ~G4ParticleHPReactionWhiteBoard().
|
private |
Definition at line 65 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by Dump(), GetTargA(), and SetTargA().
|
private |
Definition at line 66 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by Dump(), GetTargM(), and SetTargM().
|
private |
Definition at line 64 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by Dump(), GetTargZ(), and SetTargZ().