]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterHelper.h
- update track cuts
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterHelper.h
index ad1b637d77bc79ff60ec964f7ec266de1dffaa9d..5a3ab948ba3064cf9ed3c2385d0b22bc47ddffe8 100644 (file)
@@ -123,8 +123,6 @@ public:
   
   TObjArray* GetAllContoursAsArray(Bool_t explodedView=kTRUE) const;
 
-  void GenerateDefaultMatrices();
-
 private:
     
   /// Not implemented
@@ -132,15 +130,17 @@ private:
   /// Not implemented
   AliMUONPainterHelper& operator=(const AliMUONPainterHelper&);
   
+  AliMUONContourHandler* Exploded() const;
+  AliMUONContourHandler* Real() const;
+  
 private:
   static AliMUONPainterHelper* fgInstance; ///< global instance
   
-  TObjArray* fPainterMatrices; ///< default matrices
   AliMUONPainterEnv* fEnv; ///< resources
   mutable AliMUONContourHandler* fReal; ///< contours in real coordinates
-  AliMUONContourHandler* fExploded; ///< contours in exploded coordinates
+  mutable AliMUONContourHandler* fExploded; ///< contours in exploded coordinates
   
-  ClassDef(AliMUONPainterHelper,3) // Helper class for painters
+  ClassDef(AliMUONPainterHelper,4) // Helper class for painters
 };
 
 #endif