]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONChamberPainter.cxx
Adding a line to be able to generate core dumps online
[u/mrichter/AliRoot.git] / MUON / AliMUONChamberPainter.cxx
index 32a36aa05de231161db597af3218c1a82b5ba6c9..0bca465f32efb64e313437de46f94dbb27bd2911 100644 (file)
@@ -18,7 +18,7 @@
 #include "AliMUONChamberPainter.h"
 
 #include "AliMUONDEPainter.h"
-#include "AliMUONPainterContour.h"
+#include "AliMUONContour.h"
 #include "AliMUONPainterHelper.h"
 #include "AliMUONVCalibParam.h"
 #include "AliMUONVTrackerData.h"
@@ -87,7 +87,7 @@ fChamberId(chamberId)
   
   deIt.First(fChamberId);
   
-  AliMUONPainterContour* contour = h->GetContour(ContourName());
+  AliMUONContour* contour = h->GetContour(ContourName());
   TObjArray contourArray;
   
   while (!deIt.IsDone())
@@ -227,7 +227,7 @@ AliMUONChamberPainter::PaintArea(const AliMUONVTrackerData& data, Int_t dataInde
   
   Int_t color = AliMUONPainterHelper::Instance()->ColorFromValue(value,min,max);
   
-  Contour()->PaintArea(color);
+  PaintArea(color);
 }
 
 //_____________________________________________________________________________