--- quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/12/02 16:12:47 1.20 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/12/06 10:06:27 1.21 @@ -2,7 +2,7 @@ * FTrkCalibQLookExpert.cxx * * autor: D.Fedele - * version v1r18 + * version v1r20 * Parameters: * file - the data file to analyze * step - select =1 in order to analyze one event at time @@ -550,6 +550,7 @@ b.SetFillColor(107); b.SetFillStyle(3954); + //b.DrawBox(384.,700.,512.,maxhist); b.DrawBox(2816.,700.,2944.,maxhist); b.DrawBox(2048.,700.,2176.,maxhist); } @@ -583,11 +584,13 @@ b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(256.,700.,384.,maxhist); + //b.DrawBox(1280.,700.,1408.,maxhist); + //b.DrawBox(1792.,700.,1920.,maxhist); } else if(nn==10){ b.SetFillColor(107); b.SetFillStyle(3954); - b.DrawBox(2560.,2200.,3070.,maxhist); + b.DrawBox(2048.,2200.,3070.,maxhist); } else if(nn==11){ b.SetFillColor(6); @@ -656,6 +659,7 @@ b.SetFillColor(107); b.SetFillStyle(3954); + //b.DrawBox(384.,0.,512.,maxhist); b.DrawBox(2816.,0.,2944.,maxhist); b.DrawBox(2048.,0.,2176.,maxhist); } @@ -689,11 +693,13 @@ b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(256.,0.,384.,maxhist); + //b.DrawBox(1280.,0.,1408.,maxhist); + //b.DrawBox(1792.,0.,1920.,maxhist); } else if(nn==10){ b.SetFillColor(107); b.SetFillStyle(3954); - b.DrawBox(2560.,0.,3070.,maxhist); + b.DrawBox(2048.,0.,3070.,maxhist); } else if(nn==11){ b.SetFillColor(6);