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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4EmStandardPhysics.cc,v 1.20 2009/10/30 18:36:15 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmStandardPhysics.cc,v 1.21 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    9090//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
    9191
    92 G4EmStandardPhysics::G4EmStandardPhysics(G4int ver, const G4String& name)
    93   : G4VPhysicsConstructor(name), verbose(ver)
     92G4EmStandardPhysics::G4EmStandardPhysics(G4int ver)
     93  : G4VPhysicsConstructor("G4EmStandard"), verbose(ver)
     94{
     95  G4LossTableManager::Instance();
     96}
     97
     98//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     99
     100G4EmStandardPhysics::G4EmStandardPhysics(G4int ver, const G4String&)
     101  : G4VPhysicsConstructor("G4EmStandard"), verbose(ver)
    94102{
    95103  G4LossTableManager::Instance();
Note: See TracChangeset for help on using the changeset viewer.