]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added T0 histograms
authorantoniol <antoniol@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Mar 2013 11:22:01 +0000 (11:22 +0000)
committerantoniol <antoniol@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Mar 2013 11:22:01 +0000 (11:22 +0000)
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