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

Location:
trunk/source/processes/hadronic/models/management/src
Files:
2 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
  • trunk/source/processes/hadronic/models/management/src/G4HadronicInteractionRegistry.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4HadronicInteractionRegistry.cc,v 1.9 2009/12/02 15:57:57 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4HadronicInteractionRegistry.cc,v 1.10 2010/03/25 15:31:42 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929// 23-Jan-2009 V.Ivanchenko make the class to be a singleton
     
    9696      //<< ">  " << i << G4endl;
    9797      allModels[i] = 0;
    98       if(i == nModels-1) allModels.pop_back();
    9998      return;
    10099    }
Note: See TracChangeset for help on using the changeset viewer.