X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliQADataMakerRec.h;h=fd67aaa67b3f966a3942893200f0b604e4aa6a70;hb=03dec2c995153acc4cbb3a0f13b3b6a455d81ce1;hp=e6b1e0b60e0d0ccbda9305569bc8a1c67d23f5ca;hpb=2b261f202eadc407f641203427978760574c9772;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliQADataMakerRec.h b/STEER/AliQADataMakerRec.h index e6b1e0b60e0..fd67aaa67b3 100644 --- a/STEER/AliQADataMakerRec.h +++ b/STEER/AliQADataMakerRec.h @@ -5,7 +5,6 @@ /* $Id$ */ - // // Base Class: // Produces the data needed to calculate the quality assurance. @@ -31,18 +30,23 @@ public: AliQADataMakerRec& operator = (const AliQADataMakerRec& qadm) ; virtual ~AliQADataMakerRec() ; // dtor - virtual Int_t Add2DigitsList(TH1 * /*hist*/, const Int_t /*index*/, const Bool_t /*expert = kFALSE*/, const Bool_t /*image = kFALSE*/) { return -1 ; } - virtual Int_t Add2ESDsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE) { return Add2List(hist, index, fESDsQAList, expert, image) ; } - virtual Int_t Add2HitsList(TH1 * /*hist*/, const Int_t /*index*/, const Bool_t /*expert = kFALSE*/, const Bool_t /*image = kFALSE*/) { return -1 ; } - virtual Int_t Add2RecPointsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE) { return Add2List(hist, index, fRecPointsQAList, expert, image) ; } - virtual Int_t Add2RawsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE, const Bool_t saveForCorr = kFALSE) { - return Add2List(hist, index, fRawsQAList, expert, image, saveForCorr) ; } - virtual Int_t Add2SDigitsList(TH1 * /*hist*/, const Int_t /*index*/, const Bool_t /*expert = kFALSE*/, const Bool_t /*image = kFALSE*/) { return -1 ; } - virtual void Exec(AliQAv1::TASKINDEX_t task, TObject * data) ; + virtual Int_t Add2DigitsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE) + { return Add2List(hist, index, fDigitsQAList, expert, image) ; } + virtual Int_t Add2ESDsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE) + { return Add2List(hist, index, fESDsQAList, expert, image) ; } + virtual Int_t Add2HitsList(TH1 * /*hist*/, const Int_t /*index*/, const Bool_t /*expert = kFALSE*/, const Bool_t /*image = kFALSE*/) + { return -1 ; } + virtual Int_t Add2RecPointsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE) + { return Add2List(hist, index, fRecPointsQAList, expert, image) ; } + virtual Int_t Add2RawsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE, const Bool_t saveForCorr = kFALSE) + { return Add2List(hist, index, fRawsQAList, expert, image, saveForCorr) ; } + virtual Int_t Add2SDigitsList(TH1 * /*hist*/, const Int_t /*index*/, const Bool_t /*expert = kFALSE*/, const Bool_t /*image = kFALSE*/) { return -1 ; } + + virtual void Exec(AliQAv1::TASKINDEX_t task, TObject * data) ; virtual void EndOfCycle() ; virtual void EndOfCycle(AliQAv1::TASKINDEX_t task) ; virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t, TObjArray ** ) {AliInfo("To be implemented by detectors");} - virtual TH1 * GetDigitsData(const Int_t /*index*/) { return NULL ; } + virtual TH1 * GetDigitsData(const Int_t index ) { return dynamic_cast(GetData(fDigitsQAList, index)) ; } virtual TH1 * GetESDsData(const Int_t index) { return dynamic_cast(GetData(fESDsQAList, index)) ; } virtual TH1 * GetHitsData(const Int_t /*index*/) { return NULL ; } virtual const AliDetectorRecoParam * GetRecoParam() { return fRecoParam ; } @@ -55,12 +59,11 @@ public: virtual void Init(AliQAv1::TASKINDEX_t task, TObjArray ** list, Int_t run, Int_t cycles = -1) ; virtual void StartOfCycle(Int_t run = -1) ; virtual void StartOfCycle(AliQAv1::TASKINDEX_t task, Int_t run, const Bool_t sameCycle = kFALSE) ; - virtual void SetRecoParam(const AliDetectorRecoParam *param) { fRecoParam = param; } protected: - virtual void InitDigits() {AliWarning("Call not valid") ; } + virtual void InitDigits() {AliInfo("To be implemented by detectors");} virtual void InitESDs() {AliInfo("To be implemented by detectors");} virtual void InitRecoParams() ; virtual void InitHits() {AliWarning("Call not valid") ; } @@ -72,8 +75,8 @@ protected: virtual void MakeESDs(AliESDEvent * ) {AliInfo("To be implemented by detectors");} virtual void MakeHits(TClonesArray * ) {AliWarning("Call not valid") ; } virtual void MakeHits(TTree * ) {AliWarning("Call not valid") ; } - virtual void MakeDigits(TClonesArray * ) {AliWarning("Call not valid") ; } - virtual void MakeDigits(TTree * ) {AliWarning("Call not valid") ; } + virtual void MakeDigits(TClonesArray * ) {AliInfo("To be implemented by detectors");} + virtual void MakeDigits(TTree * ) {AliInfo("To be implemented by detectors");} //virtual void MakeRecParticles(TClonesArray * ) {AliInfo("To be implemented by detectors");} virtual void MakeRaws(AliRawReader *) {AliInfo("To be implemented by detectors");} virtual void MakeRecPoints(TTree * ) {AliInfo("To be implemented by detectors");} @@ -81,13 +84,14 @@ protected: virtual void MakeSDigits(TTree * ) {AliWarning("Call not valid") ; } virtual void StartOfDetectorCycle() {AliInfo("To be implemented by detectors");} - TObjArray * * fESDsQAList ; //! list of the ESDs QA data objects - TObjArray * * fRawsQAList ; //! list of the raws QA data objects - TObjArray * * fRecPointsQAList ; //! list of the RecPoints QA data objects - TNtupleD * * fCorrNt ; //! This is used by Corr only to hold its Ntuple. - const AliDetectorRecoParam *fRecoParam; //! const pointer to the reco parameters to be used in the reco QA + TObjArray * * fDigitsQAList ; //! list of the digits QA data objects + TObjArray * * fESDsQAList ; //! list of the ESDs QA data objects + TObjArray * * fRawsQAList ; //! list of the raws QA data objects + TObjArray * * fRecPointsQAList ; //! list of the RecPoints QA data objects + TNtupleD ** fCorrNt ; //! This is used by Corr only to hold its Ntuple. + const AliDetectorRecoParam *fRecoParam; //! const pointer to the reco parameters to be used in the reco QA - ClassDef(AliQADataMakerRec,2) // description + ClassDef(AliQADataMakerRec,4) // description };