]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/TRD/AliTRDrecoTask.h
simplify QA histogram creation for the resolution task
[u/mrichter/AliRoot.git] / PWG1 / TRD / AliTRDrecoTask.h
index af3f1433a417de8b1cb4b9741cd0301b06565d73..00eb419e2d7e9a5e0f29c7e870cfc7ceee2eb6bd 100644 (file)
@@ -78,12 +78,11 @@ private:
   AliTRDrecoTask(const AliTRDrecoTask&);
   AliTRDrecoTask& operator=(const AliTRDrecoTask&);
 
-  UChar_t   fDebugLevel;   //! Debug level 
-  TList     *fPlotFuncList;//! plot functors list
-  static TList     *fgTrendPoint;          //! trend point
+  TList             *fPlotFuncList;//! plot functors list
+  static TList      *fgTrendPoint;          //! trend point
   static TTreeSRedirector *fgDebugStream;  //! Debug stream 
 
-  ClassDef(AliTRDrecoTask, 1) // base TRD reconstruction task
+  ClassDef(AliTRDrecoTask, 2) // base TRD reconstruction task
 };
 
 #endif