]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/qaRec/AliTRDpidChecker.h
reduce memory consumption in the histo process. Update for getting right
[u/mrichter/AliRoot.git] / TRD / qaRec / AliTRDpidChecker.h
index 57826b0f2fbb70fdfcdb177d58e4e321a7c1aa09..1eda391d86f66f5398f10066c4678c008f8f709f 100644 (file)
@@ -28,11 +28,13 @@ class AliTRDpidChecker : public AliTRDrecoTask
     kLQlikelihood    = 0     // place for 2-dim LQ electron likelihood distributions
     ,kNNlikelihood   = 1     // place for NN electron likelihood distributions
     ,kdEdx           = 2     // place for the dE/dx spectra
-    ,kPH             = 3     // place for pulse height spectra
-    ,kMomentum       = 4     // place for the momentum distribution
-    ,kMomentumBin    = 5     // place for the momentum distribution
-    ,kGraphLQ        = 6     // place for the 2-dim LQ pion efficiencies
-    ,kGraphNN        = 7     // place for the NN pion efficiencies
+    ,kdEdxSlice      = 3     // place for the dE/dx spectra
+    ,kPH             = 4     // place for pulse height spectra
+    ,kNClus          = 5     // place for the number of clusters per track
+    ,kMomentum       = 6     // place for the momentum distribution
+    ,kMomentumBin    = 7     // place for the momentum distribution
+    ,kGraphLQ        = 8     // place for the 2-dim LQ pion efficiencies
+    ,kGraphNN        = 9     // place for the NN pion efficiencies
   };
 
   enum{
@@ -46,6 +48,7 @@ public:
   void    CreateOutputObjects();
   void    Exec(Option_t *option);
   void    GetRefFigure(Int_t ifig, Int_t &first, Int_t &last, Option_t *opt);  
+  void    GetRefFigure(Int_t ifig);
   Bool_t  PostProcess();
   void    Terminate(Option_t *);