]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/AliAnaVZEROQA.h
Allow to pass trigger mask value as parameter to AddTaskQAsym
[u/mrichter/AliRoot.git] / PWG1 / AliAnaVZEROQA.h
index 424fb6f8733a7f0afc2fe92f51fb54ea538c8299..e5e36035ac362b1809954c9c1ef87abf88a8ac91 100644 (file)
@@ -8,6 +8,9 @@
 // 05/12/2009 cvetan.cheshkov@cern.ch
 //------------------------------
 
+class TH1F;
+class TH2F;
+
 #include "AliAnalysisTaskSE.h"
 
 class AliAnaVZEROQA : public AliAnalysisTaskSE
@@ -27,8 +30,6 @@ class AliAnaVZEROQA : public AliAnalysisTaskSE
                      Int_t nBinsY, Double_t yMin, Double_t yMax,
                      const char* xLabel = NULL, const char* yLabel = NULL);
 
-  Float_t CorrectLeadingTime(Int_t i, Float_t time, Float_t adc) const;
-  
  private:
 
   TList* fListOfHistos;   // List of output histos
@@ -64,7 +65,6 @@ class AliAnaVZEROQA : public AliAnalysisTaskSE
   TH1F *fV0multC;         // Mutiplicity in V0C
   TH1F *fV0ampl;          // ADC spectra for both rings
 
-  TH2F *fhTimePMTCorr;    // Corrected time per PMT
   TH2F *fhEvents;         // Event statistics histogram
 
   TH2F *fhVtxXYBB;        // XY vertex for beam-beam events