]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONLoader.h
Comments for Doxygen (mostly added comments for inline functions)
[u/mrichter/AliRoot.git] / MUON / AliMUONLoader.h
index 1dd7b09b11e8ed06706dfdebceb5c44b5b7f2edc..49ac94bdc934ba409c4af3b16152b941c361a059 100644 (file)
@@ -30,23 +30,13 @@ class AliMUONLoader : public AliLoader
     AliMUONData *  GetMUONData();
  
   protected:
+    /// Not implemented
     AliMUONLoader(const AliMUONLoader& rhs);
+    /// Not implemented
     AliMUONLoader& operator=(const AliMUONLoader& rhs);
 
     AliMUONData * fMUONData; ///< data for MUON subsystem 
 
-  private:
-    //descendant classes should
-    //use protected interface methods to access these folders
-
-    /**********************************************/
-    /***********     P U B L I C     **************/
-    /*********       S T A T I C       ************/
-    /*********         METHODS         ************/
-    /*********     They are used by    ************/
-    /*********** AliRunLoader as well**************/
-    /**********************************************/
-
   ClassDef(AliMUONLoader,1)
 };