]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerElectronics.cxx
Adding the ShowConfig function
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerElectronics.cxx
index ac665de0afe6e495af238b41c55821b8999a3b07..e55f9745eb4d006767f1b271a31b7a9980c247f9 100644 (file)
@@ -217,7 +217,7 @@ void AliMUONTriggerElectronics::Feed(const AliMUONVDigitStore& digitStore)
         
         if (b) 
         {
-          if (cathode && b->GetSwitch(6)) ibitxy += 8;
+          if (cathode && b->GetSwitch(AliMpLocalBoard::kZeroAllYLSB)) ibitxy += 8;
           
           b->SetbitM(ibitxy,cathode,ichamber-10);
         }