]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerLut.h
Fix copy ctor in case there is no stored pads (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerLut.h
index 415d6053f7745002ac81bcc399012c5c4286c6a3..3b0c1938eebcacbca1f3f2f2150ff0407342bbd5 100644 (file)
@@ -6,7 +6,7 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 
-/// \ingroup base
+/// \ingroup calib
 /// \class AliMUONTriggerLut
 /// \brief MUON trigger look up table class 
 ///
@@ -28,13 +28,12 @@ class AliMUONTriggerLut : public TNamed
   void GetLutOutput(Int_t circuit, Int_t xstrip, Int_t idev, Int_t ystrip, 
                    Int_t lutLpt[2], Int_t lutHpt[2]);
 
- protected:
-  // assignment operator
-  AliMUONTriggerLut& operator=(const AliMUONTriggerLut& AliMUONTriggerLut); 
-               
  private:
-  // copy constructor
+  /// Not implemented copy constructor
   AliMUONTriggerLut (const AliMUONTriggerLut& AliMUONTriggerLut);
+  /// Not implemented assignment operator
+  AliMUONTriggerLut& operator=(const AliMUONTriggerLut& AliMUONTriggerLut); 
+
   Int_t GetMask(Int_t ystrip);
 
 private: