]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASPDDataMakerSim.h
load AddTaskEmcalJet.C
[u/mrichter/AliRoot.git] / ITS / AliITSQASPDDataMakerSim.h
index 0688863d8a8bd2f8870354d6f068364b61ef84dd..84401e7690423221ae735d2ebed64e007b928e1c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliITSQASPDDataMakerSim_H
-#define AliITSQASPDDataMakerSim_H
+#ifndef ALIITSQASPDDATAMAKERSIM_H
+#define ALIITSQASPDDATAMAKERSIM_H
 /* Copyright(c) 2007-2009, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -29,7 +29,7 @@ public:
   AliITSQASPDDataMakerSim& operator = (const AliITSQASPDDataMakerSim& qac);
 
   virtual void StartOfDetectorCycle();
-  virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray * list);
+  virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray ** list);
   virtual ~AliITSQASPDDataMakerSim() {;}   // dtor
   virtual Int_t InitDigits();
   virtual Int_t InitSDigits();
@@ -40,8 +40,8 @@ public:
   virtual Int_t MakeDigits(TTree * digits);
   virtual Int_t MakeSDigits(TTree * sdigits);
   virtual Int_t MakeHits(TTree * hits);
-  Int_t GetOffset(AliQAv1::TASKINDEX_t task);
-  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset);
+  Int_t GetOffset(AliQAv1::TASKINDEX_t task, Int_t specie = 0);
+  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset,Int_t specie = 0);
   Int_t GetTaskHisto(AliQAv1::TASKINDEX_t task);
   //Int_t GetOffsetH() { return fGenOffsetH; }
   //Int_t GetOffsetS() { return fGenOffsetS; }
@@ -55,10 +55,10 @@ private:
   Int_t   fSPDhHTask;                          // number of booked SPD histograms for each task;
   Int_t   fSPDhSTask;                          // number of booked SPD histograms for each task;
   Int_t   fSPDhDTask;                          // number of booked SPD histograms for each task;
-  Int_t   fGenOffsetH;                         // qachecking offset       
-  Int_t   fGenOffsetS;                         // qachecking offset       
-  Int_t   fGenOffsetD;                         // qachecking offset       
-  ClassDef(AliITSQASPDDataMakerSim,3)      // description 
+  Int_t   *fGenOffsetH;                         // qachecking offset       
+  Int_t   *fGenOffsetS;                         // qachecking offset       
+  Int_t   *fGenOffsetD;                         // qachecking offset       
+  ClassDef(AliITSQASPDDataMakerSim,4)      // description 
 
 };