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

    r1229 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4IonQMDPhysics.cc,v 1.1 2009/11/27 17:25:15 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4IonQMDPhysics.cc,v 1.2 2010/06/03 15:03:53 gunter Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    6060#include "G4IonConstructor.hh"
    6161
     62G4IonQMDPhysics::G4IonQMDPhysics(G4int ver)
     63  :  G4VPhysicsConstructor("IonQMD"), verbose(ver), wasActivated(false)
     64{
     65  eminBIC  = 0.*MeV;
     66  eminQMD  = 100.*MeV;
     67  emaxQMD  = 10.*GeV;
     68  emaxLHEP = 1.*TeV;
     69  overlap  = 10*MeV;
     70  if(verbose > 1) G4cout << "### G4IonQMDPhysics" << G4endl;
     71}
     72
    6273G4IonQMDPhysics::G4IonQMDPhysics(const G4String& name,
    63                                                      G4int verb)
    64   :  G4VPhysicsConstructor(name), verbose(verb), wasActivated(false)
     74                                                     G4int ver)
     75  :  G4VPhysicsConstructor(name), verbose(ver), wasActivated(false)
    6576{
    6677  eminBIC  = 0.*MeV;
Note: See TracChangeset for help on using the changeset viewer.