--- quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2007/02/26 16:41:05 1.27 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_EXPERT.cxx 2007/03/08 01:41:02 1.28 @@ -2,7 +2,7 @@ * FTrkCalibQLookExpert.cxx * * autor: D.Fedele - * version v1r25 + * version v1r26 * Parameters: * file - the data file to analyze * step - select =1 in order to analyze one event at time @@ -77,7 +77,7 @@ Int_t nevents=0; Int_t minevent = 0; Int_t maxevent = 0; - ULong64_t FOBT[2]; + ULong_t FOBT[2]; FOBT[0]=0; FOBT[1]=0; @@ -188,7 +188,7 @@ Int_t hcevent=hotr->GetEntries(); Int_t tcevent=totr->GetEntries(); - ULong64_t HOBT[hcevent], TOBT[tcevent]; + ULong_t HOBT[hcevent], TOBT[tcevent]; for (Int_t i = 0; i < hcevent; i++){ hotr->GetEntry(i); ph = eh4->GetPscuHeader(); @@ -572,13 +572,10 @@ b.DrawBox(896.,700.,1024.,maxhist); } else if(nn==6){ - b.SetFillColor(6); - b.SetFillStyle(3945); - b.DrawBox(1024.,2200.,1280.,maxhist); - b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(512.,2200.,768.,maxhist); + b.DrawBox(1024.,2200.,1280.,maxhist); b.DrawBox(1280.,2200.,1792.,maxhist); b.DrawBox(2560.,2200.,2816.,maxhist); } @@ -587,6 +584,7 @@ b.SetFillStyle(3954); b.DrawBox(512.,700.,768.,maxhist); b.DrawBox(896.,700.,1535.,maxhist); + b.DrawBox(2024.,700.,2280.,maxhist); } else if(nn==8){ b.SetFillColor(107); @@ -695,13 +693,10 @@ b.DrawBox(896.,0.,1024.,maxhist); } else if(nn==6){ - b.SetFillColor(6); - b.SetFillStyle(3945); - b.DrawBox(1024.,0.,1280.,maxhist); - b.SetFillColor(107); b.SetFillStyle(3954); b.DrawBox(512.,0.,768.,maxhist); + b.DrawBox(1024.,0.,1280.,maxhist); b.DrawBox(1280.,0.,1792.,maxhist); b.DrawBox(2560.,0.,2816.,maxhist); } @@ -710,6 +705,7 @@ b.SetFillStyle(3954); b.DrawBox(512.,0.,768.,maxhist); b.DrawBox(896.,0.,1535.,maxhist); + b.DrawBox(2024.,0.,2280.,maxhist); } else if(nn==8){ b.SetFillColor(107);