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/processes/hadronic/models/management/src/G4HadronicInteraction.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronicInteraction.cc,v 1.6 2009/08/30 16:12:34 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronicInteraction.cc,v 1.7 2010/04/03 00:40:57 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929// Hadronic Interaction  base class
     
    4040G4HadronicInteraction::G4HadronicInteraction(const G4String& modelName) :
    4141  verboseLevel(0), theMinEnergy(0.0), theMaxEnergy(25.0*GeV),
    42   isBlocked(false), recoilEnergyThreshold(0.0), theModelName(modelName)
     42  isBlocked(false), recoilEnergyThreshold(0.0), theModelName(modelName),
     43  epCheckLevels(DBL_MAX, DBL_MAX)
    4344{
    4445  G4HadronicInteractionRegistry::Instance()->RegisterMe(this);
    4546}
    46    
     47
     48
    4749G4HadronicInteraction::~G4HadronicInteraction()
    4850{
    4951  G4HadronicInteractionRegistry::Instance()->RemoveMe(this);
    5052}
     53
    5154
    5255G4double
Note: See TracChangeset for help on using the changeset viewer.