]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTest.h
Updated comments (Raffaele)
[u/mrichter/AliRoot.git] / MUON / AliMUONTest.h
index 7a7919f3b64d08729f6e2736c2b0cb5cd4e30497..fd8820a040f782b2ae18de5212946ed209674311 100644 (file)
@@ -51,11 +51,10 @@ class AliMUONTest : public  TObject
     //
     void DetElemTransforms() const;
 
-  protected:
+  private:  
     AliMUONTest(const AliMUONTest& rhs);
     AliMUONTest& operator = (const AliMUONTest& rhs);
-    
-  private:  
+
     // methods
     void BuildWithMUON(const TString& configMacro);
     void BuildWithoutMUON(const TString& option);
@@ -67,9 +66,9 @@ class AliMUONTest : public  TObject
                   Int_t detElemId, Int_t ix, Int_t iy,
                   AliMUONGeometrySegmentation* segmentation);
     // data members
-    const AliMUONGeometryTransformer* fkTransformer; // Geometry parametrisation
-    AliMUONSegmentation*  fSegmentation;  // Segmentation
-    TCanvas*              fCanvas;        // The canvas for drawing                                   
+    const AliMUONGeometryTransformer* fkTransformer; ///< Geometry parametrisation
+    AliMUONSegmentation*  fSegmentation;  ///< Segmentation
+    TCanvas*              fCanvas;        ///< The canvas for drawing                                 
 
     ClassDef(AliMUONTest,0)  // MUON class for tests
 };