]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/OnlineAnalysis/AliHLTMUONTriggerReconstructorComponent.cxx
Replacement of AliMpIntPair object with algoritmic
[u/mrichter/AliRoot.git] / HLT / MUON / OnlineAnalysis / AliHLTMUONTriggerReconstructorComponent.cxx
index 43c6bbe22cd02d05c92d5dd87d872d022600b024..d196352de170dda82cb62a8e77c7cdbcd8b40410 100644 (file)
@@ -980,7 +980,7 @@ int AliHLTMUONTriggerReconstructorComponent::ReadLutFromCDB()
                                                Int_t offset = 0;
                                                if (iCathode && localBoard->GetSwitch(6)) offset = -8;
                                                
-                                               AliMpPad pad = seg->PadByLocation(AliMpIntPair(boardId, bitxy+offset), kFALSE);
+                                               AliMpPad pad = seg->PadByLocation(boardId, bitxy+offset, kFALSE);
                                        
                                                if (! pad.IsValid())
                                                {