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/G4NeutronTrackingCut.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4NeutronTrackingCut.cc,v 1.5 2008/09/17 18:19:15 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4NeutronTrackingCut.cc,v 1.6 2010/06/04 15:28:35 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    4444#include "G4Neutron.hh"
    4545#include "G4NeutronKiller.hh"
     46
     47G4NeutronTrackingCut::G4NeutronTrackingCut(G4int ver)
     48  :  G4VPhysicsConstructor("neutronTrackingCut")
     49   , verbose(ver), wasActivated(false)
     50{
     51  timeLimit          = 10.*microsecond;
     52  kineticEnergyLimit = 0.0;
     53}
    4654
    4755G4NeutronTrackingCut::G4NeutronTrackingCut(const G4String& name, G4int ver)
Note: See TracChangeset for help on using the changeset viewer.