From 0d10853518a1395d817b653262480ea5252268ba Mon Sep 17 00:00:00 2001 From: "theodore.efremov" <theodore.efremov@cea.fr> Date: Thu, 30 Jan 2025 13:04:35 +0100 Subject: [PATCH] [AlPhaPha] Solved some bug on step3 --- .../AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C b/Projects/AlPhaPha/2024/macro/Calibration/IC/Step3/DEYcorrection.C index c3fa9e8e5..051cd1170 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(); -- GitLab