Ignore:
Timestamp:
May 28, 2009, 4:26:57 PM (15 years ago)
Author:
garnier
Message:

maj sur la beta de geant 4.9.3

Location:
trunk/source/processes/hadronic/models/rpg/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGInelastic.hh

    r1007 r1055  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGInelastic.hh,v 1.3 2008/02/22 22:17:25 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-02 $
     26// $Id: G4RPGInelastic.hh,v 1.4 2009/05/25 19:06:59 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2828//
    2929// Author: D. H. Wright
     
    5555 public:  // with description
    5656   
    57    G4RPGInelastic(const G4String& modelName = "RPGInelastic")
    58     : G4HadronicInteraction(modelName)
    59    { cache = 0.0;}
     57   G4RPGInelastic(const G4String& modelName = "RPGInelastic");
    6058   
    6159   virtual ~G4RPGInelastic()
     
    124122         lam, sp, s0, sm, xi0, xim, om, ap, an};
    125123
    126    static G4ParticleDefinition* particleDef[18];
     124 protected:
     125
     126   G4ParticleDefinition* particleDef[18];
    127127
    128128 private:
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGNucleonInelastic.hh

    r1007 r1055  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGNucleonInelastic.hh,v 1.1 2008/01/04 23:27:45 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-02 $
     26// $Id: G4RPGNucleonInelastic.hh,v 1.2 2009/05/25 19:05:19 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2828//
    2929// Author: D. H. Wright
     
    4848   
    4949   ~G4RPGNucleonInelastic() { }
     50
     51   //   void printCrossSections() const;
    5052   
    5153 protected:
  • trunk/source/processes/hadronic/models/rpg/include/G4RPGPionInelastic.hh

    r1007 r1055  
    2424// ********************************************************************
    2525//
    26 // $Id: G4RPGPionInelastic.hh,v 1.1 2008/01/05 00:14:03 dennis Exp $
    27 // GEANT4 tag $Name: geant4-09-02 $
     26// $Id: G4RPGPionInelastic.hh,v 1.2 2009/05/25 19:05:34 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-03-beta-cand-01 $
    2828//
    2929// Author: D. H. Wright
     
    4848   
    4949   ~G4RPGPionInelastic() { }
     50
     51   //   void printCrossSections() const;
    5052   
    5153 protected:
Note: See TracChangeset for help on using the changeset viewer.