]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDataInterface.h
Corrected Doxygen warnings:
[u/mrichter/AliRoot.git] / MUON / AliMUONDataInterface.h
index 226e1d3fe5e7654c18546f201a3fd15479f8ac89..fc6efedf24e0c7ddc11aafaf4b96b334bfa6bf26 100644 (file)
@@ -28,9 +28,6 @@ class AliMUONHit;
 class AliMUONDigit;
 class AliMUONTrack;
 
-/// An easy to use interface to the MUON module data stored.
-/// \deprecated
-
 class AliMUONDataInterface : public TObject
 {
  public:
@@ -112,12 +109,10 @@ class AliMUONDataInterface : public TObject
   // Returns the currently selected cathode in TreeD.
   Int_t   CurrentDCathode() const { return fCathode;     };
   
- protected:
+ private:
   AliMUONDataInterface(const AliMUONDataInterface& rhs);
   AliMUONDataInterface& operator=(const AliMUONDataInterface& rhs);
   
- private:
-  
   Bool_t FetchMuonLoader(TString filename, TString foldername);
   Bool_t LoadLoaders(TString filename, TString foldername);
   Bool_t FetchLoaders(TString filename, TString foldername);