]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
patch for QA
authorgconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 May 2010 06:41:55 +0000 (06:41 +0000)
committergconesab <gconesab@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 May 2010 06:41:55 +0000 (06:41 +0000)
EMCAL/AliEMCALQAChecker.cxx
EMCAL/AliEMCALQADataMakerRec.cxx

index c871a149bdf707e95b0b4477a64aa04fb4a18ce7..11a2ce0f4dacdd6df56a95d21a1750a9114a77cc 100644 (file)
@@ -210,7 +210,6 @@ void AliEMCALQAChecker::CheckRaws(Double_t * test, TObjArray ** list)
       rv = NGoodTower/nTot ; 
       printf("%2.2f %% towers out of range [0.8, 1.2]\n", (1-rv)*100);
       if(fText){
-        fText->DeleteText() ;
         fText->Clear() ; 
       }      
       fText->AddText(Form("%2.2f %% towers out of range [0.8, 1.2]", (1-rv)*100));     
index a2dcd89ee102e0a84910064cd272d84bfc8c3afe..bc6c789059bd86fb4a573796da38eaddd086aa55 100644 (file)
@@ -744,8 +744,8 @@ void AliEMCALQADataMakerRec::MakeRaws(AliRawReader* rawReader)
  }
   //Now for LED monitor system, to calculate the ratio as well
   if(fLEDMonRefHistoPro){
-  GetRawsData(kLEDMonRatio)->Reset();  
-  GetRawsData(kLEDMonRatioDist)->Reset();
+  GetRawsData(kLEDMonRatio)->Reset("ICE");     
+  GetRawsData(kLEDMonRatioDist)->Reset("ICE");
   
   Double_t binError = 0. ;