93   G4double sintheta = std::sqrt(1.0 - costheta*costheta);
 
   95   G4ThreeVector direction(sintheta*std::cos(phi),sintheta*std::sin(phi),
 
   98   G4double KE = std::sqrt(cmMomentum*cmMomentum + neutronMass*neutronMass)
 
  104   KE = std::sqrt(cmMomentum*cmMomentum + nucleusMass*nucleusMass) - nucleusMass;
 
  133          << 
" with branching ratio " << 
GetBR() << 
"% and Q value " 
void CheckAndFillDaughters()
void SetBR(G4double value)
CLHEP::Hep3Vector G4ThreeVector
const G4String & GetParentName() const 
G4int PushProducts(G4DynamicParticle *aParticle)
G4ParticleDefinition * G4MT_parent
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
G4ParticleDefinition ** G4MT_daughters
G4int GetAtomicNumber() const 
virtual ~G4NeutronDecay()
G4IonTable * GetIonTable() const 
G4GLOB_DLL std::ostream G4cout
void SetNumberOfDaughters(G4int value)
static const double twopi
G4NeutronDecay(const G4ParticleDefinition *theParentNucleus, const G4double &theBR, const G4double &Qvalue, const G4double &excitation)
G4int GetAtomicMass() const 
const G4String & GetDaughterName(G4int anIndex) const 
G4double GetPDGMass() const 
static G4ParticleTable * GetParticleTable()
const G4double transitionQ
void SetParent(const G4ParticleDefinition *particle_type)
virtual void DumpNuclearInfo()
void SetDaughter(G4int anIndex, const G4ParticleDefinition *particle_type)
virtual G4DecayProducts * DecayIt(G4double)
void CheckAndFillParent()