X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONPainterPlotSelector.h;h=aeeaf5ca0325fcce8c5082087dc55eb71a762e09;hb=d41c0c328c5594a38d685e3d6e10f47f703e4932;hp=913b11e65c42f2f9345659bf02bb4842deed20a0;hpb=0145e89abcfc92979b59eb1e7514739f1f945d05;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONPainterPlotSelector.h b/MUON/AliMUONPainterPlotSelector.h index 913b11e65c4..aeeaf5ca032 100644 --- a/MUON/AliMUONPainterPlotSelector.h +++ b/MUON/AliMUONPainterPlotSelector.h @@ -15,9 +15,6 @@ #ifndef ROOT_TGFrame # include "TGFrame.h" #endif -#ifndef ROOT_RQ_OBJECT -# include -#endif #ifndef ROOT_TString # include "TString.h" #endif @@ -29,8 +26,6 @@ class TMap; class AliMUONPainterPlotSelector : public TGCompositeFrame { - RQ_OBJECT("AliMUONPainterPlotSelector") - public: AliMUONPainterPlotSelector(const TGWindow* window, UInt_t w=1, UInt_t h=1); virtual ~AliMUONPainterPlotSelector(); @@ -74,7 +69,7 @@ private: void SetCurrentData(AliMUONVTrackerData* data); - void SetCurrentDimension(Int_t i); + void SetCurrentDimension(Long_t i); void SetCurrentType(const char* type); @@ -92,7 +87,7 @@ private: TMap* fDimensionButtonMap; ///< cache for button group TString fCurrentType; ///< current type AliMUONVTrackerData* fCurrentData; ///< current data - Int_t fCurrentDimension; ///< current data index + Long_t fCurrentDimension; ///< current data index static const char* fgkDefaultSourceName; ///< default source name ClassDef(AliMUONPainterPlotSelector,1) // Widget to select what to plot for painters