#include <G4ParticleHPReactionWhiteBoard.hh>
◆ G4ParticleHPReactionWhiteBoard()
G4ParticleHPReactionWhiteBoard::G4ParticleHPReactionWhiteBoard |
( |
| ) |
|
◆ ~G4ParticleHPReactionWhiteBoard()
G4ParticleHPReactionWhiteBoard::~G4ParticleHPReactionWhiteBoard |
( |
| ) |
|
◆ AddRecord()
bool G4ParticleHPReactionWhiteBoard::AddRecord |
( |
std::pair< G4String, G4String > |
new_record | ) |
|
◆ Dump()
void G4ParticleHPReactionWhiteBoard::Dump |
( |
| ) |
|
Definition at line 45 of file G4ParticleHPReactionWhiteBoard.cc.
47 G4cout <<
"G4ParticleHPReactionWhiteBoard::Dump" <<
G4endl;
52 for ( std::map< G4String,G4String >::iterator
std::map< G4String, G4String > mapStringPair
G4GLOB_DLL std::ostream G4cout
◆ GetTargA()
G4int G4ParticleHPReactionWhiteBoard::GetTargA |
( |
| ) |
|
|
inline |
◆ GetTargM()
G4int G4ParticleHPReactionWhiteBoard::GetTargM |
( |
| ) |
|
|
inline |
◆ GetTargZ()
G4int G4ParticleHPReactionWhiteBoard::GetTargZ |
( |
| ) |
|
|
inline |
◆ GetValue()
Definition at line 71 of file G4ParticleHPReactionWhiteBoard.cc.
73 std::map< G4String,G4String >::iterator it =
mapStringPair.find( key );
75 G4cout <<
"No entry for this key " << key <<
" in the current reaction white board!" <<
G4endl;
std::map< G4String, G4String > mapStringPair
G4GLOB_DLL std::ostream G4cout
◆ GetValueInDouble()
◆ GetValueInInt()
G4int G4ParticleHPReactionWhiteBoard::GetValueInInt |
( |
G4String |
key | ) |
|
◆ SetTargA()
void G4ParticleHPReactionWhiteBoard::SetTargA |
( |
G4int |
A | ) |
|
|
inline |
◆ SetTargM()
void G4ParticleHPReactionWhiteBoard::SetTargM |
( |
G4int |
M | ) |
|
|
inline |
◆ SetTargZ()
void G4ParticleHPReactionWhiteBoard::SetTargZ |
( |
G4int |
Z | ) |
|
|
inline |
◆ mapStringPair
◆ targA
G4int G4ParticleHPReactionWhiteBoard::targA |
|
private |
◆ targM
G4int G4ParticleHPReactionWhiteBoard::targM |
|
private |
◆ targZ
G4int G4ParticleHPReactionWhiteBoard::targZ |
|
private |
The documentation for this class was generated from the following files: