Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/hadronic/Hadr01/include/PhysicsList.hh

    r1230 r1337  
    2525//
    2626//
    27 // $Id: PhysicsList.hh,v 1.6 2007/11/14 18:59:08 vnivanch Exp $
    28 // GEANT4 tag $Name: geant4-09-03-cand-01 $
     27// $Id: PhysicsList.hh,v 1.7 2009/11/25 19:56:36 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030/////////////////////////////////////////////////////////////////////////
     
    6464  void SetCutForElectron(G4double);
    6565  void SetCutForPositron(G4double);
     66  void SetCutForProton(G4double);
    6667       
    6768  void AddPhysicsList(const G4String& name);
     
    8283  G4double cutForElectron;
    8384  G4double cutForPositron;
     85  G4double cutForProton;
    8486
    8587  G4VPhysicsConstructor*  emPhysicsList;
Note: See TracChangeset for help on using the changeset viewer.