#include <XMLLUTLoader.h>
Public Member Functions | |
_lutDBConfig () | |
Public Attributes | |
int | crate |
std::string | kind_of_part |
std::string | name_label |
std::string | trig_prim_lookuptbl_data_file |
Definition at line 40 of file XMLLUTLoader.h.
XMLLUTLoader::lutDBConfig::_lutDBConfig | ( | ) |
Definition at line 32 of file XMLLUTLoader.cc.
References crate, kind_of_part, name_label, and trig_prim_lookuptbl_data_file.
: XMLProcessor::DBConfig() { kind_of_part = "HCAL HTR Crate"; name_label = "CRATE17"; trig_prim_lookuptbl_data_file = "testLUT_17.xml"; crate = 17; }
Definition at line 46 of file XMLLUTLoader.h.
Referenced by _lutDBConfig(), and HcalLutManager::create_lut_loader().
std::string XMLLUTLoader::_lutDBConfig::kind_of_part |
Definition at line 43 of file XMLLUTLoader.h.
Referenced by _lutDBConfig().
std::string XMLLUTLoader::_lutDBConfig::name_label |
Definition at line 44 of file XMLLUTLoader.h.
Referenced by _lutDBConfig().
Definition at line 45 of file XMLLUTLoader.h.
Referenced by _lutDBConfig().