Releases: MuonColliderSoft/MarlinTrkProcessors
v02-18-03-MC
What's Changed
Full Changelog: v02-18-02-MC...v02-18-03-MC
v02-18-02-MC
What's Changed
TrackSelector applies chi2/ndf cut as upper bound
TrackSelector cuts on subsystem-dependent hit multiplicities are now implemented as >= instead of >
- fix bugs in cut implementation by @madbaron in #30
- Replace Chi2Spatial with MaxChi2OverNdf check by @madbaron in #31
Full Changelog: v02-18-01-MC...v02-18-02-MC
v02-18-01-MC
What's Changed
- added cut on outliers by @madbaron in #29
- RefitFinal processor reads B field from geometry
- FilterTracks processor can cut on d0 and z0
Full Changelog: v02-18-MC...v02-18-01-MC
v02-18-MC
This is releases fixes a few issues with configurable arguments in RefitFinal being ingnored by the processor.
The FilterTracks processor can now select also based on the number of outliers.
What's Changed
Full Changelog: v02-17-01-MC...v02-18-MC
v02-17-MC
v02-17-01-MC
What's Changed
- LLP coning by @mlittmann in #24
New Contributors
- @mlittmann made their first contribution in #24
Full Changelog: v02-17-MC...v02-17-01-MC
v02-16-MC
This release collects all changes since last April to allow using a tagged version into the preparation of release 2.10
What's Changed
- adding filter on track clusters for realistic digitization by @spagangriso in #16
- Fix warnings and remove CentOS7 from CI workflows (iLCSoft#71) by @tmadlener in #20
- Selector updates: holes and existence of TrackState at caloface by @madbaron in #17
New Contributors
- @spagangriso made their first contribution in #16
- @tmadlener made their first contribution in #20
Full Changelog: v02-15-MC...v02-16-MC
v02-15-MC
PR#14: Improved efficiency of DoubleLayer filter
-
Modified FilterDoubleLayerHits processor to configure cuts in the track-curvature direction using angular distance dPhi [mrad] instead of original dU [mm] distance in the sensor plane. -
Introduced a configurable time-difference cut applied to hits before forming a stub candidate, in order to remain efficient with wider digitization time windows.
Marlin configuration files using this processor have to be adapted for the new format -
v02-14-MC
PR #9 - Move the cuts on the hits track before the refit to save time
PR #11 - Merge with iLCSoft repository
- https://github.com/iLCSoft/MarlinTrkProcessors/releases/tag/v02-12
- https://github.com/iLCSoft/MarlinTrkProcessors/releases/tag/v02-12-01
- https://github.com/iLCSoft/MarlinTrkProcessors/releases/tag/v02-12-02
PR #10 - Add FilterTracks processor to filter tracks
- A processor that filters a track collection. The input and output collections are set via InputTrackCollectionName and OutputTrackCollectionName parameters.
The track properties to filter on are: number of hits in the detectors; minimum transverse momentum; spatial chi squared.
Global release v02-03-MC
Merge pull request #2 from MuonColliderSoft/double_layer_filter: Double-layer filtering + Splitting by layers
Introduces a new FilterDoubleLayerHits processor for filtering of RecHits based on their angular alignment within a double-layer.
Updates the SplitCollectionByLayer processor to support custom layer combinations.
Merge pull request #3 from MuonColliderSoft/refitCuts: Extra quality cuts in Refitter
Minimal Chi2/NDF
Minimal number of hits in arbitrary combinations of tracker subdetectors