Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
timadye authored Oct 25, 2024
1 parent 7da2284 commit e79eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/TrackFinding/TrackSelector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ bool TrackSelector::isValidTrack(const track_proxy_t& track) const {
if (!m_isUnbinned) {
// return false if |eta| is outside its range, or nan.
if (!(absEta() >= m_cfg.absEtaEdges.front() &&
_absEta < m_cfg.absEtaEdges.back())) {
_absEta < m_cfg.absEtaEdges.back())) {
return false;
}
cutsPtr = &m_cfg.getCuts(_eta);
Expand Down

0 comments on commit e79eb08

Please sign in to comment.