Skip to content

AthContainers: Add constructors for Accessor, etc. from auxid.

Scott Snyder requested to merge ssnyder/athena:auxid.AthContainers-20240430 into main

Add constructors to ConstAccessor/Accessor/Decorator that allow initializing them from an auxid. This eliminates the need to translate to a name when you're starting from an auxid. A runtime type check is performed.

Merge request reports