FastJet also provides means to facilitate the manipulation of jet substructure, including some common boosted heavy-object taggers, as well as tools for estimation of pileup and underlying-event noise levels, determination of jet areas and subtraction or suppression of noise in jets. Features include...
{ inputs.run-mac-tests && 'dummy' || 'macos-latest' }}" + # Only runs tests on macos if explicitly requested, or on a schedule + - os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-latest' }}" + runs-on: ${{ matrix.os }} time...