Introduce CaloDecoratorKernelCfg for EGAM + HIGG1 derivations
EGAM derivations are running MaxCellDecorator
, GainDecoratorTool
, ClusterEnergyPerLayerDecorator
to decorate objects. In case several formats are run in parallel, this leads to the following error (see https://its.cern.ch/jira/browse/ATEAM-939)
05:03:39 EGAM2Kernel ERROR SG::ExcStoreLocked: Attempted to modify auxiliary data in a locked store: `::E_Lr0_HiG' (2126)
To benefit from algorithm deduplication in the scheduler, a common CaloDecoratorKernelCfg
is introduced and use in the different formats.
Also switch ConfigFlags
to flags
for consistency with other CA configs.
Edited by Thomas Strebler