--- quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2007/01/08 14:34:59 1.23 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2007/02/12 10:18:17 1.24 @@ -1,8 +1,8 @@ -/** +`/** * FTrkCalibQLookExpert.cxx * * autor: D.Fedele - * version v1r22 + * version v1r23 * Parameters: * file - the data file to analyze * step - select =1 in order to analyze one event at time @@ -541,6 +541,7 @@ if(nn==0){ b.SetFillColor(107); b.SetFillStyle(3945); + b.DrawBox(256.,2200.,384.,maxhist); b.DrawBox(768.,2200.,2047.,maxhist); } else if(nn==1){ @@ -554,11 +555,16 @@ b.DrawBox(2048.,700.,2432.,maxhist); b.DrawBox(2816.,700.,2944.,maxhist); } + else if(nn==3){ + b.SetFillColor(107); + b.SetFillStyle(3954); + b.DrawBox(2816.,700.,3070.,maxhist); + } else if(nn==4){ b.SetFillColor(107); b.SetFillStyle(3954); - b.DrawBox(384.,2200.,512.,maxhist); - b.DrawBox(2816.,2200.,2944.,maxhist); + b.DrawBox(256.,2200.,512.,maxhist); + b.DrawBox(2816.,2200.,3070.,maxhist); } else if(nn==6){ b.SetFillColor(6); @@ -575,6 +581,7 @@ b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(512.,700.,768.,maxhist); + b.DrawBox(1024.,700.,1535.,maxhist); } else if(nn==8){ b.SetFillColor(107); @@ -652,6 +659,7 @@ if(nn==0){ b.SetFillColor(107); b.SetFillStyle(3945); + b.DrawBox(256.,0.,384.,maxhist); b.DrawBox(768.,0.,2047.,maxhist); } else if(nn==1){ @@ -665,11 +673,16 @@ b.DrawBox(2048.,0.,2432.,maxhist); b.DrawBox(2816.,0.,2944.,maxhist); } + else if(nn==3){ + b.SetFillColor(107); + b.SetFillStyle(3954); + b.DrawBox(2816.,0.,3070.,maxhist); + } else if(nn==4){ b.SetFillColor(107); b.SetFillStyle(3954); - b.DrawBox(384.,0.,512.,maxhist); - b.DrawBox(2816.,0.,2944.,maxhist); + b.DrawBox(256.,0.,512.,maxhist); + b.DrawBox(2816.,0.,3070.,maxhist); } else if(nn==6){ b.SetFillColor(6); @@ -686,6 +699,7 @@ b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(512.,0.,768.,maxhist); + b.DrawBox(1024.,0.,1535.,maxhist); } else if(nn==8){ b.SetFillColor(107);