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

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4EmExtraPhysics.cc,v 1.3 2008/01/08 10:36:32 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmExtraPhysics.cc,v 1.4 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5353#include "G4ProcessManager.hh"
    5454
    55 G4EmExtraPhysics::G4EmExtraPhysics(const G4String& name):
    56   G4VPhysicsConstructor(name), wasBuilt(false), gnActivated(false), munActivated(false),
    57   synActivated(false), synchOn(false), gammNucOn(true), muNucOn(false),
    58   theElectronSynch(0), thePositronSynch(0), theGNPhysics(0), theMuNuc1(0),
    59   theMuNuc2(0)
     55G4EmExtraPhysics::G4EmExtraPhysics(G4int ver):
     56  G4VPhysicsConstructor("G4GammaLeptoNuclearPhys"), wasBuilt(false), gnActivated(false),
     57  munActivated(false), synActivated(false), synchOn(false), gammNucOn(true), muNucOn(false),
     58  theElectronSynch(0), thePositronSynch(0), theGNPhysics(0), theMuNuc1(0), theMuNuc2(0),
     59  verbose(ver)
     60{
     61  theMessenger = new G4EmMessenger(this);
     62}
     63
     64G4EmExtraPhysics::G4EmExtraPhysics(const G4String&):
     65  G4VPhysicsConstructor("G4GammaLeptoNuclearPhys"), wasBuilt(false), gnActivated(false),
     66  munActivated(false), synActivated(false), synchOn(false), gammNucOn(true), muNucOn(false),
     67  theElectronSynch(0), thePositronSynch(0), theGNPhysics(0), theMuNuc1(0), theMuNuc2(0),
     68  verbose(1)
    6069{
    6170  theMessenger = new G4EmMessenger(this);
Note: See TracChangeset for help on using the changeset viewer.