CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
XMLHTRZeroSuppressionLoader::_datasetDBConfig Struct Reference

#include <XMLHTRZeroSuppressionLoader.h>

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

Public Member Functions

 _datasetDBConfig ()
 
- Public Member Functions inherited from XMLProcessor::_DBConfig
 _DBConfig ()
 

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
 
- Public Attributes inherited from XMLProcessor::_DBConfig
time_t create_timestamp
 
std::string created_by_user
 
std::string subversion
 
std::string version
 

Detailed Description

Definition at line 54 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, AlCaHLTBitMon_QueryRunRegistry::string, z, and zero_suppression.

53 {
54  comment_description = "Default ZS comment description";
55  //extention_table_name = "HCAL_CHANNELS";
56  extention_table_name = "HCAL_CHANNELS_OLD_V01";
57  eta = 1;
58  phi = 1;
59  depth = 1;
60  z = -1;
61  hcal_channel_id = 1107312769;
63  zero_suppression = 2;
64 }
struct XMLProcessor::_DBConfig DBConfig

Member Data Documentation

std::string XMLHTRZeroSuppressionLoader::_datasetDBConfig::comment_description

Definition at line 57 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _datasetDBConfig().

int XMLHTRZeroSuppressionLoader::_datasetDBConfig::depth
std::string XMLHTRZeroSuppressionLoader::_datasetDBConfig::detector_name

Definition at line 62 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _datasetDBConfig().

int XMLHTRZeroSuppressionLoader::_datasetDBConfig::eta
std::string XMLHTRZeroSuppressionLoader::_datasetDBConfig::extention_table_name

Definition at line 58 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _datasetDBConfig().

long long int XMLHTRZeroSuppressionLoader::_datasetDBConfig::hcal_channel_id

Definition at line 61 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _datasetDBConfig().

int XMLHTRZeroSuppressionLoader::_datasetDBConfig::phi

Definition at line 59 of file XMLHTRZeroSuppressionLoader.h.

Referenced by Particle.Particle::__str__(), and _datasetDBConfig().

int XMLHTRZeroSuppressionLoader::_datasetDBConfig::z
int XMLHTRZeroSuppressionLoader::_datasetDBConfig::zero_suppression

Definition at line 63 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _datasetDBConfig().