]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterDataSourceFrame.h
Updating analysis task
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterDataSourceFrame.h
index 29315a19cba2a6d137f674dbf9c3dcf3455762e0..24091ad8a8f7fdccd91443f936cfd87f0e7ae1d1 100644 (file)
@@ -44,10 +44,12 @@ public:
   
   void DataMakerWasRegistered(AliMUONVTrackerDataMaker* reader);
   
-  void DataMakerWasUnregistered(AliMUONVTrackerDataMaker* reader);
+  void DataMakerWasUnregistered(const AliMUONVTrackerDataMaker* reader);
 
   void HistogramButtonClicked();
-  
+
+  void EventRangeButtonClicked();
+
   void OpenFileDialog();
   
   void OpenFileDialogACF();
@@ -95,14 +97,18 @@ private:
   TGCompositeFrame* fRawSelector2; ///< idem
   TGCompositeFrame* fRawSelector21; ///< idem
   TGCompositeFrame* fRawSelector22; ///< idem
+  TGCompositeFrame* fRawSelector24; ///< idem
   TGCompositeFrame* fRawSelector23; ///< idem
   TGCheckButton* fCalibrateNoGain; ///< to trig calibration of raw data (only 0 suppression)
   TGCheckButton* fCalibrateGainConstantCapa; ///< to trig calibration of raw data (0-supp and gain w/ constant capacitance)
   TGCheckButton* fCalibrateGain; ///< to trig calibration of raw data (full blown calibration)
   TGCheckButton* fCalibrateEmelecGain; ///< to trig calibration of raw data (full blown calibration but with factory gains)
-  TGCheckButton* fHistogramButton; ///< to trig histogramming of raw data
+  TGCheckButton* fHistogramButton; ///< to trig histogramming of raw data  
   TGNumberEntry* fHistoMin; ///< xmin of histo to make
   TGNumberEntry* fHistoMax; ///< xmax of histo to make
+  TGCheckButton* fEventRangeButton; ///< to trig limitation of event range
+  TGNumberEntry* fEventMin; ///< min event number to consider
+  TGNumberEntry* fEventMax; ///< max event number to consider  
   TGTextEntry* fRawOCDBPath; ///< OCDB path for raw data calibration
   
   TGGroupFrame* fOCDBSelector; ///< to select a new OCDB data source
@@ -121,7 +127,7 @@ private:
   static const char* fgkNumberOfDataSourcesKey; ///< key used to store the # of data sources in the resource file
   static const char* fgkDataSourceURIKey; ///< key usde to store the data source URIs in the resource file
 
-  ClassDef(AliMUONPainterDataSourceFrame,4) // Data source selection frame
+  ClassDef(AliMUONPainterDataSourceFrame,5) // Data source selection frame
 };
 
 #endif