74 : CaptureThreshold(10*
MeV)
 
  108 #define exactExcitationEnergy 
  123     G4int numberOfEx = 0;
 
  124     G4int numberOfCh = 0;
 
  125     G4int numberOfHoles = 0;
 
  133 #ifdef exactExcitationEnergy 
  136     G4KineticTrackVector::iterator iter;
 
  137     for(iter=theSecondaries->begin(); iter !=theSecondaries->end(); ++iter)
 
  140         G4double e = (*iter)->Get4Momentum().e();
 
  141         G4double mass = (*iter)->Get4Momentum().mag();
 
  143         if((part != proton && part != neutron) ||
 
  144                 (e > mass + CaptureThreshold) ||
 
  145                 ((*iter)->GetPosition().mag() > R)) {
 
  149             theTotalResult->push_back(theNew);
 
  150 #ifdef exactExcitationEnergy 
  151             secondary4Momemtum += (*iter)->Get4Momentum();
 
  161             captured3Momentum += mom;
 
  162             exEnergy += (e - mass);
 
  166     delete theSecondaries;
 
  171     while(theCurrentNucleon) {
 
  183     exciton3Momentum = captured3Momentum - wounded3Momentum;
 
  185     if(anA == 0) 
return theTotalResult;
 
  191 #ifdef exactExcitationEnergy 
  198         G4double Efinal = std::sqrt(exciton3Momentum.
mag2() + fMass*fMass)
 
  199                         + secondary4Momemtum.
e();
 
  200         if ( (Einitial - Efinal) > 0 ) {
 
  208             exEnergy=(PrimMom - secondary4Momemtum).mag() - fMass;
 
  219         if(exEnergy < 0.) exEnergy=0.;   
 
  224                               secondary4Momemtum.
vect() - exciton3Momentum;
 
  226 #ifdef G4GPI_debug_excitation 
  227         G4cout << 
"momentum balance" << balance 
 
  230                << 
"secondary       "<< secondary4Momemtum      <<
G4endl 
  231                << 
"captured        "<< captured3Momentum       <<
G4endl 
  232                << 
"wounded         "<< wounded3Momentum        <<
G4endl 
  233                << 
"exciton         "<< exciton3Momentum        <<
G4endl 
  234                << 
"second + exciton"  
  235                << secondary4Momemtum.
vect() + exciton3Momentum << 
G4endl;
 
  243                 std::sqrt(exciton3Momentum.
mag2() + fMass*fMass));
 
  247         G4Fragment anInitialState(anA, aZ, exciton4Momentum);
 
  255         theTotalResult->insert(theTotalResult->end(),aPrecoResult->begin(),
 
  256                                             aPrecoResult->end() );
 
  260     return theTotalResult;
 
  266     G4cout << 
"G4GeneratorPrecompoundInterface: ApplyYourself interface called stand-allone." 
  268     G4cout << 
"This class is only a mediator between generator and precompound"<<
G4endl;
 
  269     G4cout << 
"Please remove from your physics list."<<
G4endl;
 
  270     throw G4HadronicException(__FILE__, __LINE__, 
"SEVERE: G4GeneratorPrecompoundInterface model interface called stand-allone.");
 
  275     outFile << 
"G4GeneratorPrecompoundInterface interfaces a high\n" 
  276             << 
"energy model through the wounded nucleus to precompound de-excition.\n" 
  277             << 
"Low energy protons and neutron present among secondaries produced by \n" 
  278             << 
"the high energy generator and within the nucleus are captured. The wounded\n" 
  279             << 
"nucleus and the captured particles form an excited nuclear fragment. This\n" 
  280             << 
"fragment is passed to the Geant4 pre-compound model for de-excitation.\n" 
  281             << 
"Nuclear de-excitation:\n";
 
  292   G4cout<<
"G4GeneratorPrecompoundInterface::PropagateNuclNucl "<<
G4endl;
 
  300     G4int numberOfEx = 0;
 
  301     G4int numberOfCh = 0;
 
  302     G4int numberOfHoles = 0;
 
  314     while(theCurrentNucleon) {
 
  328   G4cout<<
"Residual Target A Z E* 4mom "<<anA<<
" "<<aZ<<
" "<<exEnergy<<
" " 
  329         <<Target4Momentum<<
G4endl;
 
  334   G4cout<<
"Primary BaryonNumber " 
  338         G4bool ProjectileIsAntiNucleus=
 
  345     G4int numberOfExB = 0;
 
  346     G4int numberOfChB = 0;
 
  347     G4int numberOfHolesB = 0;
 
  359     while(theCurrentNucleon) {
 
  364                      if(!ProjectileIsAntiNucleus)
 
  374                         Projectile4Momentum -=theCurrentNucleon->
Get4Momentum();
 
  380                                   0.3* 
G4double (numberOfHoles + anA);  
 
  382                                    0.3*
G4double (numberOfHolesB + anAb);  
 
  385   G4cout<<
"Projectile residual A Z E* 4mom "<<anAb<<
" "<<aZb<<
" "<<exEnergyB<<
" " 
  386         <<Projectile4Momentum<<
G4endl;
 
  387   G4cout<<
" ExistTargetRemnant ExistProjectileRemnant " 
  388         <<ExistTargetRemnant<<
" "<< ExistProjectileRemnant<<
G4endl;
 
  400         G4KineticTrackVector::iterator iter;
 
  401         for(iter=theSecondaries->begin(); iter !=theSecondaries->end(); ++iter)
 
  406         if( part != proton && part != neutron &&
 
  407                    (part != ANTIproton  && ProjectileIsAntiNucleus) && 
 
  408                    (part != ANTIneutron && ProjectileIsAntiNucleus)   )  
 
  413          theTotalResult->push_back(theNew);
 
  416   secondary4Momemtum += (*iter)->Get4Momentum();
 
  417   G4cout<<
"Secondary  "<<SecondrNum<<
" " 
  419         <<secondary4Momemtum<<
G4endl;
 
  425                 G4bool CanBeCapturedByTarget = 
false;
 
  426         if( part == proton || part == neutron)
 
  428                    CanBeCapturedByTarget = ExistTargetRemnant    &&
 
  430                    (aTrack4Momentum       + Target4Momentum).mag() -
 
  431                     aTrack4Momentum.
mag() - Target4Momentum.
mag())   &&
 
  432                              ((*iter)->GetPosition().mag() < R);
 
  436                                         (*iter)->GetFormationTime());
 
  439                 G4bool CanBeCapturedByProjectile = 
false;
 
  441         if( !ProjectileIsAntiNucleus && 
 
  442                     ( part == proton || part == neutron))
 
  444                    CanBeCapturedByProjectile = ExistProjectileRemnant &&
 
  446                    (aTrack4Momentum       + Projectile4Momentum).mag() -
 
  447                     aTrack4Momentum.
mag() - Projectile4Momentum.
mag())    &&
 
  448                              (Position.vect().mag() < Rb);
 
  451         if( ProjectileIsAntiNucleus && 
 
  452                     ( part == ANTIproton || part == ANTIneutron))
 
  454                    CanBeCapturedByProjectile = ExistProjectileRemnant &&
 
  456                    (aTrack4Momentum       + Projectile4Momentum).mag() -
 
  457                     aTrack4Momentum.
mag() - Projectile4Momentum.
mag())    &&
 
  458                              (Position.vect().mag() < Rb);
 
  461                 if(CanBeCapturedByTarget && CanBeCapturedByProjectile)
 
  464                  { CanBeCapturedByTarget = 
true; CanBeCapturedByProjectile = 
false;} 
 
  466                  { CanBeCapturedByTarget = 
false; CanBeCapturedByProjectile = 
true;}
 
  469                 if(CanBeCapturedByTarget)
 
  475   G4cout<<
"Track is CapturedByTarget "<<
" " 
  476         <<aTrack4Momentum<<
" "<<aTrack4Momentum.
mag()<<
G4endl;
 
  483                  Target4Momentum +=aTrack4Momentum;
 
  485         } 
else if(CanBeCapturedByProjectile)
 
  491  G4cout<<
"Track is CapturedByProjectile"<<
" " 
  492        <<aTrack4Momentum<<
" "<<aTrack4Momentum.
mag()<<
G4endl;
 
  497                  if( ProjectileIsAntiNucleus ) Z=-
Z;
 
  500                  Projectile4Momentum +=aTrack4Momentum;
 
  507          theTotalResult->push_back(theNew);
 
  511   secondary4Momemtum += (*iter)->Get4Momentum();
 
  512   G4cout<<
"Secondary  "<<SecondrNum<<
" " 
  514         <<secondary4Momemtum<<
G4endl;
 
  520     delete theSecondaries;
 
  524  G4cout<<
"Final target residual A Z E* 4mom "<<anA<<
" "<<aZ<<
" " 
  525        <<exEnergy<<
" "<<Target4Momentum<<
G4endl;
 
  533          {Target4Momentum.
setE(fMass);}
 
  538           RemnMass=fMass + exEnergy;
 
  539           Target4Momentum.
setE(std::sqrt(Target4Momentum.
vect().
mag2() +
 
  542          { exEnergy=RemnMass-fMass;}
 
  544          if( exEnergy < 0.) exEnergy=0.;
 
  547          G4Fragment anInitialState(anA, aZ, Target4Momentum);
 
  556      for(
unsigned int ll=0; ll<aPrecoResult->size(); ++ll) 
 
  558             theTotalResult->push_back(aPrecoResult->operator[](ll));
 
  560  G4cout<<
"Tr frag "<<aPrecoResult->operator[](ll)->GetDefinition()->GetParticleName()
 
  561        <<
" "<<aPrecoResult->operator[](ll)->GetMomentum()<<
G4endl;
 
  568         if((anAb == theProjectileNucleus->
GetMassNumber())&& (exEnergyB <= 0.))
 
  572   G4cout<<
"Final projectile residual A Z E* Pmom "<<anAb<<
" "<<aZb<<
" " 
  573         <<exEnergyB<<
" "<<Projectile4Momentum<<
G4endl;
 
  583           RemnMass=fMass + exEnergyB;
 
  584           Projectile4Momentum.
setE(std::sqrt(Projectile4Momentum.
vect().
mag2() +
 
  587          { exEnergyB=RemnMass-fMass;}
 
  589          if( exEnergyB < 0.) exEnergyB=0.;
 
  592          G4Fragment anInitialState(anAb, aZb, Projectile4Momentum);
 
  601      for(
unsigned int ll=0; ll<aPrecoResult->size(); ++ll) 
 
  603           if(ProjectileIsAntiNucleus)
 
  607   G4cout<<
"aPrecoRes  "<<aPrecoResult->operator[](ll)->GetDefinition()->GetParticleName()
 
  608         <<
" "<<aPrecoResult->operator[](ll)->GetMomentum()
 
  609         <<
" "<<aPrecoResult->operator[](ll)->GetTotalEnergy()
 
  610         <<
" "<<aPrecoResult->operator[](ll)->GetMass()<<
G4endl;
 
  623            aPrecoResult->operator[](ll)->SetDefinitionAndUpdateE(LastFragment);
 
  627   G4cout<<
"aPrecoResA "<<aPrecoResult->operator[](ll)->GetDefinition()->GetParticleName()
 
  628         <<
" "<<aPrecoResult->operator[](ll)->GetMomentum()
 
  629         <<
" "<<aPrecoResult->operator[](ll)->GetTotalEnergy()
 
  630         <<
" "<<aPrecoResult->operator[](ll)->GetMass()<<
G4endl;
 
  632       theTotalResult->push_back(aPrecoResult->operator[](ll));
 
  638         return theTotalResult;
 
static G4AntiTriton * AntiTritonDefinition()
 
static G4AntiHe3 * AntiHe3()
 
Hep3Vector boostVector() const 
 
static G4double GetNuclearMass(const G4double A, const G4double Z)
 
G4GeneratorPrecompoundInterface(G4VPreCompoundModel *p=0)
 
virtual G4int GetCharge()=0
 
const G4HadProjectile * GetPrimaryProjectile() const 
 
virtual G4ReactionProductVector * DeExcite(G4Fragment &aFragment)=0
 
virtual G4double GetNuclearRadius()=0
 
virtual G4ReactionProductVector * Propagate(G4KineticTrackVector *theSecondaries, G4V3DNucleus *theNucleus)
 
virtual G4bool StartLoop()=0
 
static G4AntiDeuteron * AntiDeuteron()
 
void SetMomentum(const G4double x, const G4double y, const G4double z)
 
virtual G4int GetMassNumber()=0
 
virtual void PropagateModelDescription(std::ostream &) const 
 
void SetNumberOfHoles(G4int valueTot, G4int valueP=0)
 
static G4AntiDeuteron * AntiDeuteronDefinition()
 
virtual const G4LorentzVector & Get4Momentum() const 
 
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus)
 
static G4AntiAlpha * AntiAlpha()
 
static G4AntiProton * AntiProtonDefinition()
 
static G4AntiNeutron * AntiNeutronDefinition()
 
const G4String & GetParticleName() const 
 
G4ParticleDefinition * GetDefinition() const 
 
std::vector< G4ReactionProduct * > G4ReactionProductVector
 
G4GLOB_DLL std::ostream G4cout
 
ParticleList decay(Cluster *const c)
Carries out a cluster decay. 
 
const G4ParticleDefinition * GetDefinition() const 
 
static G4AntiProton * AntiProton()
 
HepLorentzVector & boost(double, double, double)
 
void SetTotalEnergy(const G4double en)
 
static G4Triton * Triton()
 
static G4Proton * Proton()
 
static G4Neutron * Neutron()
 
void SetNumberOfParticles(G4int value)
 
virtual G4ReactionProductVector * PropagateNuclNucl(G4KineticTrackVector *theSecondaries, G4V3DNucleus *theNucleus, G4V3DNucleus *theProjectileNucleus)
 
const G4LorentzVector & Get4Momentum() const 
 
static G4Deuteron * Deuteron()
 
static G4AntiHe3 * AntiHe3Definition()
 
G4HadronicInteraction * FindModel(const G4String &name)
 
static G4HadronicInteractionRegistry * Instance()
 
G4VPreCompoundModel * theDeExcitation
 
void SetDeExcitation(G4VPreCompoundModel *ptr)
 
static G4AntiAlpha * AntiAlphaDefinition()
 
virtual G4ParticleDefinition * GetDefinition() const 
 
virtual G4Nucleon * GetNextNucleon()=0
 
virtual ~G4GeneratorPrecompoundInterface()
 
void SetNumberOfCharged(G4int value)
 
static G4AntiTriton * AntiTriton()
 
G4double GetPDGCharge() const 
 
G4double GetBindingEnergy() const 
 
static G4AntiNeutron * AntiNeutron()
 
G4int GetBaryonNumber() const