]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveEventManagerEditor.h
Resolving all symbols in the library
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveEventManagerEditor.h
index 4c2bc5e451f4a259f3f41030eaba55ca24de85c2..135358505615418c24acf8ca405ea665e2b8cbac 100644 (file)
@@ -74,11 +74,14 @@ public:
   void DoNextEvent();
   void DoLastEvent();
   void DoMarkEvent();
+    void DoRestartReco();
+    void DoRestartManager();
 
   void DoSetEvent();
 
   void DoRefresh();
   void DoSetAutoLoad();
+  void DoSetLoopMarked();
   void DoSetAutoLoadTime();
   void DoSetTrigSel();
 
@@ -87,18 +90,21 @@ public:
 
 protected:
   AliEveEventManager   *fM;            // Model object.
-
-  TGTextButton         *fFirstEvent;   // Go to first event
-  TGTextButton         *fPrevEvent;    // Go to prev event
-  TGTextButton         *fNextEvent;    // Go to next event
-  TGTextButton         *fLastEvent;    // Go to last event
-  TGTextButton         *fRefresh;      // Refresh event-file state
-  TGTextButton         *fMarkEvent;    // Mark current event
+    
+    TGTextButton         *fFirstEvent;   // Go to first event
+    TGTextButton         *fPrevEvent;    // Go to prev event
+    TGTextButton         *fNextEvent;    // Go to next event
+    TGTextButton         *fLastEvent;    // Go to last event
+    TGTextButton         *fRefresh;      // Refresh event-file state
+    TGTextButton         *fMarkEvent;    // Mark current event
+    TGTextButton         *fRestartReco;    // Restart reconstruction server
+    TGTextButton         *fRestartManager; // Restart storage manager
 
   TGNumberEntry        *fEventId;      // Display/edit current event id
   TGLabel              *fInfoLabel;    // Display last available event id
 
   TGCheckButton        *fAutoLoad;     // Check-box for automatic loading of events
+  TGCheckButton        *fLoopMarked;     // Check-box for automatic loading of events
   TEveGValuator        *fAutoLoadTime; // Time for automatic loading of events
 
   TGComboBox           *fTrigSel;      // Trigger selection combo box