Skip to content

Commit

Permalink
Set the pT cut to 0.5 GeV/c
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Oct 9, 2024
1 parent ac563a9 commit c0f71b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 1.f * traccc::unit<scalar>::GeV;
scalar pT_cut = 0.5f * 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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class seeding_performance_writer {
{"Num", plot_helpers::binning("N", 30, -0.5f, 29.5f)}};

/// Cut values
scalar pT_cut = 1.f * traccc::unit<scalar>::GeV;
scalar pT_cut = 0.5f * 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 c0f71b4

Please sign in to comment.