Skip to content

PixelSiLorentzAngleCondAlg: Use addDependency instead of manual range intersection

PixelSiLorentzAngleCondAlg: Use addDependency instead of verbose and error-prone manual handling of IOV-Ranges.

The range-intersection in the previous version looks somewhat obscure. I didn't try to understand the logic-flow. The validity-range of the B-field was not taking into account. I added that with this MR. It would be good if @stsuno could have a look at the changeset to make sure I didn't delete anyting that was there for a good reason.

Merge request reports