CMS 3D CMS Logo

Public Member Functions | Public Attributes

XMLHTRZeroSuppressionLoader::_datasetDBConfig Struct Reference

#include <XMLHTRZeroSuppressionLoader.h>

Inheritance diagram for XMLHTRZeroSuppressionLoader::_datasetDBConfig:
XMLProcessor::_DBConfig

List of all members.

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

Detailed Description

Definition at line 55 of file XMLHTRZeroSuppressionLoader.h.


Constructor & Destructor Documentation

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;
}

Member Data Documentation

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().