ATLAS Offline Software
|
Utility class to to decode data from FILLPARAMS COOL folder
More...
#include <BunchDescription.h>
Public Member Functions | |
BunchDescription () | |
unsigned int | nBunchD1 () const |
const std::vector< unsigned int > & | bunchD () 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_bunchD |
Utility class to to decode data from FILLPARAMS COOL folder
Can be used with FillParamsTool or python FillParamsData
Definition at line 21 of file BunchDescription.h.
BunchDescription::BunchDescription | ( | ) |
Definition at line 14 of file BunchDescription.cxx.
const std::vector< unsigned int > & BunchDescription::bunchD | ( | ) | const |
Definition at line 33 of file BunchDescription.cxx.
void BunchDescription::clear | ( | ) |
Definition at line 21 of file BunchDescription.cxx.
unsigned int BunchDescription::nBunchD1 | ( | ) | const |
Definition at line 28 of file BunchDescription.cxx.
bool BunchDescription::setValue | ( | const cool::Record & | rec | ) |
Definition at line 39 of file BunchDescription.cxx.
bool BunchDescription::setValue | ( | const coral::AttributeList & | attrList | ) |
Definition at line 46 of file BunchDescription.cxx.
std::string BunchDescription::error |
Definition at line 53 of file BunchDescription.h.
|
private |
Definition at line 63 of file BunchDescription.h.