Skip to content

AthenaKernel: Add MetaCont::get(), for easier use from python.

Add a get() method to MetaCont that returns the payload directly as a pointer. This is easier to call from python than find(), which passes back a pointer via a reference argument.

Merge request reports