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/builders/include/G4HadronHElasticPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronHElasticPhysics.hh,v 1.4 2009/11/28 17:35:01 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronHElasticPhysics.hh,v 1.5 2010/06/03 11:04:33 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4343#include "globals.hh"
    4444#include "G4VPhysicsConstructor.hh"
    45 #include "G4UHadronElasticProcess.hh"
    46 #include "G4HadronElastic.hh"
    47 #include "G4NeutronHPElastic.hh"
    48 #include "G4NeutronHPElasticData.hh"
    4945
    5046class G4HadronHElasticPhysics : public G4VPhysicsConstructor
    5147{
    5248public:
    53   G4HadronHElasticPhysics(G4int ver = 0, G4bool hp = false,
    54                           const G4String& type = "");
     49
     50  G4HadronHElasticPhysics(G4int ver = 0);
     51
     52  // obsolete
     53  G4HadronHElasticPhysics(G4int ver, G4bool hp, const G4String& type="");
     54
    5555  virtual ~G4HadronHElasticPhysics();
    5656
    57 public:
    5857  // This method will be invoked in the Construct() method.
    5958  // each particle type will be instantiated
     
    6867
    6968  G4int    verbose;
    70   G4bool   hpFlag;
    7169  G4bool   wasActivated;
    72   G4String subtype;
    7370};
    7471
Note: See TracChangeset for help on using the changeset viewer.