#include <XMLLUTLoader.h>
Public Member Functions | |
_checksumsDBConfig () | |
Public Attributes | |
std::string | comment_description |
int | crate |
std::string | name_label |
std::string | trig_prim_lookuptbl_data_file |
Definition at line 49 of file XMLLUTLoader.h.
XMLLUTLoader::checksumsDBConfig::_checksumsDBConfig | ( | ) |
Definition at line 40 of file XMLLUTLoader.cc.
References comment_description, crate, name_label, and trig_prim_lookuptbl_data_file.
: XMLProcessor::DBConfig() { comment_description = "checksum for all crates version test:2"; name_label = "CMS-HCAL-ROOT"; trig_prim_lookuptbl_data_file = "./testLUT_checksums.xml"; crate = -1; }
Definition at line 52 of file XMLLUTLoader.h.
Referenced by _checksumsDBConfig().
Definition at line 55 of file XMLLUTLoader.h.
Referenced by _checksumsDBConfig().
std::string XMLLUTLoader::_checksumsDBConfig::name_label |
Definition at line 53 of file XMLLUTLoader.h.
Referenced by _checksumsDBConfig().
Definition at line 54 of file XMLLUTLoader.h.
Referenced by _checksumsDBConfig().