#include <XMLHTRPatternLoader.h>
Public Member Functions | |
_datasetDBConfig () | |
Public Attributes | |
int | crate |
std::string | htr_data_patterns_data_file |
std::string | kind_of_part |
std::string | name_label |
Definition at line 40 of file XMLHTRPatternLoader.h.
XMLHTRPatternLoader::datasetDBConfig::_datasetDBConfig | ( | ) |
Definition at line 48 of file XMLHTRPatternLoader.cc.
References crate, htr_data_patterns_data_file, kind_of_part, and name_label.
: XMLProcessor::DBConfig() { kind_of_part = "HCAL HTR Crate"; name_label = "CRATE17"; htr_data_patterns_data_file = "testHTRPatterns_17.xml"; crate = 17; }
Definition at line 46 of file XMLHTRPatternLoader.h.
Referenced by _datasetDBConfig().
Definition at line 45 of file XMLHTRPatternLoader.h.
Referenced by _datasetDBConfig().
Definition at line 43 of file XMLHTRPatternLoader.h.
Referenced by _datasetDBConfig().
Definition at line 44 of file XMLHTRPatternLoader.h.
Referenced by _datasetDBConfig().