Skip to content

Avoid event value cache in shared members.

The cut functions are now templates where an input adapter is a template parameter. The track and track particle properties are accessed via lightweight adapter classes at the time the cuts are computed, rather than pre-evaluating and caching the property values in members. Most cut functions are replaced by lambda expressions.

Closes ATLASRECTS-6088

Merge request reports