X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSQASPDDataMakerRec.h;h=833572bba394bf734b3ebc177d55226895822553;hb=adbdeaecb9719d9d1148f601b1ec8a30ec6edfa3;hp=f64b551c01ca4c4e4167d924eb6f15f9555c45b6;hpb=eca4fa66e575b53a72c027046dc9ea60487c3240;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSQASPDDataMakerRec.h b/ITS/AliITSQASPDDataMakerRec.h index f64b551c01c..833572bba39 100644 --- a/ITS/AliITSQASPDDataMakerRec.h +++ b/ITS/AliITSQASPDDataMakerRec.h @@ -33,13 +33,13 @@ public: virtual Int_t InitRecPoints(); virtual Int_t MakeRaws(AliRawReader *rawReader); virtual Int_t MakeRecPoints(TTree *clustersTree); - virtual Int_t MakeDigits(TClonesArray* /*digits*/) {return 0;} + virtual Int_t MakeDigits() {return 0;} virtual Int_t MakeDigits(TTree *clustersTree); virtual void StartOfDetectorCycle(); virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray * list); virtual ~AliITSQASPDDataMakerRec(); // dtor 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: @@ -54,12 +54,12 @@ private: Int_t fSPDhRawsTask; // number of booked SPD histograms for the Raws Task Int_t fSPDhDigitsTask; // number of booked SPD histograms for the RecPoints Task Int_t fSPDhRecPointsTask; // number of booked SPD histograms for the RecPoints Task - Int_t fGenRawsOffset; // QAchecking Raws offset - Int_t fGenDigitsOffset; // QAchecking Digits offset - Int_t fGenRecPointsOffset; // QAchecking RecPoints offset + Int_t *fGenRawsOffset; // QAchecking Raws offset + Int_t *fGenDigitsOffset; // QAchecking Digits offset + Int_t *fGenRecPointsOffset; // QAchecking RecPoints offset AliITSRawStreamSPDErrorLog *fAdvLogger; // pointer to special error logger object - ClassDef(AliITSQASPDDataMakerRec,4) // description + ClassDef(AliITSQASPDDataMakerRec,6) // description };