From 2542d242d594a9fe035c21a8c37fbcaf742f472e Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Sat, 13 Apr 2024 22:02:50 -0400 Subject: [PATCH] Revert "Fix ecal_gaps benchmark" This reverts commit 505e53ddcd4fce9d6ef31302ac47615d3e5cee30. --- benchmarks/ecal_gaps/ecal_gaps.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/benchmarks/ecal_gaps/ecal_gaps.org b/benchmarks/ecal_gaps/ecal_gaps.org index 8bdcac22..23bd4737 100644 --- a/benchmarks/ecal_gaps/ecal_gaps.org +++ b/benchmarks/ecal_gaps/ecal_gaps.org @@ -76,8 +76,6 @@ def get_events(particle="e-", energy="20GeV", num_files=1): filter_name=filter_name, open_files=False, steps_per_file=1, ) - print(events.fields) - pt = np.hypot(events["MCParticles.momentum.x"][:,0], events["MCParticles.momentum.y"][:,0]) theta = np.arctan2(pt, events["MCParticles.momentum.z"][:,0]) eta = -np.log(np.tan(theta / 2))