105 G4cout <<
"G4NeutronRadCapture::DoIt: Eini(MeV)="
108 <<
" Z= " << Z <<
" A= " << A <<
G4endl;
113 if(cost > 1.0) {cost = 1.0;}
114 else if(cost < -1.0) {cost = -1.0;}
115 G4double sint = std::sqrt((1. - cost)*(1.0 + cost));
132 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
137 G4cout <<
"Gamma 4-mom: " << lv2 <<
" "
153 G4double ptot = sqrt((etot - mass)*(etot + mass));
155 lab4mom.set(v.x()*ptot,v.y()*ptot,v.z()*ptot,etot);
161 G4cout <<
"G4NeutronRadCapture::ApplyYourself initial G4Fragmet:"
171 fv->push_back(aFragment);
172 size_t n = fv->size();
175 G4cout <<
"G4NeutronRadCapture: " << n <<
" final particle" <<
G4endl;
177 for(
size_t i=0; i<
n; ++i) {
189 else if (Z == 2 && A == 3) {theDef =
G4He3::He3();}
204 <<
" Ekin(MeV)= " << etot/
MeV
213 if(timeF < 0.0) { timeF = 0.0; }
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
virtual ~G4NeutronRadCapture()
static G4double GetNuclearMass(const G4double A, const G4double Z)
CLHEP::Hep3Vector G4ThreeVector
G4PhotonEvaporation * photonEvaporation
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
const G4ParticleDefinition * GetParticleDefinition() const
const G4String & GetParticleName() const
void SetStatusChange(G4HadFinalStateStatus aS)
void SetMinEnergy(G4double anEnergy)
G4IonTable * GetIonTable() const
G4GLOB_DLL std::ostream G4cout
G4double GetCreationTime() const
const G4LorentzVector & GetMomentum() const
G4double GetKineticEnergy() const
G4double GetGlobalTime() const
std::vector< G4Fragment * > G4FragmentVector
static G4Triton * Triton()
static const G4double A[nN]
const G4LorentzVector & Get4Momentum() const
static G4Deuteron * Deuteron()
void SetTime(G4double aT)
G4double GetPDGMass() const
static G4ParticleTable * GetParticleTable()
T max(const T t1, const T t2)
brief Return the largest of the two arguments
void SetMaxEnergy(const G4double anEnergy)
G4HadFinalState theParticleChange
G4double lowestEnergyLimit
void AddSecondary(G4DynamicParticle *aP, G4int mod=-1)
virtual G4FragmentVector * BreakUpFragment(G4Fragment *theNucleus)
G4IonTable * theTableOfIons
G4double GetExcitationEnergy() const
CLHEP::HepLorentzVector G4LorentzVector