Skip to content

Commit

Permalink
Change pT cut of CKF to 1 GeV
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Oct 9, 2024
1 parent a19ebe7 commit ac563a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<scalar>::GeV;
scalar pT_cut = 1.f * traccc::unit<scalar>::GeV;
scalar z_min = -500.f * traccc::unit<scalar>::mm;
scalar z_max = 500.f * traccc::unit<scalar>::mm;
scalar r_max = 200.f * traccc::unit<scalar>::mm;
Expand Down

0 comments on commit ac563a9

Please sign in to comment.