Skip to content
Snippets Groups Projects
Commit 0d108535 authored by Theodore Efremov's avatar Theodore Efremov :hibiscus:
Browse files

[AlPhaPha] Solved some bug on step3

parent 05d78282
No related branches found
No related tags found
No related merge requests found
Pipeline #385649 passed
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment