Ignore:
Timestamp:
Nov 5, 2010, 4:08:39 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/electromagnetic/TestEm7/include/SteppingAction.hh

    r1337 r1342  
    2424// ********************************************************************
    2525//
    26 // $Id: SteppingAction.hh,v 1.2 2006/06/29 16:58:05 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: SteppingAction.hh,v 1.3 2010/09/17 18:45:43 maire Exp $
     27// GEANT4 tag $Name: examples-V09-03-09 $
    2828//
    2929//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
     
    3636
    3737class DetectorConstruction;
     38class HistoManager;
    3839class RunAction;
    3940
     
    4344{
    4445  public:
    45     SteppingAction(DetectorConstruction*,RunAction*);
     46    SteppingAction(DetectorConstruction*, HistoManager*, RunAction*);
    4647   ~SteppingAction();
    4748
     
    5051  private:
    5152    DetectorConstruction* detector;
     53    HistoManager*         histoManager;   
    5254    RunAction*            runAction;
    5355};
Note: See TracChangeset for help on using the changeset viewer.