]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRecoCheck.h
Comments for Doxygen (mostly added comments for inline functions)
[u/mrichter/AliRoot.git] / MUON / AliMUONRecoCheck.h
index 06cc3c8b7be985ede64f3e76e0cab5207a663237..061af4bc8dea01995141fd96a0328260e432ebeb 100644 (file)
@@ -48,6 +48,10 @@ public:
   TClonesArray *GetMuonTrackRef() {return fMuonTrackRef;}
 
 private:
+  /// Not implemented
+  AliMUONRecoCheck(const AliMUONRecoCheck& rhs);
+  /// Not implemented
+  AliMUONRecoCheck& operator = (const AliMUONRecoCheck& rhs);
   
   AliRunLoader* fRunLoader;     ///< alice run loader 
   AliMUONData*  fMUONData;      ///< Data container for MUON subsystem 
@@ -59,9 +63,6 @@ private:
                                 /// to decide if the class should or not deal with the loaders
 
 
-  AliMUONRecoCheck(const AliMUONRecoCheck& rhs);
-  AliMUONRecoCheck& operator = (const AliMUONRecoCheck& rhs);
-
   ClassDef(AliMUONRecoCheck, 0)   //Utility class to check reconstruction
 };