Skip to content

CaloRec: Be sure auxiliary variables get defined.

Scott Snyder requested to merge ssnyder/athena:auxvar.CaloRec-20241031 into main

Make sure that the auxiliary variables corresponding to the moments we produce get defined during initialize().

Otherwise, if the first event has no clusters, we may get warnings from AuxSelection that the variables are not known.

See ATLASRECTS-7180.

Merge request reports