#include <XMLRBXPedestalsLoader.h>
Public Member Functions | |
_loaderBaseConfig () | |
Public Attributes | |
std::string | data_set_id |
std::string | detector_name |
std::string | elements_comment_description |
std::string | extention_table_name |
long long int | iov_begin |
long long int | iov_end |
std::string | iov_id |
std::string | name |
std::string | run_mode |
std::string | tag_id |
std::string | tag_mode |
std::string | tag_name |
Definition at line 35 of file XMLRBXPedestalsLoader.h.
XMLRBXPedestalsLoader::loaderBaseConfig::_loaderBaseConfig | ( | ) |
Definition at line 33 of file XMLRBXPedestalsLoader.cc.
References data_set_id, detector_name, elements_comment_description, extention_table_name, iov_begin, iov_end, iov_id, name, run_mode, tag_id, tag_mode, and tag_name.
{ extention_table_name = "HCAL_RBX_CONFIGURATION_TYPE01"; name = "HCAL RBX configuration [PEDESTAL]"; run_mode = "auto"; data_set_id = "-1"; iov_id = "1"; iov_begin = 1; iov_end = -1; tag_id = "2"; tag_mode = "auto"; tag_name = "test_kukartsev_v1"; detector_name = "HCAL"; elements_comment_description = "RBX pedestals"; }
Definition at line 41 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
Definition at line 48 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
Definition at line 49 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
Definition at line 38 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
long long int XMLRBXPedestalsLoader::_loaderBaseConfig::iov_begin |
Definition at line 43 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
long long int XMLRBXPedestalsLoader::_loaderBaseConfig::iov_end |
Definition at line 44 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
std::string XMLRBXPedestalsLoader::_loaderBaseConfig::iov_id |
Definition at line 42 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
std::string XMLRBXPedestalsLoader::_loaderBaseConfig::name |
Definition at line 39 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
Definition at line 40 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
std::string XMLRBXPedestalsLoader::_loaderBaseConfig::tag_id |
Definition at line 45 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
Definition at line 46 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().
Definition at line 47 of file XMLRBXPedestalsLoader.h.
Referenced by _loaderBaseConfig().