]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDDataMakerSim.h
improved feeddown paramaterisation
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDDataMakerSim.h
index f9f1e45dc094051f5a9be6671c111693a7bc4dbf..eed06ceeac92a4f3d4f154d360165615ad4c7c8c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliITSQASDDDataMakerSim_H\r
-#define AliITSQASDDDataMakerSim_H\r
+#ifndef ALIITSQASDDDATAMAKERSIM_H\r
+#define ALIITSQASDDDATAMAKERSIM_H\r
 /* Copyright(c) 2007-2009, ALICE Experiment at CERN, All rights reserved. *\r
  * See cxx source for full Copyright notice                               */\r
 \r
@@ -29,7 +29,7 @@ public:
   AliITSQASDDDataMakerSim& operator = (const AliITSQASDDDataMakerSim& qac);\r
 \r
   virtual void StartOfDetectorCycle();\r
-  virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray * list);\r
+  virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray ** list);\r
   virtual ~AliITSQASDDDataMakerSim() {;}   // dtor\r
   virtual Int_t InitDigits();\r
   virtual Int_t InitSDigits();\r
@@ -40,8 +40,8 @@ public:
   virtual Int_t MakeDigits(TTree * digits);\r
   virtual Int_t MakeSDigits(TTree * sdigits);\r
   virtual Int_t MakeHits(TTree * hits);\r
-  Int_t GetOffset(AliQAv1::TASKINDEX_t task);\r
-  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset);\r
+  Int_t GetOffset(AliQAv1::TASKINDEX_t task, Int_t specie = 0);\r
+  void  SetOffset(AliQAv1::TASKINDEX_t task, Int_t offset,Int_t specie = 0);\r
   Int_t GetTaskHisto(AliQAv1::TASKINDEX_t task);\r
 \r
 private:\r
@@ -50,10 +50,10 @@ private:
   Int_t   fSDDhHTask;                        //number of booked SDD histograms for each task;\r
   Int_t   fSDDhSTask;                        //number of booked SDD histograms for each task;\r
   Int_t   fSDDhDTask;                        //number of booked SDD histograms for each task;\r
-  Int_t   fGenOffsetH;                         // qachecking offset\r
-  Int_t   fGenOffsetS;                         // qachecking offset\r
-  Int_t   fGenOffsetD;                         // qachecking offset\r
-  ClassDef(AliITSQASDDDataMakerSim,3)      // description \r
+  Int_t   *fGenOffsetH;                         // qachecking offset\r
+  Int_t   *fGenOffsetS;                         // qachecking offset\r
+  Int_t   *fGenOffsetD;                         // qachecking offset\r
+  ClassDef(AliITSQASDDDataMakerSim,4)      // description \r
 \r
 };\r
 \r