![]() |
ATLAS Offline Software
|
Raw JSON data for a given type of menu file. More...
#include <TriggerMenuJson_v1.h>
Public Member Functions | |
| TriggerMenuJson_v1 () | |
| Default constructor. | |
Configuration identifier variables | |
| uint32_t | key () const |
| Get the key of this configuration. | |
| void | setKey (uint32_t value) |
| Set the key of this configuration. | |
| const std::string & | name () const |
| Get the name of this configuration. | |
| void | setName (const std::string &name) |
| Set the name key of this configuration. | |
Payload configuration access | |
| const std::string & | payload () const |
| Get the JSON payload. | |
| void | setPayload (const std::string &payload) |
| Set the JSON payload. | |
Raw JSON data for a given type of menu file.
Associated to the menu file's configuration key.
Definition at line 26 of file TriggerMenuJson_v1.h.
| xAOD::TriggerMenuJson_v1::TriggerMenuJson_v1 | ( | ) |
Default constructor.
Definition at line 17 of file TriggerMenuJson_v1.cxx.
| uint32_t xAOD::TriggerMenuJson_v1::key | ( | ) | const |
Get the key of this configuration.
| const std::string & xAOD::TriggerMenuJson_v1::name | ( | ) | const |
Get the name of this configuration.
| void xAOD::TriggerMenuJson_v1::setName | ( | const std::string & | name | ) |
Set the name key of this configuration.