]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
add L1Gamma amp vs V0 plot to logbook image
authordsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Nov 2011 11:08:37 +0000 (11:08 +0000)
committerdsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Nov 2011 11:08:37 +0000 (11:08 +0000)
EMCAL/AliEMCALQADataMakerRec.cxx

index e75f61277ec6824561f89854aee97e6c34cc6cea..4a37001c213d9e2df27b97d633d9cd2dbf62c0b0 100644 (file)
@@ -525,7 +525,7 @@ void AliEMCALQADataMakerRec::InitRaws()
  Add2RawsList(hS2, kJL1, expert, image, !saveCorr) ;
        
  TH2I *hS3 = new TH2I("hL1GV0", "L1 Gamma patch amplitude versus V0 signal", 500, 0, 50000, 1500, 0, 1500);
- Add2RawsList(hS3, kGL1V0, expert, !image, !saveCorr) ;
+ Add2RawsList(hS3, kGL1V0, expert, image, !saveCorr) ;
        
  TH2I *hS4 = new TH2I("hL1JV0", "L1 Jet patch amplitude versus V0 signal", 500, 0, 50000, 1000, 0, 1000);
  Add2RawsList(hS4, kJL1V0, expert, !image, !saveCorr) ;