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/TrackingAction.hh

    r1337 r1342  
    2424// ********************************************************************
    2525//
    26 // $Id: TrackingAction.hh,v 1.2 2006/06/29 16:58:09 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: TrackingAction.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#include "globals.hh"
    3737
     38class DetectorConstruction;
     39class HistoManager;
    3840class RunAction;
    3941
     
    4345
    4446  public: 
    45     TrackingAction(RunAction*);
     47    TrackingAction(DetectorConstruction*, HistoManager*, RunAction*);
    4648   ~TrackingAction() {};
    4749   
     
    4951   
    5052  private:
    51     RunAction* runAction;   
     53    DetectorConstruction* detector;
     54    HistoManager*         histoManager;     
     55    RunAction*            runAction;   
    5256};
    5357
Note: See TracChangeset for help on using the changeset viewer.