Geant4
9.6.p02
|
#include <G4DecayProducts.hh>
Public Types | |
typedef std::vector < G4DynamicParticle * > | G4DecayProductVector |
Public Member Functions | |
G4DecayProducts () | |
G4DecayProducts (const G4DynamicParticle &aParticle) | |
G4DecayProducts (const G4DecayProducts &right) | |
G4DecayProducts & | operator= (const G4DecayProducts &right) |
~G4DecayProducts () | |
G4int | operator== (const G4DecayProducts &right) const |
G4int | operator!= (const G4DecayProducts &right) const |
const G4DynamicParticle * | GetParentParticle () const |
void | SetParentParticle (const G4DynamicParticle &aParticle) |
void | Boost (G4double totalEnergy, const G4ThreeVector &momentumDirection) |
void | Boost (G4double betax, G4double betay, G4double betaz) |
G4DynamicParticle * | PopProducts () |
G4int | PushProducts (G4DynamicParticle *aParticle) |
G4DynamicParticle * | operator[] (G4int anIndex) const |
G4int | entries () const |
G4bool | IsChecked () const |
void | DumpInfo () const |
Protected Types | |
enum | { MaxNumberOfProducts = 64 } |
Definition at line 47 of file G4DecayProducts.hh.
typedef std::vector<G4DynamicParticle*> G4DecayProducts::G4DecayProductVector |
Definition at line 94 of file G4DecayProducts.hh.
|
protected |
Enumerator | |
---|---|
MaxNumberOfProducts |
Definition at line 96 of file G4DecayProducts.hh.
G4DecayProducts::G4DecayProducts | ( | ) |
G4DecayProducts::G4DecayProducts | ( | const G4DynamicParticle & | aParticle) |
Definition at line 56 of file G4DecayProducts.cc.
G4DecayProducts::G4DecayProducts | ( | const G4DecayProducts & | right) |
G4DecayProducts::~G4DecayProducts | ( | ) |
Definition at line 127 of file G4DecayProducts.cc.
void G4DecayProducts::Boost | ( | G4double | totalEnergy, |
const G4ThreeVector & | momentumDirection | ||
) |
Definition at line 176 of file G4DecayProducts.cc.
void G4DecayProducts::DumpInfo | ( | ) | const |
Definition at line 311 of file G4DecayProducts.cc.
|
inline |
|
inline |
G4bool G4DecayProducts::IsChecked | ( | ) | const |
Definition at line 241 of file G4DecayProducts.cc.
|
inline |
Definition at line 116 of file G4DecayProducts.hh.
G4DecayProducts & G4DecayProducts::operator= | ( | const G4DecayProducts & | right) |
|
inline |
Definition at line 110 of file G4DecayProducts.hh.
G4DynamicParticle * G4DecayProducts::operator[] | ( | G4int | anIndex) | const |
Definition at line 160 of file G4DecayProducts.cc.
G4DynamicParticle * G4DecayProducts::PopProducts | ( | ) |
G4int G4DecayProducts::PushProducts | ( | G4DynamicParticle * | aParticle) |
void G4DecayProducts::SetParentParticle | ( | const G4DynamicParticle & | aParticle) |
Definition at line 169 of file G4DecayProducts.cc.