![]() |
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 14 of file LumiBlobUtil.cxx.
| const std::vector< double > & LumiBlobUtil::bunchLumis | ( | ) | const |
Definition at line 70 of file LumiBlobUtil.cxx.
| void LumiBlobUtil::clear | ( | ) |
Definition at line 21 of file LumiBlobUtil.cxx.
| bool LumiBlobUtil::unpack | ( | const cool::Float & | ARI, |
| const coral::Blob & | blobBC, | ||
| const std::vector< unsigned int > & | PV | ||
| ) |
Definition at line 89 of file LumiBlobUtil.cxx.
| int LumiBlobUtil::xvalue | ( | const cool::Record & | rec | ) |
Definition at line 27 of file LumiBlobUtil.cxx.
| int LumiBlobUtil::xvalue | ( | const coral::AttributeList & | attrList1 | ) | const |
Definition at line 37 of file LumiBlobUtil.cxx.
| int LumiBlobUtil::yvalue | ( | const cool::Record & | rec | ) |
Definition at line 32 of file LumiBlobUtil.cxx.
| int LumiBlobUtil::yvalue | ( | const coral::AttributeList & | attrList1 | ) | const |
Definition at line 51 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.
1.8.18