]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterPlotSelector.cxx
Update HFE v2 analyses
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterPlotSelector.cxx
index eee1e39fcb394602f61aaf2c22fe2f8a4d21a94b..8b7749f504f55533a21aed3cb845ff69346fbca3 100644 (file)
@@ -409,9 +409,8 @@ AliMUONPainterPlotSelector::SourceButtonWasClicked(Int_t id)
   TGButton* button = fDataSourceNames->GetButton(id);
   if ( !button ) 
   {
-    AliError(Form("Could not get DataSource button id=%d",id));
     StdoutToAliDebug(1,AliMUONPainterInterfaceHelper::Dump(*fDataSourceNames));
-    button->GetUserData(); // to trigger a crash so gdb is possible ;-)
+    AliFatal(Form("Could not get DataSource button id=%d",id));
   }
   
   AliMUONVTrackerData* data = reinterpret_cast<AliMUONVTrackerData*>(button->GetUserData());