]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterHelper.cxx
In mapping:
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterHelper.cxx
index aa589f08e3897d49769bb5b6568263a0df7fa7db..89edf7918f76a14fe882fcb2664c20c572d2e204 100644 (file)
@@ -450,7 +450,7 @@ AliMUONPainterHelper::GetSector(Int_t detElemId, AliMp::PlaneType planeType) con
 {
   /// Get a given sector
   AliMp::StationType stationType = AliMpDEManager::GetStationType(detElemId);
-  if ( stationType != AliMp::kStation1 && stationType != AliMp::kStation2 ) return 0x0;
+  if ( stationType != AliMp::kStation12 ) return 0x0;
   
   AliMp::CathodType cathodeType = AliMpDEManager::GetCathod(detElemId,planeType);