]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveTrackCounterEditor.h
From Adam K.: Add buttons and output file handling for event characterization.
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveTrackCounterEditor.h
index feaf7b41c08baa531c20ec248601b533718db2eb..4740e7a1440baeef7f7275ccbd48bb7649e86ddf 100644 (file)
@@ -11,6 +11,7 @@
 #define AliEveTrackCounterEditor_H
 
 #include "TGedFrame.h"
+#include <fstream>
 
 class TGComboBox;
 class TGLabel;
@@ -45,6 +46,7 @@ public:
    void DoShowHistos();
 
    void DoClickAction(Int_t);
+   void DoEventCategorization(Int_t);
 
 protected:
    AliEveTrackCounter *fM; // Model object.
@@ -57,6 +59,9 @@ protected:
    TGLabel          *fInfoLabelTracklets;
    TGNumberEntry    *fEventId;
 
+   int               fEventCat;
+   ofstream         *fScanSummaryFile;
+   
 private:
    AliEveTrackCounterEditor(const AliEveTrackCounterEditor&);            // Not implemented
    AliEveTrackCounterEditor& operator=(const AliEveTrackCounterEditor&); // Not implemented