#include <G4HadronicWhiteBoard.hh>
Definition at line 34 of file G4HadronicWhiteBoard.hh.
◆ G4HadronicWhiteBoard()
G4HadronicWhiteBoard::G4HadronicWhiteBoard |
( |
| ) |
|
Definition at line 30 of file G4HadronicWhiteBoard.cc.
const G4ParticleDefinition * theDef
const G4HadProjectile * theProjectile
◆ Dump()
void G4HadronicWhiteBoard::Dump |
( |
| ) |
|
Definition at line 94 of file G4HadronicWhiteBoard.cc.
96 std::cerr << std::endl;
97 std::cerr <<
"*** Geant4 Hadronic Reaction Information ***" 101 std::cerr <<
" Nucleus A, Z = " <<
theA <<
" " <<
theZ 103 std::cerr <<
" Projectile was a " <<
theName 105 std::cerr <<
" projectile momentum (px, py, pz) = (" <<
thePx <<
", " 106 <<
thePy <<
", " <<
thePz <<
")" << std::endl;
107 std::cerr <<
" Projectile energy = "<<
theE 109 std::cerr <<
"*** End of Geant4 Hadronic Reaction Information ***"
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ GetA()
G4int G4HadronicWhiteBoard::GetA |
( |
void |
| ) |
|
◆ GetEnergy()
G4double G4HadronicWhiteBoard::GetEnergy |
( |
| ) |
|
◆ GetParticleName()
G4String G4HadronicWhiteBoard::GetParticleName |
( |
| ) |
|
◆ GetPDef()
◆ GetProjectile()
◆ GetPx()
G4double G4HadronicWhiteBoard::GetPx |
( |
| ) |
|
◆ GetPy()
G4double G4HadronicWhiteBoard::GetPy |
( |
| ) |
|
◆ GetPz()
G4double G4HadronicWhiteBoard::GetPz |
( |
| ) |
|
◆ GetTargetNucleus()
const G4Nucleus & G4HadronicWhiteBoard::GetTargetNucleus |
( |
| ) |
|
◆ GetZ()
G4int G4HadronicWhiteBoard::GetZ |
( |
void |
| ) |
|
◆ Instance()
◆ SetModelName()
void G4HadronicWhiteBoard::SetModelName |
( |
const G4String & |
aModelName | ) |
|
◆ SetProcessName()
void G4HadronicWhiteBoard::SetProcessName |
( |
const G4String & |
aProcessName | ) |
|
◆ SetProjectile()
void G4HadronicWhiteBoard::SetProjectile |
( |
const G4HadProjectile & |
aProjectile | ) |
|
Definition at line 62 of file G4HadronicWhiteBoard.cc.
const G4ParticleDefinition * theDef
const G4LorentzVector & Get4Momentum() const
const G4HadProjectile * theProjectile
const G4String & GetParticleName() const
const G4ParticleDefinition * GetDefinition() const
◆ SetTargetNucleus()
void G4HadronicWhiteBoard::SetTargetNucleus |
( |
const G4Nucleus & |
aTarget | ) |
|
◆ theA
G4int G4HadronicWhiteBoard::theA |
|
private |
◆ theDef
◆ theE
◆ theInstance
◆ theModelName
G4String G4HadronicWhiteBoard::theModelName |
|
private |
◆ theName
const char* G4HadronicWhiteBoard::theName |
|
private |
◆ theProcessName
G4String G4HadronicWhiteBoard::theProcessName |
|
private |
◆ theProjectile
◆ thePx
◆ thePy
◆ thePz
◆ theTarget
◆ theZ
G4int G4HadronicWhiteBoard::theZ |
|
private |
The documentation for this class was generated from the following files: