![]() |
ATLAS Offline Software
|
Class identifying the bunch configuration of a given event. More...
#include <BunchConfKey_v1.h>
Public Member Functions | |
BunchConfKey_v1 (uint32_t id=0) | |
Default constructor. More... | |
uint32_t | id () const |
Get the 32-bit identifier of the bunch configuration. More... | |
void | setId (uint32_t id) |
Set the 32-bit identifier of the bunch configuration. More... | |
Private Attributes | |
uint32_t | m_id |
The 32-bit identifier of the bunch configuration. More... | |
Class identifying the bunch configuration of a given event.
We put one object of this type into every event to identify which bunch configuration was used to produce it. In a way very similar to how xAOD::TrigConfKeys is used.
Definition at line 29 of file BunchConfKey_v1.h.
xAOD::BunchConfKey_v1::BunchConfKey_v1 | ( | uint32_t | id = 0 | ) |
uint32_t xAOD::BunchConfKey_v1::id | ( | ) | const |
Get the 32-bit identifier of the bunch configuration.
Definition at line 17 of file BunchConfKey_v1.cxx.
void xAOD::BunchConfKey_v1::setId | ( | uint32_t | id | ) |
Set the 32-bit identifier of the bunch configuration.
Definition at line 22 of file BunchConfKey_v1.cxx.
|
private |
The 32-bit identifier of the bunch configuration.
Definition at line 42 of file BunchConfKey_v1.h.