80   G4int shellIndex = -1;
   106   std::vector<G4DynamicParticle*> armProducts;
   112       if (shellIndex >= nShells) shellIndex = nShells;
   128       for (
G4int i = 0; i < 
G4int(armProducts.size()); i++)
   129         productEnergy += armProducts[i]->GetKineticEnergy();
   135         G4double sinTh = std::sqrt(1.- cosTh*cosTh);
   139                                         sinTh*std::cos(phi), cosTh);
   143         armProducts.push_back(extra);
   152   G4double cmMomentum = Q*(Q + 2.*daughterMass)/(Q + daughterMass)/2.;
   155   G4double sintheta = std::sqrt(1.0 - costheta*costheta);
   157   G4ThreeVector direction(sintheta*std::cos(phi),sintheta*std::sin(phi),
   164   KE = std::sqrt(cmMomentum*cmMomentum + daughterMass*daughterMass) - daughterMass;
   169   G4int nArm = armProducts.size();
   172     for (
G4int i = 0; i < nArm; ++i) {
 const G4RadioactiveDecayMode theMode
 
void CheckAndFillDaughters()
 
static G4LossTableManager * Instance()
 
G4bool DeexcitationIgnoreCut() const
 
CLHEP::Hep3Vector G4ThreeVector
 
G4int PushProducts(G4DynamicParticle *aParticle)
 
G4ParticleDefinition * G4MT_parent
 
G4bool IsFluoActive() const
 
G4ParticleDefinition ** G4MT_daughters
 
virtual const G4AtomicShell * GetAtomicShell(G4int Z, G4AtomicShellEnumerator shell)=0
 
HepLorentzVector & boost(double, double, double)
 
static const double twopi
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
void Set4Momentum(const G4LorentzVector &momentum)
 
G4int GetAtomicNumber() const
 
const G4double transitionQ
 
void GenerateParticles(std::vector< G4DynamicParticle *> *secVect, const G4AtomicShell *, G4int Z, G4int coupleIndex)
 
G4double GetPDGMass() const
 
Hep3Vector boostVector() const
 
static G4EmParameters * Instance()
 
G4LorentzVector Get4Momentum() const
 
static G4Electron * Electron()
 
G4VAtomDeexcitation * AtomDeexcitation()
 
G4double BindingEnergy() const
 
void CheckAndFillParent()
 
static G4int GetNumberOfShells(G4int Z)