Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (15 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

Location:
trunk/source/processes/hadronic/cross_sections
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/cross_sections/GNUmakefile

    r819 r1196  
    1 # $Id: GNUmakefile,v 1.6 2006/07/20 12:48:28 grichine Exp $
     1# $Id: GNUmakefile,v 1.10 2009/11/17 08:55:50 gcosmo Exp $
    22# ----------------------------------------------------------------
    33# GNUmakefile for hadronic management library.  G.Folger 10-Dec-97
  • trunk/source/processes/hadronic/cross_sections/History

    r1055 r1196  
    1414     * Please list in reverse chronological order (last date on top)
    1515     ---------------------------------------------------------------
     16
     1720 Nov 2009 Vladimir Ivanchenko (hadr-cross-V09-02-14)
     18------------------------------------------------------------
     19- use as a default hadron-nucleon cross section parameterisation
     20  of Nikolay Starkov in G4GlauberGribovCrossSection,
     21  G4GGNuclNuclCrossSection, G4NeutronElasticXS, G4NeutronInelasticXS,
     22  G4BGGNucleonElasticXS, G4BGGNucleonInelasticXS, G4BGGPionElasticXS,
     23  G4BGGPionInelasticXS
     24
     2519 Nov 2009 Vladimir Ivanchenko (hadr-cross-V09-02-13)
     26------------------------------------------------------------
     27- restored head version of hadr-cross-V09-02-06 for all files, added
     28  bug fixes for G4BGGXX classes and added back new G4NeutronXXXS
     29  cross sections
     30
     3117 Nov 2009 Mikhail Kosov (hadr-cross-V09-02-12)
     32------------------------------------------------------------
     33- CHIPS-cross_sections dependent classes are temporary moved to
     34  source/processes/hadronic/models/chiral_inv_phase_space/xs_dependent
     35  directory (till the beter place for CHIPS physics package is found)
     36
     3716 Nov 2009 Mikhail Kosov (hadr-cross-V09-02-11)
     38------------------------------------------------------------
     39- dependency on CHIPS-cross_sections
     40
     4112 Nov 2009 Vladimir Ivanchenko (hadr-cross-V09-02-10)
     42------------------------------------------------------------
     43- added G4NeutronElasticXS, G4NeutronInelasticXS, G4NeutronCaptureXS
     44
     4511 Nov 2009 Mikhail Kosov (hadr-cross-V09-02-09)
     46------------------------------------------------------------
     47- CHIPS inelastic XS implementation in a form of G4VCrossSectionDataSet
     48
     494 Nov 2009 Mikhail Kosov (hadr-cross-V09-02-08)
     50------------------------------------------------------------
     51- Resolving of the circular dependency with CHIPS for the previous tag
     52
     5323 Oct 2009 Mikhail Kosov (hadr-cross-V09-02-07)
     54------------------------------------------------------------
     55- in G4GlauberGribovCrossSection, G4GGNuclNuclCrossSection, G4HadronNucleonXsc
     56  the CHIPS hN cross-sections are used directly instead of three times replication
     57
     5812 Aug 2009 Vladimir Ivanchenko (hadr-cross-V09-02-06)
     59------------------------------------------------------------
     60- G4CrossSectionDataSetRegistry - return to more simple variant of
     61                                  deletion, because of problem for
     62                                  specific PhysicsLists
     63
     6408 Aug 2009 Vladimir Ivanchenko (hadr-cross-V09-02-05)
     65------------------------------------------------------------
     66- G4TripathiLightIonCrossSection - add simple check that X-section is
     67                              positive and remove not optimal control
     68- G4TripathiCrossSection - added constructor and destructor
     69- G4CrossSectionDataSetRegistry - use pure stl commands to remove elements
     70                                  of stl vector
    1671
    177221 March 2009 Vladimir Ivanchenko (hadr-cross-V09-02-04)
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGNucleonElasticXS.hh

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGNucleonElasticXS.hh,v 1.2 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGNucleonElasticXS.hh,v 1.5 2009/11/19 11:41:30 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGNucleonInelasticXS.hh

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGNucleonInelasticXS.hh,v 1.2 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGNucleonInelasticXS.hh,v 1.6 2009/11/19 11:44:46 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    125125                                               G4double /*Z*/, G4double/* A*/)
    126126{
    127   return true;
     127  return false;
    128128  //  return (dp->GetDefinition() == particle);
    129129}
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGPionElasticXS.hh

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGPionElasticXS.hh,v 1.2 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGPionElasticXS.hh,v 1.5 2009/11/19 11:46:13 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    125125                                          G4double /*Z*/, G4double/* A*/)
    126126{
    127   return true;
     127  return false;
    128128  //  return (dp->GetDefinition() == particle);
    129129}
  • trunk/source/processes/hadronic/cross_sections/include/G4BGGPionInelasticXS.hh

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGPionInelasticXS.hh,v 1.2 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGPionInelasticXS.hh,v 1.5 2009/11/19 11:47:19 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    125125                                            G4double /*Z*/, G4double/* A*/)
    126126{
    127   return true;
     127  return false;
    128128  // return (dp->GetDefinition() == particle);
    129129}
  • trunk/source/processes/hadronic/cross_sections/include/G4CrossSectionDataSetRegistry.hh

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4CrossSectionDataSetRegistry.hh,v 1.2 2009/02/14 19:22:19 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4CrossSectionDataSetRegistry.hh,v 1.3 2009/08/08 16:21:31 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    7676  static G4CrossSectionDataSetRegistry* theInstance;
    7777 
    78   G4int nxs;
    7978  std::vector <G4VCrossSectionDataSet*> xSections;
    8079
  • trunk/source/processes/hadronic/cross_sections/include/G4CrossSectionDataStore.hh

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

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

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

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

    r819 r1196  
    4343   public:
    4444   
     45  G4TripathiCrossSection();
     46  ~G4TripathiCrossSection();
     47
    4548   virtual
    4649   G4bool IsApplicable(const G4DynamicParticle* aPart, const G4Element*)
  • trunk/source/processes/hadronic/cross_sections/include/G4VCrossSectionDataSet.hh

    r1055 r1196  
    2525//
    2626// $Id: G4VCrossSectionDataSet.hh,v 1.13 2009/01/24 11:54:47 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/src/G4BGGNucleonElasticXS.cc

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGNucleonElasticXS.cc,v 1.3 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGNucleonElasticXS.cc,v 1.5 2009/11/19 12:30:48 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/src/G4BGGNucleonInelasticXS.cc

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGNucleonInelasticXS.cc,v 1.3 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGNucleonInelasticXS.cc,v 1.5 2009/11/19 12:28:56 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/src/G4BGGPionElasticXS.cc

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGPionElasticXS.cc,v 1.3 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGPionElasticXS.cc,v 1.5 2009/11/19 12:27:22 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/src/G4BGGPionInelasticXS.cc

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4BGGPionInelasticXS.cc,v 1.3 2008/12/01 16:50:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// $Id: G4BGGPionInelasticXS.cc,v 1.6 2009/11/19 12:24:41 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// -------------------------------------------------------------------
     
    9494
    9595    if( A < 1.5) {
    96       //fHadron->GetHadronNucleonXscPDG(dp, G4Proton::Proton());
    97       //fHadron->GetHadronNucleonXscEL(dp, G4Proton::Proton());
    98       fHadron->GetHadronNucleonXscNS(dp, G4Proton::Proton());
    99       //fHadron->GetHadronNucleonXscVU(dp, G4Proton::Proton());
    100       //fHadron->GetHadronNucleonXscMK(dp, G4Proton::Proton());
     96      fHadron->GetHadronNucleonXscMK(dp, G4Proton::Proton());
    10197      cross = fHadron->GetInelasticHadronNucleonXsc();
    10298    } else {
    103       fHadron->GetHadronNucleonXscNS(dp, G4Proton::Proton());
     99      fHadron->GetHadronNucleonXscMK(dp, G4Proton::Proton());
    104100      cross = fHadron->GetInelasticHadronNucleonXsc();
    105       fHadron->GetHadronNucleonXscNS(dp, G4Neutron::Neutron());
     101      fHadron->GetHadronNucleonXscMK(dp, G4Neutron::Neutron());
    106102      cross += fHadron->GetInelasticHadronNucleonXsc();
    107103    }
  • trunk/source/processes/hadronic/cross_sections/src/G4CrossSectionDataSetRegistry.cc

    r1055 r1196  
    2525//
    2626//
    27 // $Id: G4CrossSectionDataSetRegistry.cc,v 1.3 2009/02/25 16:27:36 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     27// $Id: G4CrossSectionDataSetRegistry.cc,v 1.5 2009/08/12 20:25:10 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030// -------------------------------------------------------------------
     
    5555
    5656G4CrossSectionDataSetRegistry::G4CrossSectionDataSetRegistry()
    57 {
    58   nxs = 0;
    59 }
     57{}
    6058
    6159G4CrossSectionDataSetRegistry::~G4CrossSectionDataSetRegistry()
     
    6664void G4CrossSectionDataSetRegistry::Clean()
    6765{
    68   if(0 == nxs) return;
    69   for (G4int i=0; i<nxs; i++) {
    70     if( xSections[i] ) {
    71       delete xSections[i];
    72       xSections[i] = 0;
     66  size_t n = xSections.size();
     67  if(n > 0) {
     68    for (size_t i=0; i<n; ++i) {
     69      if(xSections[i]) delete xSections[i];
    7370    }
     71    xSections.clear();
    7472  }
    75   nxs = 0;
    7673}
    7774
    7875void G4CrossSectionDataSetRegistry::Register(G4VCrossSectionDataSet* p)
    7976{
    80   if(nxs > 0) {
    81     for (G4int i=0; i<nxs; i++) {
    82       if( p == xSections[i] ) return;
     77  if(!p) return;
     78  size_t n = xSections.size();
     79  if(n > 0) {
     80    for (size_t i=0; i<n; ++i) {
     81      if(xSections[i] == p) return;
    8382    }
    8483  }
    8584  xSections.push_back(p);
    86   nxs++;
    8785}
    8886
    8987void G4CrossSectionDataSetRegistry::DeRegister(G4VCrossSectionDataSet* p)
    9088{
    91   if(nxs > 0) {
    92     for (G4int i=0; i<nxs; i++) {
    93       if( p == xSections[i] ) {
    94         xSections[i] = 0;
     89  if(!p) return;
     90  size_t n = xSections.size();
     91  if(n > 0) {
     92    for (size_t i=0; i<n; ++i) {
     93      if(xSections[i] == p) {
     94        xSections[i] = 0;
     95        if(i == n-1) xSections.pop_back();
    9596        return;
    9697      }
  • trunk/source/processes/hadronic/cross_sections/src/G4CrossSectionDataStore.cc

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

    r1055 r1196  
    2626//
    2727// $Id: G4ElectroNuclearCrossSection.cc,v 1.29 2008/10/24 19:15:17 dennis Exp $
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/processes/hadronic/cross_sections/src/G4HadronCaptureDataSet.cc

    r1055 r1196  
    2626//
    2727// $Id: G4HadronCaptureDataSet.cc,v 1.8 2006/06/29 19:57:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/processes/hadronic/cross_sections/src/G4HadronCrossSections.cc

    r1055 r1196  
    2525//
    2626//
    27 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//
  • trunk/source/processes/hadronic/cross_sections/src/G4HadronElasticDataSet.cc

    r1055 r1196  
    2626//
    2727// $Id: G4HadronElasticDataSet.cc,v 1.8 2006/06/29 19:57:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/processes/hadronic/cross_sections/src/G4HadronFissionDataSet.cc

    r1055 r1196  
    2626//
    2727// $Id: G4HadronFissionDataSet.cc,v 1.8 2006/06/29 19:57:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/processes/hadronic/cross_sections/src/G4HadronInelasticDataSet.cc

    r1055 r1196  
    2626//
    2727// $Id: G4HadronInelasticDataSet.cc,v 1.8 2006/06/29 19:57:43 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/processes/hadronic/cross_sections/src/G4NucleonNuclearCrossSection.cc

    r819 r1196  
    3232// Modified:
    3333// 05.03.07 V.Ivanchenko - add IfZAApplicable, remove "debug"
     34// 11.09.09 V.Ivanchenko - fixed bug in interpolation
    3435//
    3536
    3637#include "G4NucleonNuclearCrossSection.hh"
    37 //#include "G4HadronicException.hh"
    38 //#include "G4HadTmpUtil.hh"
    3938#include "G4Neutron.hh"
    4039#include "G4Proton.hh"
    41 //#include "G4ping.hh"
    4240
    4341// Group 1: He, Be, C for 44 energies 
     
    602600   size_t it = 0;
    603601
    604    while( it < theZ.size() && Z > theZ[it] ) it++;
    605 
    606    // if( Z == 29 ) tuning=.96;
     602   while( it < theZ.size() && Z > theZ[it] ) {++it;}
     603   if(it >= theZ.size()) it = theZ.size() - 1;
    607604
    608605   if( Z > theZ[it] ) Z = theZ[it];
     
    721718  // More precise average
    722719  if(Z1 != Z2) {
    723     G4double alp1 = G4double(Z - Z1);
    724     G4double alp2 = G4double(Z2 - Z);
     720    G4double alp1 = (A[Z-1] - A[Z1-1]);
     721    G4double alp2 = (A[Z2-1] - A[Z-1]);
    725722    result = (r1*alp2 + r2*alp1)/(alp1 + alp2);
    726723  }
  • trunk/source/processes/hadronic/cross_sections/src/G4PhotoNuclearCrossSection.cc

    r1055 r1196  
    2626//
    2727// The lust update: M.V. Kossov, CERN/ITEP(Moscow) 17-June-02
    28 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/processes/hadronic/cross_sections/src/G4PiData.cc

    r1055 r1196  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
     26// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2727//
    2828// --------------------------------------------------------------------
  • trunk/source/processes/hadronic/cross_sections/src/G4TripathiCrossSection.cc

    r1055 r1196  
    3434#include "G4IonTable.hh"
    3535#include "G4HadTmpUtil.hh"
     36
     37G4TripathiCrossSection::G4TripathiCrossSection()
     38{
     39  //  G4cout <<"New G4TripathiCrossSection " << this << G4endl;
     40}
     41G4TripathiCrossSection::~G4TripathiCrossSection()
     42{}
    3643
    3744G4double G4TripathiCrossSection::
  • trunk/source/processes/hadronic/cross_sections/src/G4TripathiLightCrossSection.cc

    r1055 r1196  
    291291           std::pow((std::pow(AT,third) + std::pow(AP,third) + deltaE),2.0) *
    292292           (1.0 - R_c*B/E_cm) * X_m;
     293  if(result < 0.0) result = 0.0;
     294  /*
    293295  if (!lowEnergyCheck)
    294296  {
     
    307309    }
    308310  }
    309 
     311  */
    310312  return result;
    311313}
  • trunk/source/processes/hadronic/cross_sections/src/G4UPiNuclearCrossSection.cc

    r962 r1196  
    3333// 05.03.07 V.Ivanchenko - fix weight for interpolation
    3434// 13.03.07 V.Ivanchenko - cleanup at low energies
     35// 11.09.09 V.Ivanchenko - fixed bug in interpolation
    3536//
    3637
     
    99100{
    100101  G4double res = 0.0;
    101   G4bool b;
    102102  G4int idx;
    103103  G4int iz = G4int(Z + 0.5);
     
    107107  G4int iz2 = theZ[idx];
    108108
    109   G4double x2 = (((*table)[idx])->GetValue(ekin, b))*APower[iz]/APower[iz2];
     109  G4double x2 = (((*table)[idx])->Value(ekin))*APower[iz]/APower[iz2];
    110110
    111111  // use only one Z
     
    117117
    118118    G4int iz1 = theZ[idx-1];
    119     G4double x1 = (((*table)[idx-1])->GetValue(ekin, b))*APower[iz]/APower[iz1];
     119    G4double x1 = (((*table)[idx-1])->Value(ekin))*APower[iz]/APower[iz1];
    120120    G4double w1 = A - theA[idx-1];
    121121    G4double w2 = theA[idx] - A;
    122     res = (w1*x1 + w2*x2)/(w1 + w2);
     122    res = (w1*x2 + w2*x1)/(w1 + w2);
    123123  }
    124124  return res;
     
    132132{
    133133  G4LPhysicsFreeVector* pvin = new G4LPhysicsFreeVector(n,e[0]*GeV,e[n-1]*GeV);
    134   //pvin->SetSpline(true);
     134  pvin->SetSpline(true);
    135135  G4LPhysicsFreeVector* pvel = new G4LPhysicsFreeVector(n,e[0]*GeV,e[n-1]*GeV);
    136   //pvel->SetSpline(true);
     136  pvel->SetSpline(true);
    137137  for(G4int i=0; i<n; i++) {
    138138    pvin->PutValues(i,e[i]*GeV,in[i]*millibarn);
  • trunk/source/processes/hadronic/cross_sections/src/G4VCrossSectionDataSet.cc

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