Ignore:
Timestamp:
Jan 8, 2010, 11:56:51 AM (16 years ago)
Author:
garnier
Message:

update geant4.9.3 tag

Location:
trunk/source/processes/hadronic/cross_sections/include
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGNucleonElasticXS.hh

    r1196 r1228  
    2525//
    2626// $Id: G4BGGNucleonElasticXS.hh,v 1.5 2009/11/19 11:41:30 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGNucleonInelasticXS.hh

    r1196 r1228  
    2525//
    2626// $Id: G4BGGNucleonInelasticXS.hh,v 1.6 2009/11/19 11:44:46 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGPionElasticXS.hh

    r1196 r1228  
    2525//
    2626// $Id: G4BGGPionElasticXS.hh,v 1.5 2009/11/19 11:46:13 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGPionInelasticXS.hh

    r1196 r1228  
    2525//
    2626// $Id: G4BGGPionInelasticXS.hh,v 1.5 2009/11/19 11:47:19 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4CrossSectionDataSetRegistry.hh

    r1196 r1228  
    2525//
    2626// $Id: G4CrossSectionDataSetRegistry.hh,v 1.3 2009/08/08 16:21:31 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4CrossSectionDataStore.hh

    r1196 r1228  
    2525//
    2626// $Id: G4CrossSectionDataStore.hh,v 1.14 2009/01/24 11:54:47 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4ElectroNuclearCrossSection.hh

    r1196 r1228  
    2525//
    2626//
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929//
  • trunk/source/processes/hadronic/cross_sections/include/G4GGNuclNuclCrossSection.hh

    r1055 r1228  
    9292  G4double GetHadronNucleonXscPDG(const G4DynamicParticle*, G4double At, G4double Zt);
    9393
    94 
    95 
    96 
    9794  // G4double GetHadronNucleonXscNS(const G4DynamicParticle*, const G4Element*);
    9895  // G4double GetHadronNucleonXscNS(const G4DynamicParticle*,G4double At, G4double Zt);
    9996
    100 
    101 
    102 
    10397  G4double GetHadronNucleonXscNS(G4ParticleDefinition*,G4double pTkin, G4ParticleDefinition*);
    104 
    105 
    106 
    107 
    108 
    109 
    11098
    11199  // G4double GetHNinelasticXsc(const G4DynamicParticle*, const G4Element*);
     
    113101
    114102  G4double GetHNinelasticXscVU(const G4DynamicParticle*, G4double At, G4double Zt);
    115 
    116   G4double GetHadronNucleonXscMK(G4ParticleDefinition* pParticle, G4double pTkin,
    117                                  G4ParticleDefinition* nucleon  );
    118103
    119104  G4double CalculateEcmValue ( const G4double , const G4double , const G4double );
  • trunk/source/processes/hadronic/cross_sections/include/G4GlauberGribovCrossSection.hh

    r962 r1228  
    9898  G4double GetHNinelasticXsc(const G4DynamicParticle*, G4double At, G4double Zt);
    9999  G4double GetHNinelasticXscVU(const G4DynamicParticle*, G4double At, G4double Zt);
    100   G4double GetHadronNucleonXscMK(const G4DynamicParticle* aParticle,
    101                                  const G4ParticleDefinition* nucleon  );
    102100
    103101  G4double CalculateEcmValue ( const G4double , const G4double , const G4double );
  • trunk/source/processes/hadronic/cross_sections/include/G4HadronCrossSections.hh

    r1196 r1228  
    2525//
    2626//
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929//
  • trunk/source/processes/hadronic/cross_sections/include/G4HadronNucleonXsc.hh

    r819 r1228  
    6161  G4bool IsZAApplicable(const G4DynamicParticle* aDP, G4double Z, G4double A);
    6262
    63 
    64 
    65 
    6663  virtual
    6764  void DumpPhysicsTable(const G4ParticleDefinition&)
     
    7774
    7875  G4double GetHadronNucleonXscVU(const G4DynamicParticle*, const G4ParticleDefinition*);
    79 
    80   G4double GetHadronNucleonXscMK(const G4DynamicParticle*, const G4ParticleDefinition*);
    8176
    8277  // kinematics and set/get
  • trunk/source/processes/hadronic/cross_sections/include/G4NeutronCaptureXS.hh

    r1197 r1228  
    2525//
    2626// $Id: G4NeutronCaptureXS.hh,v 1.1 2009/11/12 00:36:01 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4NeutronElasticXS.hh

    r1197 r1228  
    2525//
    2626// $Id: G4NeutronElasticXS.hh,v 1.3 2009/11/19 11:51:46 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4NeutronInelasticCrossSection.hh

    r819 r1228  
    2626// by JPW, working, but to be cleaned up. @@@@
    2727// D. Wright, 23-Dec-2006 Added isotope dependence
     28// G.Folger, 25-Nov-2009: extend to 100TeV, using a constant above 20GeV
    2829//
    2930
     
    5152     G4bool result = false;
    5253     if(( aPart->GetDefinition()==G4Neutron::Neutron()) &&
    53         ( aPart->GetKineticEnergy()<20*GeV) &&
     54        ( aPart->GetKineticEnergy()<100*TeV) &&
    5455          aPart->GetKineticEnergy()>19.9*MeV) result = true;
    5556     if(aEle->GetZ()<2) result = false;
     
    6263     G4bool result = false;
    6364     if(( aPart->GetDefinition() == G4Neutron::Neutron()) &&
    64         ( aPart->GetKineticEnergy() < 20*GeV) &&
     65        ( aPart->GetKineticEnergy() < 100*TeV) &&
    6566          aPart->GetKineticEnergy() > 19.9*MeV) result = true;
    6667     if(ZZ < 2) result = false;
  • trunk/source/processes/hadronic/cross_sections/include/G4NeutronInelasticXS.hh

    r1197 r1228  
    2525//
    2626// $Id: G4NeutronInelasticXS.hh,v 1.3 2009/11/19 11:52:27 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4PhotoNuclearCrossSection.hh

    r1196 r1228  
    2525//
    2626//
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929//
  • trunk/source/processes/hadronic/cross_sections/include/G4PiNuclearCrossSection.hh

    r819 r1228  
    4848    if(aParticle->GetDefinition() == G4PionPlus::PionPlus())   result=true;
    4949    if(G4lrint(anElement->GetZ()) == 1) result = false;
    50     if(aParticle->GetKineticEnergy() > 999.9*GeV) result=false;
     50    if(aParticle->GetKineticEnergy() > 99.9*TeV) result=false;
    5151    return result;
    5252  }
     
    5959    if(particle->GetDefinition() == G4PionPlus::PionPlus())   result=true;
    6060    if(G4lrint(ZZ) == 1) result = false;
    61     if(particle->GetKineticEnergy() > 999.9*GeV) result=false;
     61    if(particle->GetKineticEnergy() > 99.9*TeV) result=false;
    6262    return result;
    6363  }
  • trunk/source/processes/hadronic/cross_sections/include/G4ProtonInelasticCrossSection.hh

    r819 r1228  
    2727// G.Folger, 29-sept-2006: extend to 1TeV, using a constant above 20GeV
    2828// D. Wright, 23-Dec-2006: added isotope dependence
     29// G.Folger, 25-Nov-2009: extend to 100TeV, using a constant above 20GeV
    2930//
    3031
     
    5657     G4bool result = false;
    5758     if(( aPart->GetDefinition()==G4Proton::Proton()) &&
    58         ( aPart->GetKineticEnergy()<1*TeV) ) result = true;
     59        ( aPart->GetKineticEnergy()<100*TeV) ) result = true;
    5960     if(aEle->GetZ()<3) result = false;
    6061     return result;
     
    6667     G4bool result = false;
    6768     if (( aParticle->GetDefinition() == G4Proton::Proton()) &&
    68          ( aParticle->GetKineticEnergy() < 1*TeV) ) result = true;
     69         ( aParticle->GetKineticEnergy() < 100*TeV) ) result = true;
    6970     if (ZZ < 3) result = false;
    7071     return result;
  • trunk/source/processes/hadronic/cross_sections/include/G4VCrossSectionDataSet.hh

    r1196 r1228  
    2525//
    2626// $Id: G4VCrossSectionDataSet.hh,v 1.13 2009/01/24 11:54:47 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03 $
    2828//
    2929// -------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.