]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAnalysisTaskPIDqa.h
added T0 histograms
[u/mrichter/AliRoot.git] / ANALYSIS / AliAnalysisTaskPIDqa.h
index 12e02715f74aa8c309e72a5fec26b78fb3188a98..aba1d015ccf0dcb2c700d932ec4caa79fb893dd7 100644 (file)
@@ -54,6 +54,7 @@ private:
   TList                 *fListQAtpc;        //! List with TPC QA histograms\r
   TList                 *fListQAtrd;        //! List with TRD QA histograms\r
   TList                 *fListQAtof;        //! List with TOF QA histograms\r
+  TList                 *fListQAt0;         //! List with T0 QA histograms\r
   TList                 *fListQAemcal;      //! List with EMCAL QA histograms\r
   TList                 *fListQAhmpid;      //! List with EMCAL QA histograms\r
   TList                 *fListQAtofhmpid;   //! List with EMCAL QA histograms\r
@@ -69,6 +70,7 @@ private:
   void SetupTPCqa();\r
   void SetupTRDqa();\r
   void SetupTOFqa();\r
+  void SetupT0qa();\r
   void SetupEMCALqa();\r
   void SetupHMPIDqa();\r
   void SetupTOFHMPIDqa();\r
@@ -84,6 +86,7 @@ private:
   void FillTPCqa();\r
   void FillTRDqa();\r
   void FillTOFqa();\r
+  void FillT0qa();\r
   void FillEMCALqa();\r
   void FillHMPIDqa();\r
   void FillTOFHMPIDqa();\r
@@ -102,6 +105,6 @@ private:
   AliAnalysisTaskPIDqa(const AliAnalysisTaskPIDqa &other);\r
   AliAnalysisTaskPIDqa& operator=(const AliAnalysisTaskPIDqa &other);\r
   \r
-  ClassDef(AliAnalysisTaskPIDqa,1)  // Task to properly set the PID response functions of all detectors\r
+  ClassDef(AliAnalysisTaskPIDqa,2)  // Task to properly set the PID response functions of all detectors\r
 };\r
 #endif\r