]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASPDDataMakerSim.h
modifications to satisfy the coding conventions
[u/mrichter/AliRoot.git] / ITS / AliITSQASPDDataMakerSim.h
index dfa9daa1e10169f3ac9affc4878600095c2e876c..8c9f9675ffa8c8c889585e4c1147f383fc52f65f 100644 (file)
@@ -40,14 +40,18 @@ public:
   virtual void MakeDigits(TTree * digits);
   virtual void MakeSDigits(TTree * sdigits);
   virtual void MakeHits(TTree * hits);
-  Int_t GetOffset() { return fGenOffset; }
+  Int_t GetOffsetH() { return fGenOffsetH; }
+  Int_t GetOffsetS() { return fGenOffsetS; }
+  Int_t GetOffsetD() { return fGenOffsetD; }
   Int_t GetTaskHisto() { return fSPDhTask; }
 
 private:
 
   AliITSQADataMakerSim *fAliITSQADataMakerSim;//pointer to the main ctor
   Int_t   fSPDhTask;                        //number of booked SPD histograms for each task;
-  Int_t   fGenOffset;                         // qachecking offset       
+  Int_t   fGenOffsetH;                         // qachecking offset       
+  Int_t   fGenOffsetS;                         // qachecking offset       
+  Int_t   fGenOffsetD;                         // qachecking offset       
   ClassDef(AliITSQASPDDataMakerSim,2)      // description 
 
 };