]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
add L1 plots hS1 and hS2 to logbook image also
authordsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 31 Oct 2011 14:51:18 +0000 (14:51 +0000)
committerdsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 31 Oct 2011 14:51:18 +0000 (14:51 +0000)
EMCAL/AliEMCALQADataMakerRec.cxx

index 68d37c8c52671693f6b5bfd04c5a6f9cb123b0b3..5080fa4750fbfa4d041a7f98714ae9f200e79f5d 100644 (file)
@@ -519,10 +519,10 @@ void AliEMCALQADataMakerRec::InitRaws()
  Add2RawsList(hS0, kAmpL1, expert, !image, !saveCorr) ;
        
  TH2F *hS1 = new TH2F("hL1Gamma", "L1 Gamma patch position (FastOR top-left)", nSTUCols, -0.50, nSTUCols-0.5, nSTURows, -0.5, nSTURows-0.5);
- Add2RawsList(hS1, kGL1, expert, !image, !saveCorr) ;
+ Add2RawsList(hS1, kGL1, expert, image, !saveCorr) ;
        
  TH2F *hS2 = new TH2F("hL1Jet", "L1 Jet patch position (FastOR top-left)", 12, -0.5, nSTUCols-0.5, 16, 0, nSTURows-0.5);
- Add2RawsList(hS2, kJL1, expert, !image, !saveCorr) ;
+ 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) ;