eta-dependent Acts track selector
- use
Acts::TrackSelector::EtaBinnedConfig
to select tracks output from CKF. Previously could only use the same cut for all η. - uses existing
etaBins
property, which is also used forMeasurementSelectorCuts
(chi2CutOff
andnumMeasurementsCutOff
).-
etaBins
should now include dummy first/last bin for compatibility withflags.Tracking.ActiveConfig.etaBins
. These are removed forMeasurementSelectorCuts
, andabsEtaMin
andabsEtaMax
are added forActs::TrackSelector::EtaBinnedConfig
. - Properties
phiMin
,phiMax
,etaMin
,etaMax
,ptMin
,ptMax
, andminMeasurements
are now specified as vectors. - For these properties, as well as
chi2CutOff
andnumMeasurementsCutOff
, the last element will be used for any remaining unspecified η bins. If an empty vector is specified, then the defaults forActs::TrackSelector
(no cuts) orMeasurementSelectorCuts
will be used.
-
-
ActsTrackFindingCfg
changed selections to use cuts fromflags.Tracking.ActiveConfig
specified increateITkTrackingPassFlags
:-
ptMin
= 0.9 (|η|<2) and 0.4 (|η|≥2) -
minMeasurements
= 9 (|η|<2), 8 (2≤|η|<2.6), 7 (|η|≥2.6)
-
Edited by Tim Adye