ATLAS Offline Software
|
#include <FillParamsCondData.h>
Public Member Functions | |
const std::vector< unsigned int > & | beam1Bunches () const |
const std::vector< unsigned int > & | beam2Bunches () const |
const std::vector< unsigned int > & | luminousBunches () const |
void | setBeam1Bunches (const uint16_t *beg, const uint16_t *end) |
void | setBeam2Bunches (const uint16_t *beg, const uint16_t *end) |
void | setLuminousBunches (const uint16_t *beg, const uint16_t *end) |
Private Attributes | |
std::vector< unsigned int > | m_beam1Bunches |
std::vector< unsigned int > | m_beam2Bunches |
std::vector< unsigned int > | m_luminousBunches |
Definition at line 23 of file FillParamsCondData.h.
const std::vector< unsigned int > & FillParamsCondData::beam1Bunches | ( | ) | const |
Definition at line 15 of file FillParamsCondData.cxx.
const std::vector< unsigned int > & FillParamsCondData::beam2Bunches | ( | ) | const |
Definition at line 21 of file FillParamsCondData.cxx.
const std::vector< unsigned int > & FillParamsCondData::luminousBunches | ( | ) | const |
Definition at line 27 of file FillParamsCondData.cxx.
Definition at line 33 of file FillParamsCondData.cxx.
Definition at line 40 of file FillParamsCondData.cxx.
Definition at line 47 of file FillParamsCondData.cxx.
|
private |
Definition at line 39 of file FillParamsCondData.h.
|
private |
Definition at line 40 of file FillParamsCondData.h.
|
private |
Definition at line 41 of file FillParamsCondData.h.