![]() |
ATLAS Offline Software
|
Utility class to to decode data from FILLPARAMS COOL folder. More...
#include <FillParamsUtil.h>
Public Member Functions | |
| FillParamsUtil () | |
| unsigned int | nBeam1Bunches () const |
| unsigned int | nBeam2Bunches () const |
| unsigned int | nLuminousBunches () const |
| const std::vector< unsigned int > & | beam1Bunches () const |
| const std::vector< unsigned int > & | beam2Bunches () const |
| const std::vector< unsigned int > & | luminousBunches () 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_beam1Bunches |
| std::vector< unsigned int > | m_beam2Bunches |
| std::vector< unsigned int > | m_luminousBunches |
Utility class to to decode data from FILLPARAMS COOL folder.
Can be used with FillParamsTool or python FillParamsData
Definition at line 21 of file FillParamsUtil.h.
| FillParamsUtil::FillParamsUtil | ( | ) |
Definition at line 13 of file FillParamsUtil.cxx.
| const std::vector< unsigned int > & FillParamsUtil::beam1Bunches | ( | ) | const |
Definition at line 46 of file FillParamsUtil.cxx.
| const std::vector< unsigned int > & FillParamsUtil::beam2Bunches | ( | ) | const |
Definition at line 51 of file FillParamsUtil.cxx.
| void FillParamsUtil::clear | ( | ) |
Definition at line 20 of file FillParamsUtil.cxx.
| const std::vector< unsigned int > & FillParamsUtil::luminousBunches | ( | ) | const |
Definition at line 56 of file FillParamsUtil.cxx.
| unsigned int FillParamsUtil::nBeam1Bunches | ( | ) | const |
Definition at line 29 of file FillParamsUtil.cxx.
| unsigned int FillParamsUtil::nBeam2Bunches | ( | ) | const |
Definition at line 34 of file FillParamsUtil.cxx.
| unsigned int FillParamsUtil::nLuminousBunches | ( | ) | const |
Definition at line 39 of file FillParamsUtil.cxx.
| bool FillParamsUtil::setValue | ( | const cool::Record & | rec | ) |
Definition at line 69 of file FillParamsUtil.cxx.
| bool FillParamsUtil::setValue | ( | const coral::AttributeList & | attrList | ) |
Definition at line 76 of file FillParamsUtil.cxx.
| std::string FillParamsUtil::error |
Definition at line 45 of file FillParamsUtil.h.
|
private |
Definition at line 49 of file FillParamsUtil.h.
|
private |
Definition at line 50 of file FillParamsUtil.h.
|
private |
Definition at line 51 of file FillParamsUtil.h.