--- quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2007/03/08 01:41:02 1.28 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2007/05/28 10:27:51 1.29 @@ -2,7 +2,7 @@ * FTrkCalibQLookExpert.cxx * * autor: D.Fedele - * version v1r26 + * version v1r27 * Parameters: * file - the data file to analyze * step - select =1 in order to analyze one event at time @@ -594,15 +594,19 @@ else if(nn==9){ b.SetFillColor(107); b.SetFillStyle(3954); + b.DrawBox(0.,700.,128.,maxhist); b.DrawBox(256.,700.,384.,maxhist); + b.DrawBox(512.,700.,640.,maxhist); + b.DrawBox(896.,700.,1024.,maxhist); b.DrawBox(1280.,700.,1535.,maxhist); b.DrawBox(1792.,700.,1920.,maxhist); } else if(nn==10){ b.SetFillColor(107); b.SetFillStyle(3954); + b.DrawBox(0.,2200.,256.,maxhist); b.DrawBox(1024.,2200.,1152.,maxhist); - b.DrawBox(2048.,2200.,3070.,maxhist); + b.DrawBox(1768.,2200.,3070.,maxhist); } else if(nn==11){ b.SetFillColor(6); @@ -613,8 +617,9 @@ b.SetFillStyle(3954); b.DrawBox(0.,700.,512.,maxhist); b.DrawBox(1920.,700.,2560.,maxhist); + b.DrawBox(2816.,700.,3070.,maxhist); } - // } +// } // else histoped[nn]->Draw("axis"); histoaped[nn]->Draw("same"); if((nn+1)%2==1) { @@ -715,15 +720,19 @@ else if(nn==9){ b.SetFillColor(107); b.SetFillStyle(3954); + b.DrawBox(0.,0.,128.,maxhist); b.DrawBox(256.,0.,384.,maxhist); + b.DrawBox(512.,0.,640.,maxhist); + b.DrawBox(896.,0.,1024.,maxhist); b.DrawBox(1280.,0.,1535.,maxhist); b.DrawBox(1792.,0.,1920.,maxhist); } else if(nn==10){ b.SetFillColor(107); b.SetFillStyle(3954); + b.DrawBox(0.,0.,256.,maxhist); b.DrawBox(1024.,0.,1152.,maxhist); - b.DrawBox(2048.,0.,3070.,maxhist); + b.DrawBox(1768.,0.,3070.,maxhist); } else if(nn==11){ b.SetFillColor(6); @@ -734,6 +743,7 @@ b.SetFillStyle(3954); b.DrawBox(0.,0.,512.,maxhist); b.DrawBox(1920.,0.,2560.,maxhist); + b.DrawBox(2816.,0.,3070.,maxhist); } // } // else histosig[nn]->Draw("axis");