--- quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/08/28 14:33:19 1.12 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/09/18 15:01:56 1.13 @@ -2,7 +2,7 @@ * FTrkCalibQLookExpert.cxx * * autor: D.Fedele - * version v1r10 + * version v1r11 * Parameters: * file - the data file to analyze * step - select =1 in order to analyze one event at time @@ -176,7 +176,7 @@ } else if (toevent > nevents) { maxevent = nevents; } else { - maxevent = fromevent; + maxevent = nevents; }; }; @@ -568,6 +568,7 @@ b.SetFillStyle(3954); b.DrawBox(0.,700.,512.,maxhist); b.DrawBox(1920.,700.,2048.,maxhist); + b.DrawBox(2176.,700.,2304.,maxhist); } } else histoped[nn]->Draw("axis"); @@ -649,6 +650,7 @@ b.SetFillStyle(3954); b.DrawBox(0.,0.,512.,maxhist); b.DrawBox(1920.,0.,2048.,maxhist); + b.DrawBox(2176.,0.,2304.,maxhist); } } else histosig[nn]->Draw("axis");