Ignore:
Timestamp:
Apr 17, 2009, 11:01:04 AM (15 years ago)
Author:
garnier
Message:

fichiers manquants

Location:
trunk/source/physics_lists
Files:
6 added
153 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/GNUmakefile

    r825 r988  
    1 # $Id: GNUmakefile,v 1.5 2006/12/05 16:16:12 gcosmo Exp $
     1# $Id: GNUmakefile,v 1.6 2008/12/05 15:14:20 gcosmo Exp $
    22# ----------------------------------------------------------------------
    33# GNUmakefile for physicslists library, Gunter Folger 25-October 2006
     
    99SUBDIRS += builders
    1010
    11 GLOBLIBS  = libG4processes.lib libG4digits_hits.lib libG4track.lib
    12 GLOBLIBS += libG4particles.lib libG4geometry.lib
     11GLOBLIBS  = libG4run.lib libG4processes.lib libG4digits_hits.lib
     12GLOBLIBS += libG4track.lib libG4particles.lib libG4geometry.lib
    1313GLOBLIBS += libG4materials.lib libG4graphics_reps.lib
    1414GLOBLIBS += libG4intercoms.lib libG4global.lib
  • trunk/source/physics_lists/History

    r921 r988  
    1 $Id: History,v 1.74 2008/12/01 17:04:13 vnivanch Exp $
     1$Id: History,v 1.78 2009/02/19 12:49:56 vnivanch Exp $
    22-------------------------------------------------------------------
    33
     
    1515     * Reverse chronological order (last date on top), please *
    1616     ----------------------------------------------------------
     17
     1816-02-2009, V.Ivanchenko phys-lists-V09-02-01
     19G4IonBinaryCascadePhysics - use Shen cross section only if Tripathi is
     20                            not applicable (fixed order of x-sections)
     21G4HadronInelasticQBBC - use G4StringChipsParticleLevelInterface instead of
     22                        obsolete G4StringChipsInterface
     23
     2405-02-2009, V.Ivanchenko phys-lists-V09-02-00
     25G4MiscLHEPBuilder - create processes by "new" in order to have proper deletion
     26  at the end of run
     27
     2805-12-2008, G.Cosmo phys-lists-V09-01-20
     29- Added missing dependency to "run" category in GLOBLIBS for DLL parsing
     30  induced by G4PhysicsListFactory which now brings in dependency on
     31  G4VModularPhysicsList.
    1732
    183301-12-2008, V.Ivanchenko phys-lists-V09-01-19
  • trunk/source/physics_lists/builders/include/G4DecayPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4DecayPhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4EmExtraPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4EmExtraPhysics.hh,v 1.2 2007/11/15 18:08:11 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4EmMessenger.hh

    r850 r988  
    2525//
    2626// $Id: G4EmMessenger.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4EmStandardPhysics.hh

    r850 r988  
    2626//
    2727// $Id: G4EmStandardPhysics.hh,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4EmStandardPhysics_option1.hh

    r850 r988  
    2626//
    2727// $Id: G4EmStandardPhysics_option1.hh,v 1.1 2007/05/16 11:35:36 vnivanch Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4EmStandardPhysics_option2.hh

    r850 r988  
    2626//
    2727// $Id: G4EmStandardPhysics_option2.hh,v 1.1 2007/05/16 11:35:36 vnivanch Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4HadronDElasticPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4HadronDElasticPhysics.hh,v 1.1 2007/11/13 16:19:52 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4HadronElasticPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4HadronElasticPhysics.hh,v 1.4 2006/11/23 15:46:04 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4HadronHElasticPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4HadronHElasticPhysics.hh,v 1.2 2007/11/15 18:08:11 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4HadronQElasticPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4HadronQElasticPhysics.hh,v 1.1 2006/11/17 19:19:40 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4IonBinaryCascadePhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4IonBinaryCascadePhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4IonPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4IonPhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4LEPNeutronBuilder.hh

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4LEPPiKBuilder.hh

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4LEPProtonBuilder.hh

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4LHEPStoppingPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4LHEPStoppingPhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4MiscLHEPBuilder.hh

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
     
    102102 
    103103    // anti-proton
    104     G4AntiProtonInelasticProcess theAntiProtonInelastic;
     104    G4AntiProtonInelasticProcess* theAntiProtonInelastic;
    105105    G4LEAntiProtonInelastic* theLEAntiProtonModel;
    106106    G4HEAntiProtonInelastic* theHEAntiProtonModel;
    107107
    108108    // anti-neutron
    109     G4AntiNeutronInelasticProcess  theAntiNeutronInelastic;
     109    G4AntiNeutronInelasticProcess*  theAntiNeutronInelastic;
    110110    G4LEAntiNeutronInelastic* theLEAntiNeutronModel;
    111111    G4HEAntiNeutronInelastic* theHEAntiNeutronModel;
    112112
    113113    // Lambda
    114     G4LambdaInelasticProcess  theLambdaInelastic;
     114    G4LambdaInelasticProcess*  theLambdaInelastic;
    115115    G4LELambdaInelastic*  theLELambdaModel;
    116116    G4HELambdaInelastic*  theHELambdaModel;
    117117
    118118    // AntiLambda
    119     G4AntiLambdaInelasticProcess  theAntiLambdaInelastic;
     119    G4AntiLambdaInelasticProcess*  theAntiLambdaInelastic;
    120120    G4LEAntiLambdaInelastic*  theLEAntiLambdaModel;
    121121    G4HEAntiLambdaInelastic*  theHEAntiLambdaModel;
    122122
    123123    // SigmaMinus
    124     G4SigmaMinusInelasticProcess  theSigmaMinusInelastic;
     124    G4SigmaMinusInelasticProcess*  theSigmaMinusInelastic;
    125125    G4LESigmaMinusInelastic*  theLESigmaMinusModel;
    126126    G4HESigmaMinusInelastic*  theHESigmaMinusModel;
    127127
    128128    // AntiSigmaMinus
    129     G4AntiSigmaMinusInelasticProcess  theAntiSigmaMinusInelastic;
     129    G4AntiSigmaMinusInelasticProcess*  theAntiSigmaMinusInelastic;
    130130    G4LEAntiSigmaMinusInelastic*  theLEAntiSigmaMinusModel;
    131131    G4HEAntiSigmaMinusInelastic*  theHEAntiSigmaMinusModel;
    132132
    133133    // SigmaPlus
    134     G4SigmaPlusInelasticProcess  theSigmaPlusInelastic;
     134    G4SigmaPlusInelasticProcess*  theSigmaPlusInelastic;
    135135    G4LESigmaPlusInelastic*  theLESigmaPlusModel;
    136136    G4HESigmaPlusInelastic*  theHESigmaPlusModel;
    137137
    138138    // AntiSigmaPlus
    139     G4AntiSigmaPlusInelasticProcess  theAntiSigmaPlusInelastic;
     139    G4AntiSigmaPlusInelasticProcess*  theAntiSigmaPlusInelastic;
    140140    G4LEAntiSigmaPlusInelastic*  theLEAntiSigmaPlusModel;
    141141    G4HEAntiSigmaPlusInelastic*  theHEAntiSigmaPlusModel;
    142142
    143143    // XiZero
    144     G4XiZeroInelasticProcess  theXiZeroInelastic;
     144    G4XiZeroInelasticProcess*  theXiZeroInelastic;
    145145    G4LEXiZeroInelastic*  theLEXiZeroModel;
    146146    G4HEXiZeroInelastic*  theHEXiZeroModel;
    147147
    148148    // AntiXiZero
    149     G4AntiXiZeroInelasticProcess  theAntiXiZeroInelastic;
     149    G4AntiXiZeroInelasticProcess*  theAntiXiZeroInelastic;
    150150    G4LEAntiXiZeroInelastic*  theLEAntiXiZeroModel;
    151151    G4HEAntiXiZeroInelastic*  theHEAntiXiZeroModel;
    152152
    153153    // XiMinus
    154     G4XiMinusInelasticProcess  theXiMinusInelastic;
     154    G4XiMinusInelasticProcess*  theXiMinusInelastic;
    155155    G4LEXiMinusInelastic*  theLEXiMinusModel;
    156156    G4HEXiMinusInelastic*  theHEXiMinusModel;
    157157
    158158    // AntiXiMinus
    159     G4AntiXiMinusInelasticProcess  theAntiXiMinusInelastic;
     159    G4AntiXiMinusInelasticProcess*  theAntiXiMinusInelastic;
    160160    G4LEAntiXiMinusInelastic*  theLEAntiXiMinusModel;
    161161    G4HEAntiXiMinusInelastic*  theHEAntiXiMinusModel;
    162162
    163163    // OmegaMinus
    164     G4OmegaMinusInelasticProcess  theOmegaMinusInelastic;
     164    G4OmegaMinusInelasticProcess*  theOmegaMinusInelastic;
    165165    G4LEOmegaMinusInelastic*  theLEOmegaMinusModel;
    166166    G4HEOmegaMinusInelastic*  theHEOmegaMinusModel;
    167167
    168168    // AntiOmegaMinus
    169     G4AntiOmegaMinusInelasticProcess  theAntiOmegaMinusInelastic;
     169    G4AntiOmegaMinusInelasticProcess*  theAntiOmegaMinusInelastic;
    170170    G4LEAntiOmegaMinusInelastic*  theLEAntiOmegaMinusModel;
    171171    G4HEAntiOmegaMinusInelastic*  theHEAntiOmegaMinusModel;
  • trunk/source/physics_lists/builders/include/G4NeutronBuilder.hh

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4NeutronTrackingCut.hh

    r921 r988  
    2525//
    2626// $Id: G4NeutronTrackingCut.hh,v 1.2 2008/09/17 18:19:15 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4PiKBuilder.hh

    r850 r988  
    2525//
    2626// $Id: G4PiKBuilder.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4ProtonBuilder.hh

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4QEmExtraPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4QEmExtraPhysics.hh,v 1.1 2007/05/23 17:38:35 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4QStoppingPhysics.hh

    r850 r988  
    2525//
    2626// $Id: G4QStoppingPhysics.hh,v 1.2 2007/04/26 16:03:18 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4StoppingHadronBuilder.hh

    r850 r988  
    2525//
    2626// $Id: G4StoppingHadronBuilder.hh,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4VPiKBuilder.hh

    r850 r988  
    2525//
    2626// $Id: G4VPiKBuilder.hh,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/include/G4VProtonBuilder.hh

    r850 r988  
    2525//
    2626// $Id: G4VProtonBuilder.hh,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4DecayPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4DecayPhysics.cc,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4ElectroNuclearBuilder.cc

    r850 r988  
    2525//
    2626// $Id: G4ElectroNuclearBuilder.cc,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4EmExtraPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4EmExtraPhysics.cc,v 1.3 2008/01/08 10:36:32 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4EmMessenger.cc

    r850 r988  
    2525//
    2626// $Id: G4EmMessenger.cc,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4EmStandardPhysics.cc

    r921 r988  
    2525//
    2626// $Id: G4EmStandardPhysics.cc,v 1.16 2008/11/21 16:50:30 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4EmStandardPhysics_option1.cc

    r921 r988  
    2525//
    2626// $Id: G4EmStandardPhysics_option1.cc,v 1.11 2008/11/21 16:50:30 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4EmStandardPhysics_option2.cc

    r921 r988  
    2525//
    2626// $Id: G4EmStandardPhysics_option2.cc,v 1.15 2008/11/21 17:59:23 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4HadronDElasticPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4HadronDElasticPhysics.cc,v 1.3 2008/05/19 10:21:34 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4HadronElasticPhysics.cc

    r921 r988  
    2525//
    2626// $Id: G4HadronElasticPhysics.cc,v 1.9 2008/12/01 16:57:22 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4HadronHElasticPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4HadronHElasticPhysics.cc,v 1.5 2008/05/19 10:21:34 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4HadronQElasticPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4HadronQElasticPhysics.cc,v 1.7 2008/05/19 10:21:34 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4IonBinaryCascadePhysics.cc

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // $Id: G4IonBinaryCascadePhysics.cc,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     26// $Id: G4IonBinaryCascadePhysics.cc,v 1.2 2009/02/16 10:15:35 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
     
    118118  G4ProcessManager* pManager = p->GetProcessManager();
    119119  pManager->AddDiscreteProcess(hadi);
     120  hadi->AddDataSet(fShen);
    120121  hadi->AddDataSet(fTripathi);
    121122  hadi->AddDataSet(fTripathiLight);
    122   hadi->AddDataSet(fShen);
    123123  hmodel->SetMinEnergy(eminBIC);
    124124  hmodel->SetMaxEnergy(emax);
     
    133133           << " for " << p->GetParticleName()
    134134           << " Binary Cascade for E(MeV)= " << eminBIC << " - " << emax;
    135     if(lmodel) G4cout  << " LHEP for E(MeV)= " << emax-MeV << " - " << emaxLHEP;
     135    if(lmodel) {
     136      G4cout  << " LHEP for E(MeV)= " << emax-MeV << " - " << emaxLHEP;
     137    }
    136138    G4cout << G4endl;
    137139  }
  • trunk/source/physics_lists/builders/src/G4IonPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4IonPhysics.cc,v 1.1 2006/10/31 11:35:02 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4LEPNeutronBuilder.cc

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4LEPPiKBuilder.cc

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4LEPProtonBuilder.cc

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4LHEPStoppingPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4LHEPStoppingPhysics.cc,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4MiscLHEPBuilder.cc

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
     
    5555 
    5656  // anti-Proton
     57  theAntiProtonInelastic = new G4AntiProtonInelasticProcess();
    5758  aProcMan = G4AntiProton::AntiProton()->GetProcessManager();
    5859  theLEAntiProtonModel = new G4LEAntiProtonInelastic();
    5960  theHEAntiProtonModel = new G4HEAntiProtonInelastic();
    6061  theHEAntiProtonModel->SetMaxEnergy(100*TeV);
    61   theAntiProtonInelastic.RegisterMe(theLEAntiProtonModel);
    62   theAntiProtonInelastic.RegisterMe(theHEAntiProtonModel);
    63   aProcMan->AddDiscreteProcess(&theAntiProtonInelastic);
     62  theAntiProtonInelastic->RegisterMe(theLEAntiProtonModel);
     63  theAntiProtonInelastic->RegisterMe(theHEAntiProtonModel);
     64  aProcMan->AddDiscreteProcess(theAntiProtonInelastic);
    6465
    6566  // AntiNeutron
     67  theAntiNeutronInelastic = new G4AntiNeutronInelasticProcess();
    6668  aProcMan = G4AntiNeutron::AntiNeutron()->GetProcessManager();
    6769  theLEAntiNeutronModel = new G4LEAntiNeutronInelastic();
    6870  theHEAntiNeutronModel = new G4HEAntiNeutronInelastic();
    6971  theHEAntiNeutronModel->SetMaxEnergy(100*TeV);
    70   theAntiNeutronInelastic.RegisterMe(theLEAntiNeutronModel);
    71   theAntiNeutronInelastic.RegisterMe(theHEAntiNeutronModel);
    72   aProcMan->AddDiscreteProcess(&theAntiNeutronInelastic);
     72  theAntiNeutronInelastic->RegisterMe(theLEAntiNeutronModel);
     73  theAntiNeutronInelastic->RegisterMe(theHEAntiNeutronModel);
     74  aProcMan->AddDiscreteProcess(theAntiNeutronInelastic);
    7375
    7476  // Lambda
     77  theLambdaInelastic = new G4LambdaInelasticProcess();
    7578  aProcMan = G4Lambda::Lambda()->GetProcessManager();
    7679  theLELambdaModel = new G4LELambdaInelastic();
    7780  theHELambdaModel = new G4HELambdaInelastic();
    7881  theHELambdaModel->SetMaxEnergy(100*TeV);
    79   theLambdaInelastic.RegisterMe(theLELambdaModel);
    80   theLambdaInelastic.RegisterMe(theHELambdaModel);
    81   aProcMan->AddDiscreteProcess(&theLambdaInelastic);
     82  theLambdaInelastic->RegisterMe(theLELambdaModel);
     83  theLambdaInelastic->RegisterMe(theHELambdaModel);
     84  aProcMan->AddDiscreteProcess(theLambdaInelastic);
    8285 
    8386  // AntiLambda
     87  theAntiLambdaInelastic = new G4AntiLambdaInelasticProcess();
    8488  aProcMan = G4AntiLambda::AntiLambda()->GetProcessManager();
    8589  theLEAntiLambdaModel = new G4LEAntiLambdaInelastic();
    8690  theHEAntiLambdaModel = new G4HEAntiLambdaInelastic();
    8791  theHEAntiLambdaModel->SetMaxEnergy(100*TeV);
    88   theAntiLambdaInelastic.RegisterMe(theLEAntiLambdaModel);
    89   theAntiLambdaInelastic.RegisterMe(theHEAntiLambdaModel);
    90   aProcMan->AddDiscreteProcess(&theAntiLambdaInelastic);
     92  theAntiLambdaInelastic->RegisterMe(theLEAntiLambdaModel);
     93  theAntiLambdaInelastic->RegisterMe(theHEAntiLambdaModel);
     94  aProcMan->AddDiscreteProcess(theAntiLambdaInelastic);
    9195   
    9296  // SigmaMinus
     97  theSigmaMinusInelastic = new G4SigmaMinusInelasticProcess();
    9398  aProcMan = G4SigmaMinus::SigmaMinus()->GetProcessManager();
    9499  theLESigmaMinusModel = new G4LESigmaMinusInelastic();
    95100  theHESigmaMinusModel = new G4HESigmaMinusInelastic();
    96101  theHESigmaMinusModel->SetMaxEnergy(100*TeV);
    97   theSigmaMinusInelastic.RegisterMe(theLESigmaMinusModel);
    98   theSigmaMinusInelastic.RegisterMe(theHESigmaMinusModel);
    99   aProcMan->AddDiscreteProcess(&theSigmaMinusInelastic);
     102  theSigmaMinusInelastic->RegisterMe(theLESigmaMinusModel);
     103  theSigmaMinusInelastic->RegisterMe(theHESigmaMinusModel);
     104  aProcMan->AddDiscreteProcess(theSigmaMinusInelastic);
    100105
    101106  // anti-SigmaMinus
     107  theAntiSigmaMinusInelastic = new G4AntiSigmaMinusInelasticProcess();
    102108  aProcMan = G4AntiSigmaMinus::AntiSigmaMinus()->GetProcessManager();
    103109  theLEAntiSigmaMinusModel = new G4LEAntiSigmaMinusInelastic();
    104110  theHEAntiSigmaMinusModel = new G4HEAntiSigmaMinusInelastic();
    105111  theHEAntiSigmaMinusModel->SetMaxEnergy(100*TeV);
    106   theAntiSigmaMinusInelastic.RegisterMe(theLEAntiSigmaMinusModel);
    107   theAntiSigmaMinusInelastic.RegisterMe(theHEAntiSigmaMinusModel);
    108   aProcMan->AddDiscreteProcess(&theAntiSigmaMinusInelastic);
     112  theAntiSigmaMinusInelastic->RegisterMe(theLEAntiSigmaMinusModel);
     113  theAntiSigmaMinusInelastic->RegisterMe(theHEAntiSigmaMinusModel);
     114  aProcMan->AddDiscreteProcess(theAntiSigmaMinusInelastic);
    109115
    110116  // SigmaPlus
     117  theSigmaPlusInelastic = new G4SigmaPlusInelasticProcess();
    111118  aProcMan = G4SigmaPlus::SigmaPlus()->GetProcessManager();
    112119  theLESigmaPlusModel = new G4LESigmaPlusInelastic();
    113120  theHESigmaPlusModel = new G4HESigmaPlusInelastic();
    114121  theHESigmaPlusModel->SetMaxEnergy(100*TeV);
    115   theSigmaPlusInelastic.RegisterMe(theLESigmaPlusModel);
    116   theSigmaPlusInelastic.RegisterMe(theHESigmaPlusModel);
    117   aProcMan->AddDiscreteProcess(&theSigmaPlusInelastic);
     122  theSigmaPlusInelastic->RegisterMe(theLESigmaPlusModel);
     123  theSigmaPlusInelastic->RegisterMe(theHESigmaPlusModel);
     124  aProcMan->AddDiscreteProcess(theSigmaPlusInelastic);
    118125
    119126  // anti-SigmaPlus
     127  theAntiSigmaPlusInelastic = new G4AntiSigmaPlusInelasticProcess();
    120128  aProcMan = G4AntiSigmaPlus::AntiSigmaPlus()->GetProcessManager();
    121129  theLEAntiSigmaPlusModel = new G4LEAntiSigmaPlusInelastic();
    122130  theHEAntiSigmaPlusModel = new G4HEAntiSigmaPlusInelastic();
    123131  theHEAntiSigmaPlusModel->SetMaxEnergy(100*TeV);
    124   theAntiSigmaPlusInelastic.RegisterMe(theLEAntiSigmaPlusModel);
    125   theAntiSigmaPlusInelastic.RegisterMe(theHEAntiSigmaPlusModel);
    126   aProcMan->AddDiscreteProcess(&theAntiSigmaPlusInelastic);
     132  theAntiSigmaPlusInelastic->RegisterMe(theLEAntiSigmaPlusModel);
     133  theAntiSigmaPlusInelastic->RegisterMe(theHEAntiSigmaPlusModel);
     134  aProcMan->AddDiscreteProcess(theAntiSigmaPlusInelastic);
    127135
    128136  // XiMinus
     137  theXiMinusInelastic = new G4XiMinusInelasticProcess();
    129138  aProcMan = G4XiMinus::XiMinus()->GetProcessManager();
    130139  theLEXiMinusModel = new G4LEXiMinusInelastic();
    131140  theHEXiMinusModel = new G4HEXiMinusInelastic();
    132141  theHEXiMinusModel->SetMaxEnergy(100*TeV);
    133   theXiMinusInelastic.RegisterMe(theLEXiMinusModel);
    134   theXiMinusInelastic.RegisterMe(theHEXiMinusModel);
    135   aProcMan->AddDiscreteProcess(&theXiMinusInelastic);
     142  theXiMinusInelastic->RegisterMe(theLEXiMinusModel);
     143  theXiMinusInelastic->RegisterMe(theHEXiMinusModel);
     144  aProcMan->AddDiscreteProcess(theXiMinusInelastic);
    136145
    137146  // anti-XiMinus
     147  theAntiXiMinusInelastic = new G4AntiXiMinusInelasticProcess();
    138148  aProcMan = G4AntiXiMinus::AntiXiMinus()->GetProcessManager();
    139149  theLEAntiXiMinusModel = new G4LEAntiXiMinusInelastic();
    140150  theHEAntiXiMinusModel = new G4HEAntiXiMinusInelastic();
    141151  theHEAntiXiMinusModel->SetMaxEnergy(100*TeV);
    142   theAntiXiMinusInelastic.RegisterMe(theLEAntiXiMinusModel);
    143   theAntiXiMinusInelastic.RegisterMe(theHEAntiXiMinusModel);
    144   aProcMan->AddDiscreteProcess(&theAntiXiMinusInelastic);
     152  theAntiXiMinusInelastic->RegisterMe(theLEAntiXiMinusModel);
     153  theAntiXiMinusInelastic->RegisterMe(theHEAntiXiMinusModel);
     154  aProcMan->AddDiscreteProcess(theAntiXiMinusInelastic);
    145155
    146156  // XiZero
     157  theXiZeroInelastic = new G4XiZeroInelasticProcess();
    147158  aProcMan = G4XiZero::XiZero()->GetProcessManager();
    148159  theLEXiZeroModel = new G4LEXiZeroInelastic();
    149160  theHEXiZeroModel = new G4HEXiZeroInelastic();
    150161  theHEXiZeroModel->SetMaxEnergy(100*TeV);
    151   theXiZeroInelastic.RegisterMe(theLEXiZeroModel);
    152   theXiZeroInelastic.RegisterMe(theHEXiZeroModel);
    153   aProcMan->AddDiscreteProcess(&theXiZeroInelastic);
     162  theXiZeroInelastic->RegisterMe(theLEXiZeroModel);
     163  theXiZeroInelastic->RegisterMe(theHEXiZeroModel);
     164  aProcMan->AddDiscreteProcess(theXiZeroInelastic);
    154165
    155166  // anti-XiZero
     167  theAntiXiZeroInelastic = new G4AntiXiZeroInelasticProcess();
    156168  aProcMan = G4AntiXiZero::AntiXiZero()->GetProcessManager();
    157169  theLEAntiXiZeroModel = new G4LEAntiXiZeroInelastic();
    158170  theHEAntiXiZeroModel = new G4HEAntiXiZeroInelastic();
    159171  theHEAntiXiZeroModel->SetMaxEnergy(100*TeV);
    160   theAntiXiZeroInelastic.RegisterMe(theLEAntiXiZeroModel);
    161   theAntiXiZeroInelastic.RegisterMe(theHEAntiXiZeroModel);
    162   aProcMan->AddDiscreteProcess(&theAntiXiZeroInelastic);
     172  theAntiXiZeroInelastic->RegisterMe(theLEAntiXiZeroModel);
     173  theAntiXiZeroInelastic->RegisterMe(theHEAntiXiZeroModel);
     174  aProcMan->AddDiscreteProcess(theAntiXiZeroInelastic);
    163175
    164176  // OmegaMinus
     177  theOmegaMinusInelastic = new G4OmegaMinusInelasticProcess();
    165178  aProcMan = G4OmegaMinus::OmegaMinus()->GetProcessManager();
    166179  theLEOmegaMinusModel = new G4LEOmegaMinusInelastic();
    167180  theHEOmegaMinusModel = new G4HEOmegaMinusInelastic();
    168181  theHEOmegaMinusModel->SetMaxEnergy(100*TeV);
    169   theOmegaMinusInelastic.RegisterMe(theLEOmegaMinusModel);
    170   theOmegaMinusInelastic.RegisterMe(theHEOmegaMinusModel);
    171   aProcMan->AddDiscreteProcess(&theOmegaMinusInelastic);
     182  theOmegaMinusInelastic->RegisterMe(theLEOmegaMinusModel);
     183  theOmegaMinusInelastic->RegisterMe(theHEOmegaMinusModel);
     184  aProcMan->AddDiscreteProcess(theOmegaMinusInelastic);
    172185
    173186  // anti-OmegaMinus
     187  theAntiOmegaMinusInelastic = new G4AntiOmegaMinusInelasticProcess();
    174188  aProcMan = G4AntiOmegaMinus::AntiOmegaMinus()->GetProcessManager();
    175189  theLEAntiOmegaMinusModel = new G4LEAntiOmegaMinusInelastic();
    176190  theHEAntiOmegaMinusModel = new G4HEAntiOmegaMinusInelastic();
    177191  theHEAntiOmegaMinusModel->SetMaxEnergy(100*TeV);
    178   theAntiOmegaMinusInelastic.RegisterMe(theLEAntiOmegaMinusModel);
    179   theAntiOmegaMinusInelastic.RegisterMe(theHEAntiOmegaMinusModel);
    180   aProcMan->AddDiscreteProcess(&theAntiOmegaMinusInelastic);
     192  theAntiOmegaMinusInelastic->RegisterMe(theLEAntiOmegaMinusModel);
     193  theAntiOmegaMinusInelastic->RegisterMe(theHEAntiOmegaMinusModel);
     194  aProcMan->AddDiscreteProcess(theAntiOmegaMinusInelastic);
    181195}
    182196
  • trunk/source/physics_lists/builders/src/G4NeutronBuilder.cc

    r850 r988  
    2424// ********************************************************************
    2525//
    26 // GEANT4 tag $Name: HEAD $
     26// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2727//
    2828//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4NeutronTrackingCut.cc

    r921 r988  
    2525//
    2626// $Id: G4NeutronTrackingCut.cc,v 1.5 2008/09/17 18:19:15 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4PiKBuilder.cc

    r850 r988  
    2525//
    2626// $Id: G4PiKBuilder.cc,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4ProtonBuilder.cc

    r850 r988  
    2525//
    2626// $Id: G4ProtonBuilder.cc,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4QEmExtraPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4QEmExtraPhysics.cc,v 1.1 2007/05/23 17:38:35 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4QStoppingPhysics.cc

    r850 r988  
    2525//
    2626// $Id: G4QStoppingPhysics.cc,v 1.2 2007/04/26 16:03:18 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/builders/src/G4StoppingHadronBuilder.cc

    r850 r988  
    2525//
    2626// $Id: G4StoppingHadronBuilder.cc,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFC.hh

    r850 r988  
    2525//
    2626// $Id: FTFC.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFC.icc

    r850 r988  
    2525//
    2626// $Id: FTFC.icc,v 1.6 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP.hh

    r850 r988  
    2525//
    2626// $Id: FTFP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP.icc

    r850 r988  
    2525//
    2626// $Id: FTFP.icc,v 1.6 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_BERT.hh

    r850 r988  
    2525//
    2626// $Id: FTFP_BERT.hh,v 1.1 2007/10/19 15:35:08 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_BERT.icc

    r850 r988  
    2525//
    2626// $Id: FTFP_BERT.icc,v 1.2 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_EMV.hh

    r850 r988  
    2525//
    2626// $Id: FTFP_EMV.hh,v 1.1 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTFP_EMV.icc

    r850 r988  
    2525//
    2626// $Id: FTFP_EMV.icc,v 1.3 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTF_BIC.hh

    r850 r988  
    2525//
    2626// $Id: FTF_BIC.hh,v 1.1 2007/11/16 16:52:55 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/FTF_BIC.icc

    r850 r988  
    2525//
    2626// $Id: FTF_BIC.icc,v 1.2 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/G4HadronInelasticQBBC.hh

    r921 r988  
    2525//
    2626// $Id: G4HadronInelasticQBBC.hh,v 1.7 2008/09/24 18:10:51 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/G4HadronInelasticQLHEP.hh

    r850 r988  
    2525//
    2626// $Id: G4HadronInelasticQLHEP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTFC.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTFC.hh,v 1.3 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTFP.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTFP.hh,v 1.3 2008/06/19 08:08:22 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTFP_BERT.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTFP_BERT.hh,v 1.3 2008/06/19 08:08:23 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsFTF_BIC.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTF_BIC.hh,v 1.3 2008/06/19 08:08:23 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_BERT.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_BERT.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_BERT_HP.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_BERT_HP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_EMV.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_EMV.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsLHEP_PRECO_HP.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_PRECO_HP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSC.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSC.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSC_BERT.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSC_BERT.hh,v 1.1 2007/11/15 16:58:16 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSC_EFLOW.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSC_EFLOW.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP.hh,v 1.4 2007/11/13 10:16:09 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BERT.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT.hh,v 1.3 2007/12/10 17:34:44 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BERT_HP.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT_HP.hh,v 1.3 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BERT_TRV.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT_TRV.hh,v 1.1 2007/05/07 14:34:29 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BIC.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BIC.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGSP_BIC_HP.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BIC_HP.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/HadronPhysicsQGS_BIC.hh

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGS_BIC.hh,v 1.1 2007/11/13 10:23:24 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP.icc

    r850 r988  
    2525//
    2626// $Id: LHEP.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_BERT.hh

    r850 r988  
    2525//
    2626// $Id: LHEP_BERT.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_BERT.icc

    r850 r988  
    2525//
    2626// $Id: LHEP_BERT.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_BERT_HP.icc

    r850 r988  
    2525//
    2626// $Id: LHEP_BERT_HP.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_EMV.hh

    r850 r988  
    2525//
    2626// $Id: LHEP_EMV.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_EMV.icc

    r850 r988  
    2525//
    2626// $Id: LHEP_EMV.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_PRECO_HP.hh

    r850 r988  
    2525//
    2626// $Id: LHEP_PRECO_HP.hh,v 1.1 2006/10/31 11:35:08 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/LHEP_PRECO_HP.icc

    r850 r988  
    2525//
    2626// $Id: LHEP_PRECO_HP.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/MinEkineCuts.hh

    r850 r988  
    2626//
    2727// $Id: MinEkineCuts.hh,v 1.1 2006/10/31 11:35:08 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
  • trunk/source/physics_lists/lists/include/QBBC.hh

    r850 r988  
    2525//
    2626// $Id: QBBC.hh,v 1.2 2007/04/16 11:57:40 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QBBC.icc

    r921 r988  
    2525//
    2626// $Id: QBBC.icc,v 1.16 2008/11/25 15:36:19 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSC.icc

    r850 r988  
    2525//
    2626// $Id: QGSC.icc,v 1.8 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSC_BERT.icc

    r850 r988  
    2525//
    2626// $Id: QGSC_BERT.icc,v 1.1 2007/11/15 16:58:16 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSC_EFLOW.icc

    r850 r988  
    2525//
    2626// $Id: QGSC_EFLOW.icc,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSC_EMV.icc

    r850 r988  
    2525//
    2626// $Id: QGSC_EMV.icc,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP.hh

    r850 r988  
    2626//
    2727// $Id: QGSP.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP.icc

    r850 r988  
    2525//
    2626// $Id: QGSP.icc,v 1.7 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_DIF.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_DIF.hh,v 1.1 2007/12/10 17:34:44 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_DIF.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_DIF.icc,v 1.2 2007/12/10 17:46:31 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_EMV.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_EMV.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_EMV.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_EMV.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_HP.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_HP.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_HP.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_HP.icc,v 1.4 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_NQE.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_NQE.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_NQE.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_NQE.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_TRV.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_TRV.hh,v 1.1 2007/05/07 14:34:29 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BERT_TRV.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BERT_TRV.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BIC.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BIC.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC_HP.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_BIC_HP.hh,v 1.1 2006/11/24 16:31:35 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_BIC_HP.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_BIC_HP.icc,v 1.5 2007/05/24 11:32:57 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_DIF.hh

    r850 r988  
    2626//
    2727// $Id: QGSP_DIF.hh,v 1.1 2007/11/13 10:20:32 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_DIF.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_DIF.icc,v 1.1 2007/11/13 10:20:32 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMV.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_EMV.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMV.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_EMV.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMV_NQE.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_EMV_NQE.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMV_NQE.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_EMV_NQE.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMX.hh

    r850 r988  
    2525//
    2626// $Id: QGSP_EMX.hh,v 1.1 2006/10/31 11:35:09 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_EMX.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_EMX.icc,v 1.5 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_NQE.hh

    r850 r988  
    2626//
    2727// $Id: QGSP_NQE.hh,v 1.1 2007/04/26 14:47:11 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_NQE.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_NQE.icc,v 1.2 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_QEL.hh

    r850 r988  
    2626//
    2727// $Id: QGSP_QEL.hh,v 1.1 2006/11/28 15:41:23 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGSP_QEL.icc

    r850 r988  
    2525//
    2626// $Id: QGSP_QEL.icc,v 1.3 2007/05/16 11:35:36 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGS_BIC.hh

    r850 r988  
    2525//
    2626// $Id: QGS_BIC.hh,v 1.1 2007/11/13 10:23:24 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/include/QGS_BIC.icc

    r850 r988  
    2525//
    2626// $Id: QGS_BIC.icc,v 1.2 2007/12/10 17:33:58 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/G4HadronInelasticQBBC.cc

    r921 r988  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronInelasticQBBC.cc,v 1.15 2008/11/21 18:42:36 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-cand-01 $
     26// $Id: G4HadronInelasticQBBC.cc,v 1.16 2009/02/19 12:45:42 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5656#include "G4TheoFSGenerator.hh"
    5757#include "G4QStringChipsParticleLevelInterface.hh"
    58 #include "G4StringChipsInterface.hh"
     58#include "G4StringChipsParticleLevelInterface.hh"
    5959#include "G4GeneratorPrecompoundInterface.hh"
    6060#include "G4QGSMFragmentation.hh"
     
    7979    chipsFlag(chips), hpFlag(hp), glFlag(glauber), wasActivated(false)
    8080{
    81   if(verbose > 1) G4cout << "### HadronInelasticQBBC bertFlag= " <<  bertFlag <<G4endl;
     81  if(verbose > 1) G4cout << "### HadronInelasticQBBC bertFlag= "
     82                         <<  bertFlag <<G4endl;
    8283  theHPXSecI = 0;
    8384  theHPXSecC = 0;
     
    126127  wasActivated = true;
    127128
    128   if(verbose > 1)
     129  if(verbose > 1) {
    129130    G4cout << "### HadronInelasticQBBC Construct Process"
    130131           << " ftfFlag= " << ftfFlag << "  bertFlag= " << bertFlag
    131132           << G4endl;
    132 
     133  }
    133134  G4double minEstring  = 9.5*GeV;
    134135  G4double maxEcascade = 7.5*GeV;
     
    147148
    148149  //CHIPS
    149   G4HadronicInteraction* theCHIPS = new G4StringChipsInterface();
     150  G4HadronicInteraction* theCHIPS = new G4StringChipsParticleLevelInterface();
    150151  theCHIPS->SetMinEnergy(0.0);
    151152  theCHIPS->SetMaxEnergy(maxEcascade);
  • trunk/source/physics_lists/lists/src/G4HadronInelasticQLHEP.cc

    r850 r988  
    2525//
    2626// $Id: G4HadronInelasticQLHEP.cc,v 1.2 2008/05/19 10:21:34 vnivanch Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsFTFC.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTFC.cc,v 1.2 2007/06/01 15:20:06 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsFTFP.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTFP.cc,v 1.2 2007/06/01 15:20:06 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsFTFP_BERT.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTFP_BERT.cc,v 1.1 2007/10/19 15:35:08 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsFTF_BIC.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsFTF_BIC.cc,v 1.2 2008/04/25 14:53:34 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsLHEP.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP.cc,v 1.1 2006/10/31 11:35:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsLHEP_BERT.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_BERT.cc,v 1.1 2006/10/31 11:35:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsLHEP_BERT_HP.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_BERT_HP.cc,v 1.1 2006/10/31 11:35:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsLHEP_EMV.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_EMV.cc,v 1.1 2006/10/31 11:35:10 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsLHEP_PRECO_HP.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsLHEP_PRECO_HP.cc,v 1.1 2006/10/31 11:35:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSC.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSC.cc,v 1.2 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSC_BERT.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSC_BERT.cc,v 1.1 2007/11/15 16:58:16 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSC_EFLOW.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSC_EFLOW.cc,v 1.2 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSP.cc

    r850 r988  
    2626//
    2727// $Id: HadronPhysicsQGSP.cc,v 1.4 2007/11/13 10:16:11 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSP_BERT.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT.cc,v 1.3 2007/12/10 17:34:44 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSP_BERT_HP.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT_HP.cc,v 1.2 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSP_BERT_TRV.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BERT_TRV.cc,v 1.1 2007/05/07 14:34:29 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSP_BIC.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BIC.cc,v 1.2 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGSP_BIC_HP.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGSP_BIC_HP.cc,v 1.3 2007/04/26 14:47:11 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/HadronPhysicsQGS_BIC.cc

    r850 r988  
    2525//
    2626// $Id: HadronPhysicsQGS_BIC.cc,v 1.1 2007/11/13 10:23:24 gunter Exp $
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//---------------------------------------------------------------------------
  • trunk/source/physics_lists/lists/src/MinEkineCuts.cc

    r850 r988  
    2525//
    2626//
    27 // GEANT4 tag $Name: HEAD $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//
Note: See TracChangeset for help on using the changeset viewer.