58 photonEvaporation(nullptr),lab4mom(0.,0.,0.,0.)
60 lowestEnergyLimit = 10*CLHEP::eV;
61 minExcitation = 0.1*CLHEP::keV;
68 delete photonEvaporation;
73 if(photonEvaporation !=
nullptr) {
return; }
79 photonEvaporation->Initialise();
80 photonEvaporation->SetICM(
true);
109 if(
M - mass <= lowestEnergyLimit) {
114 G4cout <<
"G4NeutronRadCapture::DoIt: Eini(MeV)="
117 <<
" Z= " << Z <<
" A= " <<
A <<
G4endl;
134 else if (Z == 2 &&
A == 3) {theDef =
G4He3::He3();}
136 else { theDef = theTableOfIons->GetIon(Z,
A,0.0,
noFloat,0); }
139 G4cout <<
"Gamma 4-mom: " << lv2 <<
" "
155 G4double etot = std::max(mass, lab4mom.e());
156 G4double ptot = std::sqrt((etot - mass)*(etot + mass));
158 lab4mom.set(v.
x()*ptot,v.
y()*ptot,v.
z()*ptot,etot);
164 G4cout <<
"G4NeutronRadCapture::ApplyYourself initial G4Fragmet:"
174 fv->push_back(aFragment);
175 std::size_t n = fv->size();
178 G4cout <<
"G4NeutronRadCapture: " << n <<
" final particles" <<
G4endl;
180 for(std::size_t i=0; i<n; ++i) {
192 else if (Z == 2 &&
A == 3) {theDef =
G4He3::He3();}
196 if(eexc <= minExcitation) { eexc = 0.0; }
197 theDef = theTableOfIons->GetIon(Z,
A, eexc,
noFloat, 0);
207 <<
" Ekin(MeV)= " << etot/MeV
216 if(timeF < 0.0) { timeF = 0.0; }
std::vector< G4Fragment * > G4FragmentVector
CLHEP::HepLorentzVector G4LorentzVector
G4ThreeVector G4RandomDirection()
CLHEP::Hep3Vector G4ThreeVector
G4GLOB_DLL std::ostream G4cout
HepLorentzVector & boost(double, double, double)
G4double GetMinExcitation() const
static G4Deuteron * Deuteron()
G4double GetExcitationEnergy() const
const G4LorentzVector & GetMomentum() const
G4double GetCreationTime() const
const G4ParticleDefinition * GetParticleDefinition() const
G4double GetKineticEnergy() const
const G4LorentzVector & Get4Momentum() const
G4double GetGlobalTime() const
void SetTime(G4double aT)
void SetCreatorModelID(G4int id)
G4HadFinalState theParticleChange
G4HadronicInteraction(const G4String &modelName="HadronicModel")
const G4String & GetModelName() const
void InitialiseModel() override
G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus) override
~G4NeutronRadCapture() override
G4DeexPrecoParameters * GetParameters()
static G4NuclearLevelData * GetInstance()
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4double GetPDGMass() const
const G4String & GetParticleName() const
G4IonTable * GetIonTable() const
static G4ParticleTable * GetParticleTable()
static G4int GetModelID(const G4int modelIndex)
static G4Triton * Triton()