diff --git a/macros/CCEScan/plotSector.C b/macros/CCEScan/plotSector.C index f23a06b..4c568a5 100755 --- a/macros/CCEScan/plotSector.C +++ b/macros/CCEScan/plotSector.C @@ -334,7 +334,8 @@ double jan2010 = 1262304000.0; double dec2015 = 1450103679.0; double feb2016 = 1455926400.0; - mg_frame->GetXaxis()->SetLimits(jan2010, feb2016); + double may2016 = 1463040975.0; + mg_frame->GetXaxis()->SetLimits(jan2010, may2016); mg_frame->SetMinimum(100.0); mg_frame->SetMaximum(300.0);