]> 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 f15147954b38e5fd3e4020b9170df9463d3be808..135358505615418c24acf8ca405ea665e2b8cbac 100644 (file)
@@ -74,36 +74,42 @@ public:
   void DoNextEvent();
   void DoLastEvent();
   void DoMarkEvent();
+    void DoRestartReco();
+    void DoRestartManager();
 
   void DoSetEvent();
 
   void DoRefresh();
   void DoSetAutoLoad();
+  void DoSetLoopMarked();
   void DoSetAutoLoadTime();
   void DoSetTrigSel();
 
-  void Update();
-    
-    void StorageManagerChangedState(int state);
+  void Update(int=1);    
+  void StorageManagerChangedState(int state);
 
 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
   TGLabel              *fStorageStatus; // Display status of Storage Manager
+  TGLabel              *fEventServerStatus; // Display status of Event Server
 
   TGTextView           *fEventInfo;    // Text box with event info