diff --git a/macros/CCEScan/plotSector.C b/macros/CCEScan/plotSector.C index 2e795db..df4c551 100755 --- a/macros/CCEScan/plotSector.C +++ b/macros/CCEScan/plotSector.C @@ -333,7 +333,8 @@ // mg_frame->GetXaxis()->SetLimits(1262304000,1372636800); double jan2010 = 1262304000.0; double dec2015 = 1450103679.0; - mg_frame->GetXaxis()->SetLimits(jan2010, dec2015); + double feb2016 = 1455926400.0; + mg_frame->GetXaxis()->SetLimits(jan2010, feb2016); mg_frame->SetMinimum(100.0); mg_frame->SetMaximum(300.0);