Skip to content

Clean up of MuonCaloEnergyTools - Vol I

Johannes Junggeburth requested to merge (removed):ATLASRECTS-6346 into master

Hi this MR includes the following changes:

  • clang-format of MuonCaloEnergyTools, MuidCaloIsolationTools, MuidCaloScatteringTools
  • Pipe the EventContext to the interface methods where necessary to close ATLASRECTS-6346
  • Use FourMomUtils for the deltaPhi calculation to remove the mapping error at phi= PI
  • Usage of smart pointers to get rid of all delete statements and potential memory leaks
  • Use 1./ cosh(eta) to calculate sin Theta instead of calculating theta first
Edited by Johannes Junggeburth

Merge request reports