ATLAS Offline Software
|
Small utility class to wrap a pointer to a const xAOD::TriggerMenu. More...
#include <xAODConfigSvc.h>
Public Member Functions | |
MenuPtrWrapper () | |
Public Attributes | |
const xAOD::TriggerMenu * | m_ptr |
Small utility class to wrap a pointer to a const xAOD::TriggerMenu.
The SG::SlotSpecificObj class invokes an object's default constructor and does not allow for the object to be later changed, here we wrap the pointer we want to store in a trivial class such that it can be updated over time to point to different menus in different slots
Definition at line 53 of file xAODConfigSvc.h.
|
inline |
Definition at line 54 of file xAODConfigSvc.h.
const xAOD::TriggerMenu* TrigConf::MenuPtrWrapper::m_ptr |
Definition at line 55 of file xAODConfigSvc.h.