--- quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/12/06 10:06:27 1.21 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2006/12/24 00:59:04 1.22 @@ -2,7 +2,7 @@ * FTrkCalibQLookExpert.cxx * * autor: D.Fedele - * version v1r20 + * version v1r21 * Parameters: * file - the data file to analyze * step - select =1 in order to analyze one event at time @@ -550,7 +550,7 @@ b.SetFillColor(107); b.SetFillStyle(3954); - //b.DrawBox(384.,700.,512.,maxhist); + b.DrawBox(384.,700.,512.,maxhist); b.DrawBox(2816.,700.,2944.,maxhist); b.DrawBox(2048.,700.,2176.,maxhist); } @@ -563,12 +563,12 @@ b.SetFillColor(6); b.SetFillStyle(3945); b.DrawBox(2560.,2200.,2816.,maxhist); - b.DrawBox(1024.,2200.,1535.,maxhist); + b.DrawBox(1024.,2200.,1280.,maxhist); b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(512.,2200.,768.,maxhist); - b.DrawBox(1536.,2200.,1792.,maxhist); + b.DrawBox(1280.,2200.,1792.,maxhist); } else if(nn==7){ b.SetFillColor(107); @@ -584,8 +584,8 @@ b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(256.,700.,384.,maxhist); - //b.DrawBox(1280.,700.,1408.,maxhist); - //b.DrawBox(1792.,700.,1920.,maxhist); + b.DrawBox(1280.,700.,1535.,maxhist); + b.DrawBox(1792.,700.,1920.,maxhist); } else if(nn==10){ b.SetFillColor(107); @@ -659,7 +659,7 @@ b.SetFillColor(107); b.SetFillStyle(3954); - //b.DrawBox(384.,0.,512.,maxhist); + b.DrawBox(384.,0.,512.,maxhist); b.DrawBox(2816.,0.,2944.,maxhist); b.DrawBox(2048.,0.,2176.,maxhist); } @@ -672,12 +672,12 @@ b.SetFillColor(6); b.SetFillStyle(3945); b.DrawBox(2560.,0.,2816.,maxhist); - b.DrawBox(1024.,0.,1535.,maxhist); + b.DrawBox(1024.,0.,1280.,maxhist); b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(512.,0.,768.,maxhist); - b.DrawBox(1536.,0.,1792.,maxhist); + b.DrawBox(1280.,0.,1792.,maxhist); } else if(nn==7){ b.SetFillColor(107); @@ -693,8 +693,8 @@ b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(256.,0.,384.,maxhist); - //b.DrawBox(1280.,0.,1408.,maxhist); - //b.DrawBox(1792.,0.,1920.,maxhist); + b.DrawBox(1280.,0.,1535.,maxhist); + b.DrawBox(1792.,0.,1920.,maxhist); } else if(nn==10){ b.SetFillColor(107);