]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveTrackCounterEditor.h
Coverity
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveTrackCounterEditor.h
index 654b00cc1d44ffe037d670737405d6f10f5a8af7..4740e7a1440baeef7f7275ccbd48bb7649e86ddf 100644 (file)
@@ -11,6 +11,7 @@
 #define AliEveTrackCounterEditor_H
 
 #include "TGedFrame.h"
+#include <fstream>
 
 class TGComboBox;
 class TGLabel;
@@ -33,6 +34,9 @@ public:
 
    virtual void SetModel(TObject* obj);
 
+   void DoActivate();
+   void DoDeactivate();
+
    void DoPrev();
    void DoNext();
    void DoSetEvent();
@@ -42,16 +46,22 @@ public:
    void DoShowHistos();
 
    void DoClickAction(Int_t);
+   void DoEventCategorization(Int_t);
 
 protected:
    AliEveTrackCounter *fM; // Model object.
 
-   // Declare widgets
+   TGCompositeFrame *fAF;  // Active frame.
+   TGCompositeFrame *fDF;  // Non-active frame.
+
    TGComboBox       *fClickAction;
    TGLabel          *fInfoLabelTracks;
    TGLabel          *fInfoLabelTracklets;
    TGNumberEntry    *fEventId;
 
+   int               fEventCat;
+   ofstream         *fScanSummaryFile;
+   
 private:
    AliEveTrackCounterEditor(const AliEveTrackCounterEditor&);            // Not implemented
    AliEveTrackCounterEditor& operator=(const AliEveTrackCounterEditor&); // Not implemented