ATLAS Offline Software
|
Utility class to to decode data from FILLPARAMS COOL folder
More...
#include <LumiBlobUtil.h>
Public Member Functions | |
LumiBlobUtil () | |
int | xvalue (const cool::Record &rec) |
int | yvalue (const cool::Record &rec) |
int | xvalue (const coral::AttributeList &attrList1) const |
int | yvalue (const coral::AttributeList &attrList1) const |
void | clear () |
const std::vector< double > & | bunchLumis () const |
bool | unpack (const cool::Float &ARI, const coral::Blob &blobBC, const std::vector< unsigned int > &PV) |
Public Attributes | |
std::string | error |
Private Attributes | |
std::vector< double > | m_bunchLumis |
Utility class to to decode data from FILLPARAMS COOL folder
Can be used with FillParamsTool or python FillParamsData
Definition at line 21 of file LumiBlobUtil.h.
LumiBlobUtil::LumiBlobUtil | ( | ) |
Definition at line 15 of file LumiBlobUtil.cxx.
const std::vector< double > & LumiBlobUtil::bunchLumis | ( | ) | const |
Definition at line 71 of file LumiBlobUtil.cxx.
void LumiBlobUtil::clear | ( | ) |
Definition at line 22 of file LumiBlobUtil.cxx.
bool LumiBlobUtil::unpack | ( | const cool::Float & | ARI, |
const coral::Blob & | blobBC, | ||
const std::vector< unsigned int > & | PV | ||
) |
Definition at line 90 of file LumiBlobUtil.cxx.
int LumiBlobUtil::xvalue | ( | const cool::Record & | rec | ) |
Definition at line 28 of file LumiBlobUtil.cxx.
int LumiBlobUtil::xvalue | ( | const coral::AttributeList & | attrList1 | ) | const |
Definition at line 38 of file LumiBlobUtil.cxx.
int LumiBlobUtil::yvalue | ( | const cool::Record & | rec | ) |
Definition at line 33 of file LumiBlobUtil.cxx.
int LumiBlobUtil::yvalue | ( | const coral::AttributeList & | attrList1 | ) | const |
Definition at line 52 of file LumiBlobUtil.cxx.
std::string LumiBlobUtil::error |
Definition at line 44 of file LumiBlobUtil.h.
|
private |
Definition at line 47 of file LumiBlobUtil.h.