--- quicklook/tracker/flight/macros/FTrkQLook_EXPERT.cxx 2007/05/28 10:27:51 1.32 +++ quicklook/tracker/flight/macros/FTrkQLook_EXPERT.cxx 2007/07/30 14:23:02 1.33 @@ -1,8 +1,9 @@ + /** * FTrkQLook_EXPERT.cxx * * autor: D.Fedele - * version v1r26 + * version v1r27 * Parameters: * file - the data file to analyze * fromevent - first event to analyze @@ -620,30 +621,30 @@ case 1: li.DrawLine(min,2055.,max,2055.); - li.DrawLine(min,2050.,max,2050.); + li.DrawLine(min,2049.,max,2049.); t1->DrawLatex(xlat,2055.3,ma.str().c_str()); - t1->DrawLatex(xlat,2049.7,mi.str().c_str()); + t1->DrawLatex(xlat,2048.7,mi.str().c_str()); break; case 2: li.DrawLine(min,2056.,max,2056.); - li.DrawLine(min,2051.,max,2051.); + li.DrawLine(min,2050.,max,2050.); t1->DrawLatex(xlat,2056.3,ma.str().c_str()); - t1->DrawLatex(xlat,2050.7,mi.str().c_str()); + t1->DrawLatex(xlat,2049.7,mi.str().c_str()); break; case 3: li.DrawLine(min,2057.,max,2057.); - li.DrawLine(min,2052.,max,2052.); + li.DrawLine(min,2051.,max,2051.); t1->DrawLatex(xlat,2057.3,ma.str().c_str()); - t1->DrawLatex(xlat,2051.7,mi.str().c_str()); + t1->DrawLatex(xlat,2050.7,mi.str().c_str()); break; case 4: li.DrawLine(min,2066.,max,2066.); li.DrawLine(min,2060.,max,2060.); - t1->DrawLatex(xlat,2066.15,ma.str().c_str()); - t1->DrawLatex(xlat,2059.85,mi.str().c_str()); + t1->DrawLatex(xlat,2066.2,ma.str().c_str()); + t1->DrawLatex(xlat,2059.8,mi.str().c_str()); break; } @@ -1110,6 +1111,18 @@ t1->DrawLatex(70.,98.7,isfile.str().c_str()); isfile.str(""); + isfile<<"Boxes so colored point out chips broken before the launch and never resumed"; + t->SetTextColor(6); + t->SetTextSize(0.018); + t->DrawLatex(7.,97.2,isfile.str().c_str()); + isfile.str(""); + + isfile<<"Boxes so colored point out anomalous chips (not necessarily broken)"; + t->SetTextColor(107); + t->DrawLatex(7.,95.7,isfile.str().c_str()); + isfile.str(""); + t->SetTextColor(1); + // // Draw the histos for (Int_t i=0; i<12 ; i++){ @@ -1179,6 +1192,7 @@ b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(384.,0.,512.,maxhist); + b.DrawBox(896.,0.,1024.,maxhist); b.DrawBox(2048.,0.,2432.,maxhist); b.DrawBox(2816.,0.,2944.,maxhist); } @@ -1196,7 +1210,8 @@ else if(i==5){ b.SetFillColor(107); b.SetFillStyle(3954); - b.DrawBox(896.,0.,1024.,maxhist); + b.DrawBox(896.,0.,1024.,maxhist); + // b.DrawBox(1664.,0.,1792.,maxhist); } else if(i==6){ b.SetFillColor(107); @@ -1226,14 +1241,13 @@ b.DrawBox(512.,0.,640.,maxhist); b.DrawBox(896.,0.,1024.,maxhist); b.DrawBox(1280.,0.,1535.,maxhist); - b.DrawBox(1792.,0.,1920.,maxhist); + b.DrawBox(1664.,0.,1920.,maxhist); } else if(i==10){ b.SetFillColor(107); b.SetFillStyle(3954); - b.DrawBox(0.,0.,256.,maxhist); - b.DrawBox(1024.,0.,1152.,maxhist); - b.DrawBox(1768.,0.,3070.,maxhist); + b.DrawBox(0.,0.,512.,maxhist); + b.DrawBox(1024.,0.,3070.,maxhist); } else if(i==11){ b.SetFillColor(6);