CMS 3D CMS Logo

Public Member Functions | Public Attributes

XMLRBXPedestalsLoader::_datasetDBConfig Struct Reference

#include <XMLRBXPedestalsLoader.h>

Inheritance diagram for XMLRBXPedestalsLoader::_datasetDBConfig:
XMLProcessor::_DBConfig

List of all members.

Public Member Functions

 _datasetDBConfig ()

Public Attributes

std::string comment_description
std::string kind_of_part
std::string name_label

Detailed Description

Definition at line 52 of file XMLRBXPedestalsLoader.h.


Constructor & Destructor Documentation

XMLRBXPedestalsLoader::datasetDBConfig::_datasetDBConfig ( )

Definition at line 49 of file XMLRBXPedestalsLoader.cc.

References comment_description, kind_of_part, and name_label.

                                                       : XMLProcessor::DBConfig()
{
  comment_description = "RBX pedestals for an RBX slot";
  name_label = "HEM10";
  kind_of_part = "HCAL RBX Slot";
}

Member Data Documentation

Definition at line 55 of file XMLRBXPedestalsLoader.h.

Referenced by _datasetDBConfig().

Definition at line 57 of file XMLRBXPedestalsLoader.h.

Referenced by _datasetDBConfig().

Definition at line 56 of file XMLRBXPedestalsLoader.h.

Referenced by _datasetDBConfig().