Skip to content

Commit

Permalink
Increase maxEta_regSort (used in mkFit region sorting), for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasciov committed Oct 4, 2021
1 parent 423b028 commit 494a85d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace {
TrackerInfo::EtaRegion reg;

// Max eta used for region sorting
constexpr float maxEta_regSort = 5.0;
constexpr float maxEta_regSort = 7.0;

const LayerInfo &outer_brl = trk_info.outer_barrel_layer();

Expand Down

0 comments on commit 494a85d

Please sign in to comment.