From: ivana Date: Tue, 24 Oct 2000 07:12:07 +0000 (+0000) Subject: added fTimer X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=ddfc4566134f215384ed453c0655df87636f1e81;p=u%2Fmrichter%2FAliRoot.git added fTimer --- diff --git a/AliGeant4/AliEventAction.h b/AliGeant4/AliEventAction.h index d8ab0f30cf1..e71b08528ac 100644 --- a/AliGeant4/AliEventAction.h +++ b/AliGeant4/AliEventAction.h @@ -9,6 +9,10 @@ #include #include +class G4Timer; + // in order to avoid the odd dependency for the + // times system function this declaration must be the first + class AliEventActionMessenger; class G4Event; @@ -45,6 +49,7 @@ class AliEventAction : public G4UserEventAction // data members AliEventActionMessenger* fMessenger; //messenger + G4Timer* fTimer; //G4Timer G4int fVerboseLevel; //verbose level G4String fDrawFlag; //control drawing of the event };