From ac563a9df108eb1888eabf9513e46445e81a8fb8 Mon Sep 17 00:00:00 2001 From: Beomki Yeo Date: Wed, 9 Oct 2024 18:28:27 +0200 Subject: [PATCH] Change pT cut of CKF to 1 GeV --- .../include/traccc/efficiency/finding_performance_writer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/include/traccc/efficiency/finding_performance_writer.hpp b/performance/include/traccc/efficiency/finding_performance_writer.hpp index bb0f6ddeae..e79fef3f71 100644 --- a/performance/include/traccc/efficiency/finding_performance_writer.hpp +++ b/performance/include/traccc/efficiency/finding_performance_writer.hpp @@ -51,7 +51,7 @@ class finding_performance_writer { {"Num", plot_helpers::binning("N", 30, -0.5f, 29.5f)}}; /// Cut values - scalar pT_cut = 0.1f * traccc::unit::GeV; + scalar pT_cut = 1.f * traccc::unit::GeV; scalar z_min = -500.f * traccc::unit::mm; scalar z_max = 500.f * traccc::unit::mm; scalar r_max = 200.f * traccc::unit::mm;