ATLAS Offline Software
Loading...
Searching...
No Matches
xAOD::TriggerMenuJson_v1 Class Reference

Raw JSON data for a given type of menu file. More...

#include <TriggerMenuJson_v1.h>

Inheritance diagram for xAOD::TriggerMenuJson_v1:
Collaboration diagram for xAOD::TriggerMenuJson_v1:

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ TriggerMenuJson_v1()

xAOD::TriggerMenuJson_v1::TriggerMenuJson_v1 ( )

Default constructor.

Definition at line 17 of file TriggerMenuJson_v1.cxx.

18 : SG::AuxElement() {
19
20 }
AuxElement(SG::AuxVectorData *container, size_t index)
Base class for elements of a container that can have aux data.

Member Function Documentation

◆ key()

uint32_t xAOD::TriggerMenuJson_v1::key ( ) const

Get the key of this configuration.

◆ name()

const std::string & xAOD::TriggerMenuJson_v1::name ( ) const

Get the name of this configuration.

◆ payload()

const std::string & xAOD::TriggerMenuJson_v1::payload ( ) const

Get the JSON payload.

◆ setKey()

void xAOD::TriggerMenuJson_v1::setKey ( uint32_t value)

Set the key of this configuration.

◆ setName()

void xAOD::TriggerMenuJson_v1::setName ( const std::string & name)

Set the name key of this configuration.

◆ setPayload()

void xAOD::TriggerMenuJson_v1::setPayload ( const std::string & payload)

Set the JSON payload.


The documentation for this class was generated from the following files: