Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLParticle.hh>
Public Member Functions | |
void | rotatePositionAndMomentum (const G4double angle, const ThreeVector &axis) const |
void | rotatePosition (const G4double angle, const ThreeVector &axis) const |
void | rotateMomentum (const G4double angle, const ThreeVector &axis) const |
void | boost (const ThreeVector &b) const |
G4double | getParticleListBias () const |
std::vector< G4int > | getParticleListBiasVector () const |
Public Member Functions inherited from G4INCL::UnorderedVector< Particle * > | |
UnorderedVector () | |
void | remove (const Particle *&t) |
G4bool | contains (const Particle *&t) const |
Definition at line 62 of file G4INCLParticle.hh.
void G4INCL::ParticleList::boost | ( | const ThreeVector & | b | ) | const |
Definition at line 190 of file G4INCLParticle.cc.
Referenced by G4INCL::InteractionAvatar::postInteraction().
G4double G4INCL::ParticleList::getParticleListBias | ( | ) | const |
Definition at line 196 of file G4INCLParticle.cc.
std::vector< G4int > G4INCL::ParticleList::getParticleListBiasVector | ( | ) | const |
Definition at line 205 of file G4INCLParticle.cc.
Referenced by G4INCL::DecayAvatar::postInteraction(), G4INCL::InteractionAvatar::postInteraction(), and G4INCL::SurfaceAvatar::postInteraction().
void G4INCL::ParticleList::rotateMomentum | ( | const G4double | angle, |
const ThreeVector & | axis ) const |
Definition at line 184 of file G4INCLParticle.cc.
void G4INCL::ParticleList::rotatePosition | ( | const G4double | angle, |
const ThreeVector & | axis ) const |
Definition at line 178 of file G4INCLParticle.cc.
void G4INCL::ParticleList::rotatePositionAndMomentum | ( | const G4double | angle, |
const ThreeVector & | axis ) const |
Definition at line 172 of file G4INCLParticle.cc.