CMS 3D CMS Logo

Public Member Functions | Public Attributes

XMLProcessor::_loaderBaseConfig Struct Reference

#include <XMLProcessor.h>

Inheritance diagram for XMLProcessor::_loaderBaseConfig:
XMLHTRPatternLoader::_loaderBaseConfig XMLLUTLoader::_loaderBaseConfig

List of all members.

Public Member Functions

 _loaderBaseConfig ()

Public Attributes

std::string comment_description
std::string data_set_id
std::string detector_name
std::string extention_table_name
std::string iov_begin
std::string 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 49 of file XMLProcessor.h.


Constructor & Destructor Documentation

XMLProcessor::loaderBaseConfig::_loaderBaseConfig ( )

Reimplemented in XMLHTRPatternLoader::_loaderBaseConfig.

Definition at line 58 of file XMLProcessor.cc.

References mergeVDriftHistosByStation::name.

{
  extention_table_name = "HCAL_TRIG_PRIM_LOOKUP_TABLES";
  name = "HCAL trigger primitive lookup table";
  run_mode = "no-run";
  data_set_id = "-1";
  iov_id = "1";
  iov_begin = "0";
  iov_end = "1";
  tag_id = "2";
  tag_mode = "auto";
  tag_name = "dummy tag";
  detector_name = "HCAL";
  comment_description = "empty comment";
}

Member Data Documentation