X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2Fmapping%2FAliMpLocalBoard.h;h=4f434a8f82220a8d20f9684d71b816f7e96aa6ad;hb=ea9867dad7383d8c0ad139134e029f0f40108510;hp=1f6f159183588731b77ac31d00f1b2cc890bc24e;hpb=60e510d456c33369875f43cf500e83f2ed133eff;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/mapping/AliMpLocalBoard.h b/MUON/mapping/AliMpLocalBoard.h index 1f6f1591835..4f434a8f822 100644 --- a/MUON/mapping/AliMpLocalBoard.h +++ b/MUON/mapping/AliMpLocalBoard.h @@ -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 -#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;}