X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONDataInterface.h;h=fc6efedf24e0c7ddc11aafaf4b96b334bfa6bf26;hb=78649106ec7f71baeb897efa54274a4011675b87;hp=226e1d3fe5e7654c18546f201a3fd15479f8ac89;hpb=18b6b8c74df2512725e952325ba59354d18c5d85;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONDataInterface.h b/MUON/AliMUONDataInterface.h index 226e1d3fe5e..fc6efedf24e 100644 --- a/MUON/AliMUONDataInterface.h +++ b/MUON/AliMUONDataInterface.h @@ -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);