]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerBoard.h
Moving non-implemented copy constructor and asignment operator to the private part...
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerBoard.h
index b9db31de1da7932888979d0424aec3da00678a61..d874e30c9b1436bb9717aa8b0e5473806acd5295 100644 (file)
@@ -39,15 +39,16 @@ class AliMUONTriggerBoard : public TNamed
       virtual void Mask(Int_t index, UShort_t mask) = 0;
       
    protected:
+      Int_t fSlot;                ///< SLOT NUMBER IN CRATE
+
+      UShort_t fResponse;         ///< RESPONSE
+
+   private:
       /// Not implemented
       AliMUONTriggerBoard(const AliMUONTriggerBoard &entry);
       /// Not implemented
       AliMUONTriggerBoard& operator=(const AliMUONTriggerBoard &rhs);
 
-      Int_t fSlot;                ///< SLOT NUMBER IN CRATE
-
-      UShort_t fResponse;         ///< RESPONSE
-
    ClassDef(AliMUONTriggerBoard,1)
 };
 #endif