]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added fTimer
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Oct 2000 07:12:07 +0000 (07:12 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 24 Oct 2000 07:12:07 +0000 (07:12 +0000)
AliGeant4/AliEventAction.h

index d8ab0f30cf1a9e3d4676198fd92156f3ef35fc48..e71b08528ac101f8bc984bd114d4ba72db7e2e94 100644 (file)
@@ -9,6 +9,10 @@
 #include <G4UserEventAction.hh>
 #include <globals.hh>
 
+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
 };