]> 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 06e296fc50543facf2a521c6e983cb338c6d69f2..135358505615418c24acf8ca405ea665e2b8cbac 100644 (file)
@@ -40,13 +40,12 @@ public:
 
    virtual void SetModel(TObject* obj);
 
-   void DoNextEvent();
+   void DumpEventInfo();
 
 protected:
-   AliEveEventManager  *fM;         // Model object.
-
-   TGTextButton        *fNextEvent; // Load next event
-   TGTextView          *fEventInfo; // Text box with event info
+   AliEveEventManager  *fM;             // Model object.
+   TGTextButton        *fDumpEventInfo; // Button that dumps event-info into a file.
+   TGTextView          *fEventInfo;     // Text box with event info.
 
 private:
    AliEveEventManagerEditor(const AliEveEventManagerEditor&);            // Not implemented
@@ -74,30 +73,44 @@ public:
   void DoPrevEvent();
   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 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         *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
 
   TGTextButton* MkTxtButton(TGCompositeFrame* p, const char* txt, Int_t width=0,