]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDDisplay.h
Bug fix for reading raw data - thanks Frederic YERMIA, Diego, and Gines MARTINEZ
[u/mrichter/AliRoot.git] / FMD / AliFMDDisplay.h
index 159a04e3a0aaa4f190a81d780d92b252d95cd743..3c1f1eb6ad35b73eac2ee479f3f835d32f0db176 100644 (file)
@@ -128,6 +128,7 @@ protected:
       fHits(0),
       fCanvas(0),
       fPad(0),
+      fButtons(0),
       fSlider(0),
       fZoomMode(0),
       fX0(0),
@@ -140,7 +141,11 @@ protected:
       fYPixel(0),
       fOldXPixel(0),
       fOldYPixel(0),
-      fLineDrawn(0)
+      fLineDrawn(0), 
+      fOnlyFMD(kTRUE),
+      fSpec(0), 
+      fSpecCut(0),
+      fAux(0)
   { } 
   /** Assignment operator 
       @return Reference to this object */