]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderCOG.h
Added protection and 2 levels for problems
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderCOG.h
index 51d9edd661084675e83ee38e229a619097c9b3ed..c23db5948235f6109d7be09e991f358ffac63e10 100644 (file)
@@ -30,8 +30,11 @@ public:
   virtual AliMUONCluster* NextCluster();
   
 private:
+  /// Not implemented
   AliMUONClusterFinderCOG(const AliMUONClusterFinderCOG& rhs);
+  /// Not implemented
   AliMUONClusterFinderCOG& operator=(const AliMUONClusterFinderCOG& rhs);
+
   void ComputePosition(AliMUONCluster& cluster);
 
 private: