]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpLocalBoard.h
Option for customized binning (as in AliUEHist), EventMixing binning now derived...
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpLocalBoard.h
index 1f6f159183588731b77ac31d00f1b2cc890bc24e..4f434a8f82220a8d20f9684d71b816f7e96aa6ad 100644 (file)
@@ -4,7 +4,7 @@
 // $Id$
 // $MpId: AliMpManuGeo.h,v 1.5 2006/05/24 13:58:16 ivana Exp $
 
-/// \ingroup management
+/// \ingroup mptrigger
 /// \class AliMpLocalBoard
 /// \brief Class that manages the properties of the local board
 ///
@@ -15,7 +15,8 @@
 
 #include <TNamed.h>
 
-#include  "AliMpArrayI.h"
+#include "AliMpArrayI.h"
+#include "AliMpEncodePair.h"
 
 class TString;
 
@@ -85,18 +86,18 @@ class AliMpLocalBoard : public TNamed
 
     
     /// given position (line, col)
-    AliMpIntPair GetPosition() const;
+    MpPair_t GetPosition() const;
 
     // Id to be copy to or from
     
     /// Get Id from where the X input are copied
-    Int_t GetInputXfrom() {return fInputXfrom;}
+    Int_t GetInputXfrom() const {return fInputXfrom;}
     /// Get Id to where the X input are copied
-    Int_t GetInputXto()   {return fInputXto;}
+    Int_t GetInputXto() const   {return fInputXto;}
     /// Get Id from where the Y input are copied
-    Int_t GetInputYfrom() {return fInputYfrom;}
+    Int_t GetInputYfrom() const {return fInputYfrom;}
     /// Get Id to where the Y input are copied
-    Int_t GetInputYto()   {return fInputYto;}
+    Int_t GetInputYto() const  {return fInputYto;}
 
     /// Set Id from where the X input are copied 
     void SetInputXfrom(Int_t id) {fInputXfrom = id;}