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
XMLRBXPedestalsLoader::_loaderBaseConfig Struct Reference

#include <XMLRBXPedestalsLoader.h>

Public Member Functions

 _loaderBaseConfig ()
 

Public Attributes

std::string data_set_id
 
std::string detector_name
 
std::string elements_comment_description
 
std::string extention_table_name
 
long long int iov_begin
 
long long int iov_end
 
std::string iov_id
 
std::string name
 
std::string run_mode
 
std::string tag_id
 
std::string tag_mode
 
std::string tag_name
 

Detailed Description

Definition at line 35 of file XMLRBXPedestalsLoader.h.

Constructor & Destructor Documentation

XMLRBXPedestalsLoader::loaderBaseConfig::_loaderBaseConfig ( )

Definition at line 33 of file XMLRBXPedestalsLoader.cc.

References data_set_id, detector_name, elements_comment_description, extention_table_name, iov_begin, iov_end, iov_id, name, run_mode, tag_id, tag_mode, and tag_name.

34 {
35  extention_table_name = "HCAL_RBX_CONFIGURATION_TYPE01";
36  name = "HCAL RBX configuration [PEDESTAL]";
37  run_mode = "auto";
38  data_set_id = "-1";
39  iov_id = "1";
40  iov_begin = 1;
41  iov_end = -1;
42  tag_id = "2";
43  tag_mode = "auto";
44  tag_name = "test_kukartsev_v1";
45  detector_name = "HCAL";
46  elements_comment_description = "RBX pedestals";
47 }

Member Data Documentation

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::data_set_id

Definition at line 41 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::detector_name

Definition at line 48 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::elements_comment_description

Definition at line 49 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::extention_table_name

Definition at line 38 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

long long int XMLRBXPedestalsLoader::_loaderBaseConfig::iov_begin

Definition at line 43 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

long long int XMLRBXPedestalsLoader::_loaderBaseConfig::iov_end

Definition at line 44 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::iov_id

Definition at line 42 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::name
std::string XMLRBXPedestalsLoader::_loaderBaseConfig::run_mode

Definition at line 40 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::tag_id

Definition at line 45 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::tag_mode

Definition at line 46 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::tag_name

Definition at line 47 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().