]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug on AliMUON::Chamber()
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Jan 2005 07:16:10 +0000 (07:16 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Jan 2005 07:16:10 +0000 (07:16 +0000)
MUON/AliMUONHit.cxx

index 82c249e020675e8ab062f066fcf547dab96af3f6..c0c559b0cf97aa68bc64d80c5fb3e3825c1ba904 100644 (file)
@@ -239,7 +239,7 @@ Int_t  AliMUONHit::Chamber()  const
 {  
 // Return chamber ID
 
-  if (!fIsDetElemId) 
+  if (fIsDetElemId) 
     return fDetElemId;
   else  
     return AliMUONVGeometryDEIndexing::GetModuleId(fDetElemId);