Skip to content

Add CaloClusterResolution algorithm

Oleksandr Zenaiev requested to merge calo_cluster_resolution into master

New algorithm CaloClusterResolution (consumer) which writes a ROOT tuple with information needed to calculate x, y and E resolution for calo clusters or hypos.

Also CaloClusterMCTruth, CaloHypoMCTruth were converted to functional.

Note that CaloHypoMCTruth was modified to create output also as RelationWeighted1D table (the old algorithm created LinksByKey). This is needed for CaloPositionResolution to work with both outputs created by CaloHypoMCTruth and CaloClusterMCTruth (weighted tables).

Depends on LHCb!2380 (merged) (see also LHCb!2380 (merged), Rec!1880 (merged), Moore!386 (merged), Brunel!971 (merged), lhcb-datapkg/PRConfig!113 (merged))

Edited by Rosen Matev

Merge request reports