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/include/G4EmExtraPhysics.hh

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4EmExtraPhysics.hh,v 1.2 2007/11/15 18:08:11 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4EmExtraPhysics.hh,v 1.3 2010/06/02 17:21:29 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2828//
    2929//---------------------------------------------------------------------------
     
    5555{
    5656public:
    57   G4EmExtraPhysics(const G4String& name = "EM extra");
     57
     58  G4EmExtraPhysics(G4int ver = 1);
     59
     60  // obsolete
     61  G4EmExtraPhysics(const G4String& name);
     62
    5863  virtual ~G4EmExtraPhysics();
    5964
     
    8590  G4MuNuclearInteraction*  theMuNuc1;
    8691  G4MuNuclearInteraction*  theMuNuc2;
     92
     93  G4int verbose;
    8794};
    8895
Note: See TracChangeset for help on using the changeset viewer.