ATLAS Offline Software
|
Utility class to to decode data from FILLPARAMS COOL folder. More...
#include <BunchGroupUtil.h>
Public Member Functions | |
BunchGroupUtil () | |
unsigned int | nBunchGroup () const |
const std::vector< unsigned int > & | bunchGroup () const |
void | clear () |
bool | setValue (const coral::AttributeList &attrList) |
bool | setValue (const cool::Record &rec) |
Public Attributes | |
std::string | error |
Private Attributes | |
std::vector< unsigned int > | m_bunchGroup |
Utility class to to decode data from FILLPARAMS COOL folder.
Can be used with FillParamsTool or python FillParamsData
Definition at line 21 of file BunchGroupUtil.h.
BunchGroupUtil::BunchGroupUtil | ( | ) |
Definition at line 14 of file BunchGroupUtil.cxx.
const std::vector< unsigned int > & BunchGroupUtil::bunchGroup | ( | ) | const |
Definition at line 33 of file BunchGroupUtil.cxx.
void BunchGroupUtil::clear | ( | ) |
Definition at line 21 of file BunchGroupUtil.cxx.
unsigned int BunchGroupUtil::nBunchGroup | ( | ) | const |
Definition at line 28 of file BunchGroupUtil.cxx.
bool BunchGroupUtil::setValue | ( | const cool::Record & | rec | ) |
Definition at line 39 of file BunchGroupUtil.cxx.
bool BunchGroupUtil::setValue | ( | const coral::AttributeList & | attrList | ) |
Definition at line 46 of file BunchGroupUtil.cxx.
std::string BunchGroupUtil::error |
Definition at line 53 of file BunchGroupUtil.h.
|
private |
Definition at line 62 of file BunchGroupUtil.h.