#include <G4NeutronDecay.hh>
|
| G4NeutronDecay (const G4ParticleDefinition *theParentNucleus, const G4double &theBR, const G4double &Qvalue, const G4double &excitation) |
|
virtual | ~G4NeutronDecay () |
|
virtual G4DecayProducts * | DecayIt (G4double) |
|
virtual void | DumpNuclearInfo () |
|
| G4NuclearDecay (const G4String &channelName, const G4RadioactiveDecayMode &mode, const G4double &excitation) |
|
virtual | ~G4NuclearDecay () |
|
G4RadioactiveDecayMode | GetDecayMode () |
|
G4double | GetDaughterExcitation () |
|
G4ParticleDefinition * | GetDaughterNucleus () |
|
void | SetHLThreshold (G4double HLT) |
|
G4double | GetHLThreshold () |
|
| G4VDecayChannel (const G4String &aName, G4int Verbose=1) |
|
| G4VDecayChannel (const G4String &aName, const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="") |
|
virtual | ~G4VDecayChannel () |
|
G4int | operator== (const G4VDecayChannel &right) const |
|
G4int | operator!= (const G4VDecayChannel &right) const |
|
G4int | operator< (const G4VDecayChannel &right) const |
|
const G4String & | GetKinematicsName () const |
|
G4double | GetBR () const |
|
G4int | GetNumberOfDaughters () const |
|
G4ParticleDefinition * | GetParent () |
|
G4ParticleDefinition * | GetDaughter (G4int anIndex) |
|
G4int | GetAngularMomentum () |
|
const G4String & | GetParentName () const |
|
const G4String & | GetDaughterName (G4int anIndex) const |
|
G4double | GetParentMass () const |
|
G4double | GetDaughterMass (G4int anIndex) const |
|
void | SetParent (const G4ParticleDefinition *particle_type) |
|
void | SetParent (const G4String &particle_name) |
|
void | SetBR (G4double value) |
|
void | SetNumberOfDaughters (G4int value) |
|
void | SetDaughter (G4int anIndex, const G4ParticleDefinition *particle_type) |
|
void | SetDaughter (G4int anIndex, const G4String &particle_name) |
|
void | SetVerboseLevel (G4int value) |
|
G4int | GetVerboseLevel () const |
|
void | DumpInfo () |
|
G4double | GetRangeMass () const |
|
void | SetRangeMass (G4double val) |
|
virtual G4bool | IsOKWithParentMass (G4double parentMass) |
|
void | SetPolarization (const G4ThreeVector &) |
|
const G4ThreeVector & | GetPolarization () const |
|
Definition at line 44 of file G4NeutronDecay.hh.
◆ G4NeutronDecay()
Definition at line 45 of file G4NeutronDecay.cc.
void SetBR(G4double value)
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
G4IonTable * GetIonTable() const
void SetNumberOfDaughters(G4int value)
G4int GetAtomicNumber() const
static G4ParticleTable * GetParticleTable()
const G4double transitionQ
G4NuclearDecay(const G4String &channelName, const G4RadioactiveDecayMode &mode, const G4double &excitation)
void SetParent(const G4ParticleDefinition *particle_type)
void SetDaughter(G4int anIndex, const G4ParticleDefinition *particle_type)
G4int GetAtomicMass() const
◆ ~G4NeutronDecay()
G4NeutronDecay::~G4NeutronDecay |
( |
| ) |
|
|
virtual |
◆ DecayIt()
Implements G4VDecayChannel.
Definition at line 67 of file G4NeutronDecay.cc.
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;
void CheckAndFillDaughters()
CLHEP::Hep3Vector G4ThreeVector
G4int PushProducts(G4DynamicParticle *aParticle)
G4ParticleDefinition * G4MT_parent
G4ParticleDefinition ** G4MT_daughters
static const double twopi
G4double GetPDGMass() const
const G4double transitionQ
void CheckAndFillParent()
◆ DumpNuclearInfo()
void G4NeutronDecay::DumpNuclearInfo |
( |
| ) |
|
|
virtual |
Implements G4NuclearDecay.
Definition at line 129 of file G4NeutronDecay.cc.
133 <<
" with branching ratio " <<
GetBR() <<
"% and Q value " const G4String & GetParentName() const
G4GLOB_DLL std::ostream G4cout
const G4double transitionQ
const G4String & GetDaughterName(G4int anIndex) const
◆ transitionQ
const G4double G4NeutronDecay::transitionQ |
|
private |
The documentation for this class was generated from the following files: