#include <G4CascadParticle.hh>
|
| G4CascadParticle () |
|
| G4CascadParticle (const G4InuclElementaryParticle &particle, const G4ThreeVector &pos, G4int izone, G4double cpath, G4int gen) |
|
| ~G4CascadParticle () |
|
| G4CascadParticle (const G4CascadParticle &cpart) |
|
G4CascadParticle & | operator= (const G4CascadParticle &cpart) |
|
void | fill (const G4InuclElementaryParticle &particle, const G4ThreeVector &pos, G4int izone, G4double cpath, G4int gen) |
|
const G4InuclElementaryParticle & | getParticle () const |
|
G4InuclElementaryParticle & | getParticle () |
|
G4int | getGeneration () const |
|
void | setGeneration (G4int gen) |
|
G4int | getHistoryId () const |
|
void | setHistoryId (G4int id) |
|
G4LorentzVector | getMomentum () const |
|
void | updateParticleMomentum (const G4LorentzVector &mom) |
|
const G4ThreeVector & | getPosition () const |
|
void | updatePosition (const G4ThreeVector &pos) |
|
void | incrementReflectionCounter () |
|
G4int | getNumberOfReflections () const |
|
void | resetReflection () |
|
G4bool | reflectedNow () const |
|
void | initializePath (G4double npath) |
|
void | incrementCurrentPath (G4double npath) |
|
G4double | getCurrentPath () const |
|
void | updateZone (G4int izone) |
|
G4int | getCurrentZone () const |
|
void | setMovingInsideNuclei (G4bool isMovingIn=true) |
|
G4bool | movingInsideNuclei () const |
|
G4double | getPathToTheNextZone (G4double rz_in, G4double rz_out) |
|
void | propagateAlongThePath (G4double path) |
|
G4bool | young (G4double young_path_cut, G4double cpath) const |
|
void | print (std::ostream &os) const |
|
Definition at line 50 of file G4CascadParticle.hh.
G4CascadParticle::G4CascadParticle |
( |
| ) |
|
G4CascadParticle::~G4CascadParticle |
( |
| ) |
|
|
inline |
G4double G4CascadParticle::getCurrentPath |
( |
| ) |
const |
|
inline |
G4int G4CascadParticle::getCurrentZone |
( |
| ) |
const |
|
inline |
G4int G4CascadParticle::getGeneration |
( |
| ) |
const |
|
inline |
G4int G4CascadParticle::getHistoryId |
( |
| ) |
const |
|
inline |
G4int G4CascadParticle::getNumberOfReflections |
( |
| ) |
const |
|
inline |
void G4CascadParticle::incrementCurrentPath |
( |
G4double |
npath | ) |
|
|
inline |
void G4CascadParticle::incrementReflectionCounter |
( |
| ) |
|
|
inline |
G4bool G4CascadParticle::movingInsideNuclei |
( |
| ) |
const |
|
inline |
void G4CascadParticle::print |
( |
std::ostream & |
os | ) |
const |
void G4CascadParticle::propagateAlongThePath |
( |
G4double |
path | ) |
|
G4bool G4CascadParticle::reflectedNow |
( |
| ) |
const |
|
inline |
void G4CascadParticle::resetReflection |
( |
| ) |
|
|
inline |
void G4CascadParticle::setGeneration |
( |
G4int |
gen | ) |
|
|
inline |
void G4CascadParticle::setHistoryId |
( |
G4int |
id | ) |
|
|
inline |
void G4CascadParticle::setMovingInsideNuclei |
( |
G4bool |
isMovingIn = true | ) |
|
|
inline |
void G4CascadParticle::updateZone |
( |
G4int |
izone | ) |
|
|
inline |
The documentation for this class was generated from the following files: