X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HMPID%2FAliHMPIDQADataMakerRec.h;h=72c7e5315827b4dc71a739c04806feb48d29b210;hp=7f22f5c2bb7589d38392722b8830baa1f49d0f3e;hb=8d9917bfbb901381fa1132126c6793deb74511ab;hpb=fe343c6b042043503708967dd2b20045dc985ac3 diff --git a/HMPID/AliHMPIDQADataMakerRec.h b/HMPID/AliHMPIDQADataMakerRec.h index 7f22f5c2bb7..72c7e531582 100644 --- a/HMPID/AliHMPIDQADataMakerRec.h +++ b/HMPID/AliHMPIDQADataMakerRec.h @@ -15,6 +15,7 @@ // --- ROOT system --- class TTree ; +class TLine ; class AliRawReader; class AliESDEvent ; // --- AliRoot header files --- @@ -42,9 +43,15 @@ private: virtual void StartOfDetectorCycle() ; virtual void EndOfDetectorCycle(AliQAv1::TASKINDEX_t, TObjArray ** obj) ; Int_t fEvtRaw; //!internal event counter for raw + TLine *fLineDdlDatSizeLow; // line for minimum data size limit + TLine *fLineDdlDatSizeUp; // line for maximum data size limit + TLine *fLineDdlPadOCcLow; // line for minimum occupancy limit + TLine *fLineDdlPadOCcUp; // line for maximum occpuancy limit + TLine *fModline[6]; // lines to separate the HMPID modules Int_t fChannel ; //! - - ClassDef(AliHMPIDQADataMakerRec,2) // description + + + ClassDef(AliHMPIDQADataMakerRec,3) // description };