X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONTriggerIO.h;h=038de1e6f2559eb92f7e5f89c0ebf5f11717d6d5;hb=934a7423617a028f016540d885ae2d6f4491bc09;hp=d05c16c8efda4179a8bb37f0b37de71579fdcec4;hpb=92c23b09d8263caf283ea958a86fd82f6fe74832;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONTriggerIO.h b/MUON/AliMUONTriggerIO.h index d05c16c8efd..038de1e6f25 100644 --- a/MUON/AliMUONTriggerIO.h +++ b/MUON/AliMUONTriggerIO.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup trigger +/// \ingroup calib /// \class AliMUONTriggerIO /// \brief Handles read/write of masks and LUT to/from online files /// @@ -17,7 +17,6 @@ #endif #include "AliMpExMap.h" -#include "AliMpGlobalCrate.h" #include "AliMpRegionalTrigger.h" @@ -64,7 +63,7 @@ public: AliMUONGlobalCrateConfig* globalConfig) const; - Int_t ReadGlobalConfig(const char* globalFile, AliMUONGlobalCrateConfig* globalConfig); + Int_t ReadGlobalConfig(const char* globalFile, AliMUONGlobalCrateConfig* globalConfig) const; Bool_t WriteGlobalConfig(const char* globalFile, AliMUONGlobalCrateConfig* globalConfig) const; @@ -82,6 +81,7 @@ public: FILE* flut); Int_t LocalBoardId(Int_t index) const; + Int_t LocalBoardId(Int_t ddlId, Int_t crateId, Int_t localId) const; private: @@ -101,7 +101,6 @@ private: private: AliMpRegionalTrigger fRegionalTrigger; //!< Regional trigger - AliMpGlobalCrate fGlobalCrate; //!< Global crate object static const UInt_t fgkLocalLutSize; ///< length of the lut for one local board