]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVPainter.h
- update track cuts
[u/mrichter/AliRoot.git] / MUON / AliMUONVPainter.h
index bfb67cba61ae6788f3f7e464ccfdbd6f2a5454de..fe16b5feabbadfcc9830c29c347cb1970e1d4bfe 100644 (file)
@@ -271,20 +271,20 @@ protected:
     
   virtual TCollection* Children() const;
 
-  mutable TH1* fHistogram; //!< histogram
-  
+  void CreateGroups();
+
   AliMUONVTrackerData* InteractiveReadOutConfig() const;
   
-private:
+  mutable TH1* fHistogram; //!< histogram
   
-    void FlatList(TList& list);
+  TMap* fPainterGroups; ///< map of groups
+  AliMUONPainterGroup* fResponderGroup; ///< the responder group
 
-  AliMUONPainterGroup* CreateGroup(const char* type, Int_t depth);
+private:
   
-protected:
-  void CreateGroups();
+  void FlatList(TList& list);
 
-private:
+  AliMUONPainterGroup* CreateGroup(const char* type, Int_t depth);
   
   void GetBoundingBox(Double_t& x1, Double_t& y1, 
                       Double_t& x2, Double_t& y2) const;
@@ -295,21 +295,13 @@ private:
   
   void GetIROCManuList(TObjArray& manuList);
 
-private:
-  
   TString fName; ///< our (short) name
   TString fPathName; ///< our long name
   TString fType; ///< our type (DE, Chamber, MANU, etc...)
   AliMUONVPainter* fMother;  ///< our mother
   AliMUONPainterGroup* fGroup; ///< our group
   AliMUONContour* fContour;  ///< our contour
-protected:
-  TMap* fPainterGroups; ///< map of groups
-private:
   TObjArray* fChildren; ///< our children
-protected:
-  AliMUONPainterGroup* fResponderGroup; ///< the responder group
-private:
   AliMUONPainterGroup* fPlotterGroup; ///< the plotter group
   Double_t fBorderFactor; ///< border factor for visu 
   TVirtualPad* fPad; ///< the pad we're drawn in