]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDQADataMakerRec.h
Setting from Config.C all the values for beam line elements with variable apertures.
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDQADataMakerRec.h
index 7f22f5c2bb7589d38392722b8830baa1f49d0f3e..9bbf76f7bf3bfe6b94b4c6707d30afc916b4bdc3 100644 (file)
@@ -15,6 +15,7 @@
 
 // --- ROOT system ---
 class TTree ;
+class TLine ;
 class AliRawReader;
 class AliESDEvent ;
 // --- AliRoot header files ---
@@ -41,10 +42,15 @@ private:
   virtual void   MakeESDs(AliESDEvent * esd) ;         //Fill hit QA histo
   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,4)  // description 
 
 };