Update CA config of AOD outputs for CaloThinCellsByClusterAlg
This MR aims at restoring some missing MuonClusterCollectionAux
variables (namely constituentClusterLinks
, eta_sampl
and phi_sampl
) from the AOD produced with the CA config. For some (not well-understood) reason, the presence of the explicit CellLink
decoration in the CaloThinCellsByClusterAlg config interferes with the inclusive setting of the output in MuonCombinedReconstructionConfig.py
aod_items += ["xAOD::CaloClusterAuxContainer#MuonClusterCollectionAux."]
With the current config, only the CellLink
decoration is saved, while the other variables present when running the RecExCommon config are dropped. Interestingly this doesn't happen for the EGamma cluster collection.
In any case, the update in this MR has the expected effect.
Edited by Thomas Strebler