File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ struct HfTaskD0 {
581581 if (rejectionMask != 0 ) {
582582 continue ;
583583 }
584- auto bc = collision.template bc_as <BCsType>();
584+ const auto & bc = collision.template bc_as <BCsType>();
585585
586586 // Determine gap type using SGSelector with BC range checking
587587 const auto gapResult = hf_upc::determineGapType (collision, bcs, upcThresholds);
Original file line number Diff line number Diff line change @@ -718,7 +718,7 @@ struct HfTaskDplus {
718718 // / at least one event selection not satisfied --> reject the candidate
719719 continue ;
720720 }
721- auto bc = collision.template bc_as <BCsType>();
721+ const auto & bc = collision.template bc_as <BCsType>();
722722
723723 // Determine gap type using SGSelector with BC range checking
724724 const auto gapResult = hf_upc::determineGapType (collision, bcs, upcThresholds);
You can’t perform that action at this time.
0 commit comments