diff --git a/macros/CCEScan/plotSector.C b/macros/CCEScan/plotSector.C index 0105a19..5242271 100755 --- a/macros/CCEScan/plotSector.C +++ b/macros/CCEScan/plotSector.C @@ -336,7 +336,10 @@ double feb2016 = 1455926400.0; double may2016 = 1463040975.0; double sep2016 = 1475243957.0; - mg_frame->GetXaxis()->SetLimits(jan2010, sep2016); + double nov2016 = 1480427833.0; + double feb2018 = 1519776000.0; + double jan2019 = 1546300800.0; + mg_frame->GetXaxis()->SetLimits(jan2010, feb2018); mg_frame->SetMinimum(100.0); mg_frame->SetMaximum(300.0);