Skip to content

Minor cleanup of TRTHWMapCondAlg

Walter Lampl requested to merge wlampl/athena:TRTHWMapCondAlgSimplify into master

Minor cleanup of TRTHWMapCondAlg:

  • Use unique_ptr instead of new/delete
  • avoid double ReadHandle-lookup for range-intersection

Merge request reports