| Geant4
    10.01.p02
    | 
#include <G4ParticleHPReactionWhiteBoard.hh>
| Public Member Functions | |
| G4ParticleHPReactionWhiteBoard () | |
| ~G4ParticleHPReactionWhiteBoard () | |
| 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 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 G4ParticleHPElastic::ApplyYourself(), G4ParticleHPCapture::ApplyYourself(), G4ParticleHPFission::ApplyYourself(), and G4ParticleHPInelastic::ApplyYourself().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 55 of file G4ParticleHPReactionWhiteBoard.hh.
References targM.
| 
 | inline | 
Definition at line 53 of file G4ParticleHPReactionWhiteBoard.hh.
References targZ.
Definition at line 71 of file G4ParticleHPReactionWhiteBoard.cc.
References G4cout, G4endl, and mapStringPair.
Referenced by GetValueInDouble(), and GetValueInInt().
 Here is the caller graph for this function:
 Here is the caller graph for this function:Definition at line 92 of file G4ParticleHPReactionWhiteBoard.cc.
References GetValue().
 Here is the call graph for this function:
 Here is the call graph for this function:Definition at line 81 of file G4ParticleHPReactionWhiteBoard.cc.
References GetValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inline | 
Definition at line 51 of file G4ParticleHPReactionWhiteBoard.hh.
Referenced by G4ParticleHPChannelList::ApplyYourself(), and G4ParticleHPChannel::ApplyYourself().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 52 of file G4ParticleHPReactionWhiteBoard.hh.
References targM.
Referenced by G4ParticleHPChannel::ApplyYourself().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 50 of file G4ParticleHPReactionWhiteBoard.hh.
References targZ.
Referenced by G4ParticleHPChannelList::ApplyYourself(), and G4ParticleHPChannel::ApplyYourself().
 Here is the caller graph for this function:
 Here is the caller graph for this function: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().