]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONRecHit.cxx
Making important updates to the internal data structures:
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONRecHit.cxx
index 361ac6df8328d1c3fb34d484109179dc50ae2c8d..66b36adf7f473f95b7e28e2aa2f3e8578f5c5158 100644 (file)
@@ -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)