Skip to content

Turn plume lumi counters on by default

Daniel Charles Craik requested to merge dcraik_lumi_plume_bugfix into master

Currently the with_plume argument of lumi_reconstruction is the only one to default to False. This causes the plume lumi algorithm to be skipped (and all plume counters to come out at max value) unless with_plume is explicitly set to True in the configuration (which it hasn't been).

This MR changes the default value to True so that plume counters will be filled unless it's explicitly requested to exclude them. This is the same behaviour as we have for all other sub-detectors.

Depends on (and must be adapted for) !1326 (merged)

Edited by Rosen Matev

Merge request reports