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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4IonBinaryCascadePhysics.cc,v 1.2 2009/02/16 10:15:35 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4IonBinaryCascadePhysics.cc,v 1.3 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5959#include "G4IonConstructor.hh"
    6060
     61G4IonBinaryCascadePhysics::G4IonBinaryCascadePhysics(G4int ver)
     62  :  G4VPhysicsConstructor("IonBinaryCascade"), verbose(ver), wasActivated(false)
     63{
     64  emax     = 20.*GeV;
     65  emaxLHEP = 1.*TeV;
     66  eminBIC  = 0.*MeV;
     67  if(verbose > 1) G4cout << "### G4IonBinaryCascadePhysics" << G4endl;
     68}
     69
    6170G4IonBinaryCascadePhysics::G4IonBinaryCascadePhysics(const G4String& name,
    62                                                      G4int verb)
    63   :  G4VPhysicsConstructor(name), verbose(verb), wasActivated(false)
     71                                                     G4int ver)
     72  :  G4VPhysicsConstructor(name), verbose(ver), wasActivated(false)
    6473{
    6574  emax     = 20.*GeV;
Note: See TracChangeset for help on using the changeset viewer.