#include <CaloOnlineTools/HcalOnlineDb/interface/XMLLUTLoader.h>
Public Member Functions | |
_checksumsDBConfig () | |
Public Attributes | |
string | comment_description |
int | crate |
string | name_label |
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.
00040 : XMLProcessor::DBConfig() 00041 { 00042 comment_description = "checksum for all crates version test:2"; 00043 name_label = "CMS-HCAL-ROOT"; 00044 trig_prim_lookuptbl_data_file = "./testLUT_checksums.xml"; 00045 crate = -1; 00046 }