]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDDataMakerSim.h
Code cleanup in AliITSDetTypeRec and vertexers + minor bug fix in AliITSVertexer3D...
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDDataMakerSim.h
index f12057e7748339cbf8d51e35b64b29d417daac50..a8de8f4d66cf70688a1ef71872469d9d79a7b601 100644 (file)
@@ -40,20 +40,19 @@ public:
   virtual void MakeDigits(TTree * digits);\r
   virtual void MakeSDigits(TTree * sdigits);\r
   virtual void MakeHits(TTree * hits);\r
-  const Int_t Digits() { return fSDDhDigits; }\r
-  const Int_t SDigits() { return fSDDhSDigits; }\r
-  const Int_t Hits() { return fSDDhHits; }\r
+  Int_t GetOffset(AliQA::TASKINDEX_t task);\r
+  Int_t GetTaskHisto(AliQA::TASKINDEX_t task);\r
 \r
 private:\r
 \r
   AliITSQADataMakerSim *fAliITSQADataMakerSim;//pointer to the main ctor\r
-  Int_t   fSDDhDigits;                        //number of booked SDD Digits histograms;\r
-  Int_t   fSDDhSDigits;                       //number of booked SDD SDigits histograms;\r
-  Int_t   fSDDhHits;                          //number of booked SDD Hits histograms;\r
-  Int_t   fDigitsOffset;                      // number of histo booked when SDD start\r
-  Int_t   fSDigitsOffset;                     // number of histo booked when SDD start\r
-  Int_t   fHitsOffset;                        // number of histo booked when SDD start\r
-  ClassDef(AliITSQASDDDataMakerSim,1)      // description \r
+  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
 \r
 };\r
 \r