]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveMUONChamber.h
From Massimo: remove usage of AliITSgeom, use AliITSgeomTGeo instead.
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveMUONChamber.h
index e53d6a3406518d2f7b2c1084b98ddb2d60822721..253e7005dd5a5c6b72ab537736426ba8e0d1f3f3 100644 (file)
@@ -1,5 +1,5 @@
 // $Id$
-// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
+// Main authors: Matevz Tadel & Alja Mrak-Tadel & Bogdan Vulpescu: 2006, 2007
 
 /**************************************************************************
  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
@@ -24,23 +24,21 @@ class AliEveMUONChamberEditor;
 class AliEveMUONChamberGL;
 
 class AliEveMUONChamber : public TEveElement,
-                    public TNamed,
-                    public TAtt3D,
-                    public TAttBBox
-
+                         public TNamed,
+                         public TAtt3D,
+                         public TAttBBox
 {
-
   friend class AliEveMUONChamberGL;
   friend class AliEveMUONChamberEditor;
 
+private:
   AliEveMUONChamber(const AliEveMUONChamber&);            // Not implemented
   AliEveMUONChamber& operator=(const AliEveMUONChamber&); // Not implemented
 
- protected:
-
+protected:
   void UpdateQuads();
 
-  AliEveMUONData*         fMUONData;      // data for the current event
+  AliEveMUONData   *fMUONData;      // data for the current event
   Color_t           fFrameColor;    // main coloring
   UInt_t            fRTS;           //! Rendering Time Stamp
   Int_t             fChamberID;     // number of the chamber, 0 to 13
@@ -55,7 +53,8 @@ class AliEveMUONChamber : public TEveElement,
 
   void SetupColor(Int_t val, UChar_t* pix) const;
 
-  mutable UChar_t* fColorArray;
+  mutable UChar_t  *fColorArray;    // color-cache
+
   void     ClearColorArray();
   void     SetupColorArray() const;
   UChar_t* ColorFromArray(Int_t val) const;