X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSQASDDDataMakerSim.h;h=0883b94dc0953ac97f851d4c92fa1c8fe0981bc9;hb=59c31cc131d9da364fea5f476894393eabd104aa;hp=f9f1e45dc094051f5a9be6671c111693a7bc4dbf;hpb=6252ceeb59406d4f518422dfad532f414e0a23c4;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSQASDDDataMakerSim.h b/ITS/AliITSQASDDDataMakerSim.h index f9f1e45dc09..0883b94dc09 100644 --- a/ITS/AliITSQASDDDataMakerSim.h +++ b/ITS/AliITSQASDDDataMakerSim.h @@ -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); private: @@ -50,10 +50,10 @@ private: Int_t fSDDhHTask; //number of booked SDD histograms for each task; Int_t fSDDhSTask; //number of booked SDD histograms for each task; Int_t fSDDhDTask; //number of booked SDD histograms for each task; - Int_t fGenOffsetH; // qachecking offset - Int_t fGenOffsetS; // qachecking offset - Int_t fGenOffsetD; // qachecking offset - ClassDef(AliITSQASDDDataMakerSim,3) // description + Int_t *fGenOffsetH; // qachecking offset + Int_t *fGenOffsetS; // qachecking offset + Int_t *fGenOffsetD; // qachecking offset + ClassDef(AliITSQASDDDataMakerSim,4) // description };