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/src/G4HadronElasticPhysics.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronElasticPhysics.cc,v 1.9 2008/12/01 16:57:22 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronElasticPhysics.cc,v 1.12 2010/06/03 16:28:39 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6666#include "G4BGGNucleonElasticXS.hh"
    6767#include "G4BGGPionElasticXS.hh"
     68
     69G4HadronElasticPhysics::G4HadronElasticPhysics(G4int ver)
     70  : G4VPhysicsConstructor("elastic"), mname("elastic"),verbose(ver),
     71    hpFlag(false), glFlag(false),wasActivated(false)
     72{
     73  if(verbose > 1) G4cout << "### HadronElasticPhysics" << G4endl;
     74  model = 0;
     75  neutronModel = 0;
     76  neutronHPModel = 0; 
     77}
    6878
    6979G4HadronElasticPhysics::G4HadronElasticPhysics(
Note: See TracChangeset for help on using the changeset viewer.