diff --git a/Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C b/Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C
index c3fa9e8e55050209793ca75dcc5c45077ba685b8..051cd11702e97e2f7e9e78d6c96f80499ff3ddd1 100644
--- a/Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C
+++ b/Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C
@@ -175,11 +175,11 @@ void DEYcorrection(bool cut = false, bool spline = false) {
     int Nentries = chain->GetEntries();
     //int Nentries = 2000000;
     //int Nentries = 22000;
-    auto start = std::chrono::high_resolution_clock::now();
     int NSegment = 11;
     ofstream debug("Output/Debug.txt");
     //save data for clustering
 
+    auto start = std::chrono::high_resolution_clock::now();
     for (int e = 0; e < Nentries; e++) {
         if (e % 100000  == 0 && e > 0 ) {
             auto now = std::chrono::high_resolution_clock::now();