]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDQADataMakerRec.h
Moving the copy constructors and assignment operators to private: and removing the...
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDQADataMakerRec.h
index 45fb4ef6a93ea36130a7cd830c5cec557ebf0bce..9bbf76f7bf3bfe6b94b4c6707d30afc916b4bdc3 100644 (file)
@@ -15,6 +15,7 @@
 
 // --- ROOT system ---
 class TTree ;
+class TLine ;
 class AliRawReader;
 class AliESDEvent ;
 // --- AliRoot header files ---
@@ -34,16 +35,22 @@ private:
   virtual void   InitRecPoints();  //book cluster QA histo
   virtual void   InitRaws();     //book raw QA histo
   virtual void   InitESDs() ;      //book ESD QA histo 
-  virtual void   MakeDigits(TClonesArray* digits) ;
+  virtual void   MakeDigits() ;
   virtual void   MakeDigits(TTree * digits)    ;  //Fill cluster QA histo
   virtual void   MakeRecPoints(TTree * clusters)    ;  //Fill cluster QA histo
   virtual void   MakeRaws(AliRawReader* rawReader);
   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 
-
-  ClassDef(AliHMPIDQADataMakerRec,1)  // description 
+  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,4)  // description 
 
 };