Skip to content

Modernization of LArRampBuilder algorithm

Walter Lampl requested to merge wlampl/athena:LArRampAlgCleanup into master
  • Remove unused properties or otherwise unused variables
  • use unique_ptr
  • Move all property declaration to the header
  • Move the header to the src directory

More cleanup would be possible but is more debateable.

Note that this algo runs ony as part of the LAr Electronic Calibration procedure and will never run in athenaMT-mode.

Merge request reports