--- quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/10/30 17:45:36 1.18 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/11/20 11:33:24 1.19 @@ -2,7 +2,7 @@ * FTrkCalibQLookExpert.cxx * * autor: D.Fedele - * version v1r16 + * version v1r17 * Parameters: * file - the data file to analyze * step - select =1 in order to analyze one event at time @@ -537,7 +537,7 @@ maxhist=histoped[nn]->GetMaximum(); b.SetFillColor(107); b.SetFillStyle(3945); - b.DrawBox(768.,700.,2047.,maxhist); + b.DrawBox(768.,2200.,2047.,maxhist); } else if(nn==1){ maxhist=histoped[nn]->GetMaximum(); @@ -574,6 +574,12 @@ b.SetFillStyle(3954); b.DrawBox(512.,700.,768.,maxhist); } + else if(nn==8){ + maxhist=histoped[nn]->GetMaximum(); + b.SetFillColor(107); + b.SetFillStyle(3954); + b.DrawBox(512.,2200.,768.,maxhist); + } else if(nn==9){ maxhist=histoped[nn]->GetMaximum(); b.SetFillColor(107); @@ -668,6 +674,12 @@ b.SetFillStyle(3954); b.DrawBox(512.,0.,768.,maxhist); } + else if(nn==8){ + maxhist=histosig[nn]->GetMaximum(); + b.SetFillColor(107); + b.SetFillStyle(3954); + b.DrawBox(512.,0.,768.,maxhist); + } else if(nn==9){ maxhist=histosig[nn]->GetMaximum(); b.SetFillColor(107);