Skip to content

Fix legacy heavy ion egamma reconstruction

Fixing ART data15_heavy_ion.sh:

  • remove SubtractedCaloClusterTopoGetter and egammaTopoClusterCopierCfg from legacy HIegamma_jobOptions.py; the same algorithms are already in egammaReconstructionCfg which is also included in the same jobOptions
  • fix SubtractedCaloTopoClusters vs. SubtractedCaloTopoCluster; the plural is more intuitive and used in the CA, while the singular is used in the legacy setup. Also introduced a new flag, so the name usage is always consistent (in CA)

Tagging @stapiaar @mrybar

Merge request reports