]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVPainter.cxx
Macro to display the output of SDD task in QA-train
[u/mrichter/AliRoot.git] / MUON / AliMUONVPainter.cxx
index 13a4f7c4a7483826222fd919439f82041111341b..7348bb3190762502c7e98fe095b7e1fe0abffb34 100644 (file)
@@ -100,15 +100,15 @@ ClassImp(AliMUONVPainter)
 AliMUONVPainter::AliMUONVPainter(TRootIOCtor*) : TObject(), 
 TQObject(),
 fHistogram(0x0),
+fPainterGroups(0x0),
+fResponderGroup(0x0),
 fName(""),
 fPathName(""),
 fType(""),
 fMother(0x0),
 fGroup(0x0),
 fContour(0x0),
-fPainterGroups(0x0),
 fChildren(0x0),
-fResponderGroup(0x0),
 fPlotterGroup(0x0),
 fBorderFactor(1.1),
 fPad(0x0),
@@ -118,6 +118,7 @@ fLineWidth(1),
 fIsValid(kTRUE)
 {
   /// streamer ctor
+  SetID(-1,-1);
 }
 
 //_____________________________________________________________________________
@@ -125,15 +126,15 @@ AliMUONVPainter::AliMUONVPainter(const char* type)
 : TObject(), 
   TQObject(),
   fHistogram(0x0),
+  fPainterGroups(0x0),
+  fResponderGroup(0x0),
   fName(""),
   fPathName(""),
   fType(type),
   fMother(0x0),
   fGroup(0x0),
   fContour(0x0),
-  fPainterGroups(0x0),
   fChildren(0x0),
-  fResponderGroup(0x0),
   fPlotterGroup(0x0),
   fBorderFactor(1.1),
   fPad(0x0),
@@ -151,15 +152,15 @@ AliMUONVPainter::AliMUONVPainter(const AliMUONVPainter& rhs)
 : TObject(rhs),
 TQObject(),
 fHistogram(0x0),
+fPainterGroups(0x0),
+fResponderGroup(0x0),
 fName(""),
 fPathName(""),
 fType(""),
 fMother(0x0),
 fGroup(0x0),
 fContour(0x0),
-fPainterGroups(0x0),
 fChildren(0x0),
-fResponderGroup(0x0),
 fPlotterGroup(0x0),
 fBorderFactor(1.0),
 fPad(0x0),
@@ -1394,5 +1395,6 @@ AliMUONVPainter::CreatePainter(const char* className,
 void
 AliMUONVPainter::PaintArea(Int_t fillColor)
 {
+  /// Draw a filled area
   AliMUONContourPainter::Paint(*(Contour()),-1,-1,fillColor);
 }