]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASPDDataMakerSim.h
coding conventions
[u/mrichter/AliRoot.git] / ITS / AliITSQASPDDataMakerSim.h
index 0688863d8a8bd2f8870354d6f068364b61ef84dd..84b848aed4862c1517cf502fead0de6db1ced6c2 100644 (file)
@@ -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 
 
 };