82 G4int A = theNucleus.GetA_asInt();
83 G4int Z = theNucleus.GetZ_asInt();
107 G4cout <<
"G4NeutronRadCapture::DoIt: Eini(MeV)=" 110 <<
" Z= " << Z <<
" A= " << A <<
G4endl;
115 if(cost > 1.0) {cost = 1.0;}
116 else if(cost < -1.0) {cost = -1.0;}
117 G4double sint = std::sqrt((1. - cost)*(1.0 + cost));
134 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
139 G4cout <<
"Gamma 4-mom: " << lv2 <<
" " 155 G4double ptot = std::sqrt((etot - mass)*(etot + mass));
163 G4cout <<
"G4NeutronRadCapture::ApplyYourself initial G4Fragmet:" 173 fv->push_back(aFragment);
174 size_t n = fv->size();
177 G4cout <<
"G4NeutronRadCapture: " << n <<
" final particle" <<
G4endl;
179 for(
size_t i=0; i<
n; ++i) {
191 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
206 <<
" Ekin(MeV)= " << etot/
MeV 215 if(timeF < 0.0) { timeF = 0.0; }
G4double GetExcitationEnergy() const
static G4double GetNuclearMass(const G4double A, const G4double Z)
virtual G4FragmentVector * BreakUpFragment(G4Fragment *theNucleus)
const G4LorentzVector & Get4Momentum() const
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
G4VEvaporationChannel * photonEvaporation
const G4ParticleDefinition * GetParticleDefinition() const
void SetStatusChange(G4HadFinalStateStatus aS)
const G4String & GetParticleName() const
G4GLOB_DLL std::ostream G4cout
double A(double temperature)
std::vector< G4Fragment * > G4FragmentVector
static G4Triton * Triton()
G4double GetGlobalTime() const
static G4Deuteron * Deuteron()
void SetTime(G4double aT)
G4double GetKineticEnergy() const
void set(double x, double y, double z, double t)
const G4LorentzVector & GetMomentum() const
G4double GetPDGMass() const
Hep3Vector boostVector() const
G4HadFinalState theParticleChange
G4double lowestEnergyLimit
void AddSecondary(G4DynamicParticle *aP, G4int mod=-1)
static const double twopi
G4IonTable * theTableOfIons
G4double GetCreationTime() const