]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseFactory.h
Correction for actual vertex position implemented
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseFactory.h
index 4f2806abb3fdac09110aa7892c881fa73dbe8d0a..3205bdc12cb4540d4175d402b93fa4b792e56185 100644 (file)
@@ -29,11 +29,12 @@ class AliMUONResponseFactory : public  TNamed {
     void Build(AliMUON* where);
     void BuildStation(AliMUON* where, Int_t stationNumber);
 
-  protected:
+  private:
+    /// Not implemented
     AliMUONResponseFactory(const AliMUONResponseFactory& rhs);
+    /// Not implemented
     AliMUONResponseFactory& operator=(const AliMUONResponseFactory& rhs);
 
-  private:
     void BuildCommon();
     void BuildStation1();
     void BuildStation2();
@@ -43,8 +44,8 @@ class AliMUONResponseFactory : public  TNamed {
     void BuildStation6();
     
     // data members    
-    AliMUON*             fMUON;           // MUON detector 
-    AliMUONResponseV0*   fResponse0;      // default response 
+    AliMUON*             fMUON;           ///< MUON detector 
+    AliMUONResponseV0*   fResponse0;      ///< default response 
 
   ClassDef(AliMUONResponseFactory,0)  // MUON Factory for Chambers and Segmentation
 };