X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FMUON%2FAliHLTMUONRecHit.cxx;h=66b36adf7f473f95b7e28e2aa2f3e8578f5c5158;hb=a090ff227f498f953b94a2a117f966fe766d5c9c;hp=361ac6df8328d1c3fb34d484109179dc50ae2c8d;hpb=fb17de1f9254602eec793400b7ee86002cbff781;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/MUON/AliHLTMUONRecHit.cxx b/HLT/MUON/AliHLTMUONRecHit.cxx index 361ac6df832..66b36adf7f4 100644 --- a/HLT/MUON/AliHLTMUONRecHit.cxx +++ b/HLT/MUON/AliHLTMUONRecHit.cxx @@ -72,19 +72,6 @@ Int_t AliHLTMUONRecHit::Chamber(bool warn) const /// \param warn Indicates if any warning should be printed in case of problems. /// \returns The chamber number of this hit in the range [1..14] or -1 if not known. - if (fSourceDDL != -1) - { - if (fSourceDDL < 1 or fSourceDDL > 20) - { - return ((fSourceDDL-1) / 2) + 1; - } - else if (warn) - { - AliError(Form("The DDL source number: %d is out of range." - " Valid values are [1..20]", fSourceDDL - )); - } - } if (fDetElemId != -1) return AliMpDEManager::GetChamberId(fDetElemId, warn); if (warn)