]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponseFactory.h
Removing quick code hack and unnecessary methods. Now have a much cleaner implementat...
[u/mrichter/AliRoot.git] / MUON / AliMUONResponseFactory.h
index ac86ee966110ee32933af326f55e27cb2c96190d..c28b357142023b5190f545d3b7a340c0f19134fb 100644 (file)
@@ -16,7 +16,6 @@
 #include <TNamed.h>
 
 class AliMUON;
-class AliMUONSegmentation;
 class AliMUONResponseV0;
 
 class AliMUONResponseFactory : public  TNamed {
@@ -30,7 +29,9 @@ class AliMUONResponseFactory : public  TNamed {
     void BuildStation(AliMUON* where, Int_t stationNumber);
 
   private:
+    /// Not implemented
     AliMUONResponseFactory(const AliMUONResponseFactory& rhs);
+    /// Not implemented
     AliMUONResponseFactory& operator=(const AliMUONResponseFactory& rhs);
 
     void BuildCommon();