]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASSDDataMakerSim.h
Correction of the offset settings in Rec and Sim QA for each EventSpecie. IsEQual...
[u/mrichter/AliRoot.git] / ITS / AliITSQASSDDataMakerSim.h
index 03cc15e95aaf994b35802c73ce4dcd906639d762..c5f2413dec499f66413c546731ff7c569b559e6b 100644 (file)
@@ -39,7 +39,7 @@ public:
   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);
+  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset,Int_t specie = 0);
   Int_t GetTaskHisto(AliQAv1::TASKINDEX_t task);
 
 private:
@@ -49,13 +49,13 @@ private:
   Int_t   fSSDhHTask;   //number of booked SSD histograms for the hit task;
   Int_t   fSSDhSTask;   //number of booked SSD histograms for the sdigits task;
   Int_t   fSSDhDTask;   //number of booked SSD histograms for the digit task;
-  Int_t   fGenOffsetH;                         // qachecking offset hits
-  Int_t   fGenOffsetS;                         // qachecking offset sdigits
-  Int_t   fGenOffsetD;                         // qachecking offset digits
+  Int_t   *fGenOffsetH;                         // qachecking offset hits
+  Int_t   *fGenOffsetS;                         // qachecking offset sdigits
+  Int_t   *fGenOffsetD;                         // qachecking offset digits
 
   static const Int_t fgkNumberOfPSideStrips = 768; //number of P-side strips
 
-  ClassDef(AliITSQASSDDataMakerSim,2)      // description 
+  ClassDef(AliITSQASSDDataMakerSim,3)      // description 
 };
 
 #endif