#include <G4HadFinalState.hh>
Definition at line 45 of file G4HadFinalState.hh.
◆ G4HadFinalState()
G4HadFinalState::G4HadFinalState |
( |
| ) |
|
Definition at line 35 of file G4HadFinalState.cc.
G4ThreeVector theDirection
G4HadFinalStateStatus theStat
◆ AddSecondaries() [1/3]
void G4HadFinalState::AddSecondaries |
( |
const std::vector< G4HadSecondary > & |
addSecs | ) |
|
◆ AddSecondaries() [2/3]
Definition at line 92 of file G4HadFinalState.hh.
void AddSecondaries(const std::vector< G4HadSecondary > &addSecs)
std::vector< G4HadSecondary > theSecs
◆ AddSecondaries() [3/3]
Definition at line 96 of file G4HadFinalState.hh.
void AddSecondaries(const std::vector< G4HadSecondary > &addSecs)
std::vector< G4HadSecondary > theSecs
◆ AddSecondary() [1/2]
◆ AddSecondary() [2/2]
◆ Clear()
void G4HadFinalState::Clear |
( |
| ) |
|
Definition at line 67 of file G4HadFinalState.cc.
void set(double x, double y, double z)
G4ThreeVector theDirection
G4HadFinalStateStatus theStat
◆ ClearSecondaries()
void G4HadFinalState::ClearSecondaries |
( |
| ) |
|
|
inline |
◆ GetEnergyChange()
G4double G4HadFinalState::GetEnergyChange |
( |
| ) |
const |
|
inline |
◆ GetLocalEnergyDeposit()
G4double G4HadFinalState::GetLocalEnergyDeposit |
( |
| ) |
const |
|
inline |
◆ GetMomentumChange()
const G4ThreeVector& G4HadFinalState::GetMomentumChange |
( |
| ) |
const |
|
inline |
◆ GetNumberOfSecondaries()
G4int G4HadFinalState::GetNumberOfSecondaries |
( |
| ) |
const |
|
inline |
◆ GetSecondary() [1/2]
Definition at line 79 of file G4HadFinalState.cc.
83 "Trying direct access to secondary beyond end of list");
std::vector< G4HadSecondary > theSecs
◆ GetSecondary() [2/2]
const G4HadSecondary * G4HadFinalState::GetSecondary |
( |
size_t |
i | ) |
const |
Definition at line 88 of file G4HadFinalState.cc.
92 "Trying direct access to secondary beyond end of list");
std::vector< G4HadSecondary > theSecs
◆ GetStatusChange()
◆ GetTrafoToLab()
◆ GetWeightChange()
G4double G4HadFinalState::GetWeightChange |
( |
| ) |
const |
|
inline |
◆ SetEnergyChange()
void G4HadFinalState::SetEnergyChange |
( |
G4double |
anEnergy | ) |
|
◆ SetLocalEnergyDeposit()
void G4HadFinalState::SetLocalEnergyDeposit |
( |
G4double |
aE | ) |
|
|
inline |
◆ SetMomentumChange() [1/2]
void G4HadFinalState::SetMomentumChange |
( |
const G4ThreeVector & |
aV | ) |
|
|
inline |
◆ SetMomentumChange() [2/2]
Definition at line 50 of file G4HadFinalState.cc.
53 if(std::fabs(
x*
x +
y*
y +
z*
z - 1.0)>0.001) {
57 "G4HadFinalState: fatal - negative direction.mag().");
void set(double x, double y, double z)
G4GLOB_DLL std::ostream G4cout
G4ThreeVector theDirection
◆ SetStatusChange()
◆ SetTrafoToLab()
◆ SetWeightChange()
void G4HadFinalState::SetWeightChange |
( |
G4double |
aW | ) |
|
|
inline |
◆ theDirection
◆ theEDep
◆ theEnergy
◆ theSecs
◆ theStat
◆ theT
◆ theW
The documentation for this class was generated from the following files: