#include <XMLHTRZeroSuppressionLoader.h>
Public Member Functions | |
_datasetDBConfig () | |
Public Attributes | |
std::string | comment_description |
int | depth |
std::string | detector_name |
int | eta |
std::string | extention_table_name |
long long int | hcal_channel_id |
int | phi |
int | z |
int | zero_suppression |
Definition at line 55 of file XMLHTRZeroSuppressionLoader.h.
XMLHTRZeroSuppressionLoader::datasetDBConfig::_datasetDBConfig | ( | ) |
Definition at line 52 of file XMLHTRZeroSuppressionLoader.cc.
References comment_description, depth, detector_name, eta, extention_table_name, hcal_channel_id, phi, z, and zero_suppression.
: XMLProcessor::DBConfig() { comment_description = "Default ZS comment description"; //extention_table_name = "HCAL_CHANNELS"; extention_table_name = "HCAL_CHANNELS_OLD_V01"; eta = 1; phi = 1; depth = 1; z = -1; hcal_channel_id = 1107312769; std::string detector_name = "HB"; zero_suppression = 2; }
Definition at line 58 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 60 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 63 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 60 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 59 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 62 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 60 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 61 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().
Definition at line 64 of file XMLHTRZeroSuppressionLoader.h.
Referenced by _datasetDBConfig().