Skip to content

Single HIEventShape config

Petr Balek requested to merge pbalek/athena:hi-unified-eventshape-cfg into 23.0

Changes the Heavy Ion config, so there's only only function creating HIEventShapeMaker and it's in HIGlobalConfig.py. The duplicated code from HIJetRecConfigCA.py (function HIEventShapeCfg()) is deleted. The new function HIEventShapeMakerCfg() can create both weighted and non-weighted event shapes via kwargs. Also moves HIEventShapeMapToolCfg() from SubtractedCellGetterCA.py to HIGlobalConfig.py as it's more intuitive.

The output remains unchanged.

Partially related to ATLHI-492

Tagging @stapiaar @mrybar

Merge request reports