CPAlgorithms: schedule BJetCalib algorithm after Muon ID/isolation
As noted by @rjoshi the BJetCalib
block is required to be placed after Muons
, but that refers only to the block responsible for muon calibration. The sequence is therefore currently: Muons
-> BJetCalib
-> Muons.WorkingPoint
(ID+iso).
Instead, users want the BJetCalib
to take into account muon ID and isolation, so this MR adds the appropriate dependencies so the sequence becomes: Muons
-> Muons.WorkingPoint
-> BJetCalib
.
Tagging also @tstreble, who implemented the BJetCalib
block in !73984 (merged), for feedback.