]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALQAChecker.h
new non linearity function and parameters for latest simulations with better agreemen...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALQAChecker.h
index f287caee6438b6e8b01911e3481cd0a1dcd0c9c9..7b37e065142b8545de59fece4b5a229055bf70f5 100644 (file)
@@ -41,14 +41,17 @@ public:
     kPedLG,kPedHG,
     k2DRatioAmp,kRatioDist, kLEDMonRatio, kLEDMonRatioDist,
     // then TRU info
-    kNsmodTRU,kTimeTRU,
+    kNsmodTRU,
     kSigTRU,kNtotTRU,
-    kPedTRU,
     kNL0TRU, kTimeL0TRU,
+               kNL0FirstTRU, kTimeL0FirstTRU,
     // and also LED Mon info
     kNsmodLGLEDMon,kNsmodHGLEDMon,kTimeLGLEDMon,kTimeHGLEDMon,
     kSigLGLEDMon,kSigHGLEDMon,kNtotLGLEDMon,kNtotHGLEDMon,
-    kPedLGLEDMon,kPedHGLEDMon
+    kPedLGLEDMon,kPedHGLEDMon,
+               //and STU info
+               kAmpL1, kGL1, kJL1,
+               kGL1V0, kJL1V0, kSTUTRU  
   } ;
        //Histograms for RecPoints  control
        enum HRPType_t {kRecPE,kRecPM,kRecPDigM};
@@ -57,8 +60,6 @@ public:
        enum HESDType_t {kESDCaloClusE,kESDCaloClusM,kESDCaloCellA,kESDCaloCellM} ;
 
   AliEMCALQAChecker() ;        // ctor
-  AliEMCALQAChecker(const AliEMCALQAChecker& qac);
-  AliEMCALQAChecker& operator = (const AliEMCALQAChecker& qac) ;
   virtual ~AliEMCALQAChecker() ; // dtor
        
   virtual void   Init(const AliQAv1::DETECTORINDEX_t det) ; 
@@ -71,11 +72,14 @@ protected:
   void CheckRaws(Double_t* test, TObjArray ** list);
   void CheckRecPoints(Double_t* /*test*/, TObjArray** /*list*/) const {;}
   void CheckESD(Double_t* /*test*/, TObjArray** /*list*/) const {;}
+       void CleanListOfFunctions(TList *list);
   TH1* GetHisto(TObjArray* list, const char* hname, Int_t specie) const;
   Double_t MarkHisto(TH1& histo, Double_t value) const;
        
        
 private:
+  AliEMCALQAChecker(const AliEMCALQAChecker& qac);
+  AliEMCALQAChecker& operator = (const AliEMCALQAChecker& qac) ;
        //TH1F * htemp; //a tempory histrogram for getting the mean and sigma
        //Double_t fMean; //mean value 
        //Double_t fWidth; //sigma of the distribution
@@ -86,6 +90,7 @@ private:
   TLine *     fLineCol       ; //! line to distinguish the different SM side: A side and C side
   TLine *     fLineRow[5]       ; //! line to distinguish the different SM sectors (0-5) 
   TPaveText * fText          ;  //! Information text for the quality of each SM
+       TPaveText * fTextL1[3];       //! Information text for the quality of L1 plots (3 plots in total)
   ClassDef(AliEMCALQAChecker,4)  // description 
 
 };