Skip to content

Update postprocessing for CaloMon jobs. In some cases, we clone histograms...

Ellis Kay requested to merge ekay/athena:LAr_postProcFix into 24.0

Update postprocessing for CaloMon jobs. In some cases, we clone histograms that might be type TH1I or TH2I, then try to fill with non-integer values (e.g. by dividing histograms to convert to rates). Introduce a new function which either clones as normal, or performs .Copy() to float type

Merge request reports