Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/physics_lists/lists/include/G4HadronInelasticQLHEP.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronInelasticQLHEP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronInelasticQLHEP.hh,v 1.2 2010/06/04 09:41:03 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6868public:
    6969
    70   G4HadronInelasticQLHEP(const G4String& name = "inelastic",
     70  G4HadronInelasticQLHEP(G4int ver = 1);
     71
     72  // obsolete
     73  G4HadronInelasticQLHEP(const G4String& name,
    7174                        G4int ver = 1, G4bool qgs = false, G4bool bert = false,
    7275                        G4bool bic = false, G4bool hp = false);
    7376
    7477  virtual ~G4HadronInelasticQLHEP();
    75 
    76 public:
    7778
    7879  // This method will be invoked in the Construct() method.
Note: See TracChangeset for help on using the changeset viewer.