Skip to content

MuonAlignmentData, etc: Muon correction containers hold payload by value.

Change the types in CorrContainer.h to hold their payloads by value rather than by pointer. Should head off memory management problems due to confusion as to what was owning what.

Also some additional const, etc. cleanups as needed.

q220, q221, q222, q223, q431 run successfully, and RunTier0Tests passes.

Merge request reports