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

fichiers manquants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.