#include <TrigConfKeys_v1.h>
Public Member Functions | |
TrigConfKeys_v1 (uint32_t smk=0, uint32_t l1psk=0, uint32_t hltpsk=0) | |
Default constructor. | |
uint32_t | smk () const |
Get the Super Master Key of this configuration. | |
void | setSMK (uint32_t value) |
Set the Super Master Key of this configuration. | |
uint32_t | l1psk () const |
Get the LVL1 prescale key of this configuration. | |
void | setL1psk (uint32_t value) |
Set the LVL1 prescale key of this configuration. | |
uint32_t | hltpsk () const |
Get the HLT prescale key of this configuration. | |
void | setHLTpsk (uint32_t value) |
Set the HLT prescale key of this configuration. |
Class describing the configuration used in a given event
One object of this type needs to be put into each xAOD event in order to make it easy to identify which trigger configuration describes that given event.
Since it doesn't make any sense to slim this object, it doesn't actually use the auxiliary store infrastructure.