Skip to content

Include fwd towers per default in AODs

This MR replaces the long preExec used for the second round CP tuning samples

'ESDtoAOD:from CaloRec.CaloRecFlags import jobproperties;jobproperties.CaloRecFlags.Enabled.set_Value_and_Lock(True);jobproperties.CaloRecFlags.doCaloTopoCluster.set_Value_and_Lock(False);jobproperties.CaloRecFlags.doCaloTowerFromCluster.set_Value_and_Lock(False);jobproperties.CaloRecFlags.doCaloTopoTower.set_Value_and_Lock(True);jobproperties.CaloRecFlags.doCaloFwdTopoTower.set_Value_and_Lock(True);'

and includes towers now per default in the AODs (tested using q221 test). Towers are now produced in the RAWtoESD step and then stored in the AODs. This also avoids the issue reported in ATLASRECTS-6451 where CaloCalTopoTowers were stored by accident when using the above command.

Tagging @mswiatlo @wbalunas @sawyer @loch @tchowdhu @wlampl @mhodgkin for their information and in case of feedback.

Merge request reports