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

#include <XMLProcessor.h>

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

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 48 of file XMLProcessor.h.

Constructor & Destructor Documentation

XMLProcessor::loaderBaseConfig::_loaderBaseConfig ( )

Definition at line 57 of file XMLProcessor.cc.

References mergeVDriftHistosByStation::name.

58 {
59  extention_table_name = "HCAL_TRIG_PRIM_LOOKUP_TABLES";
60  name = "HCAL trigger primitive lookup table";
61  run_mode = "no-run";
62  data_set_id = "-1";
63  iov_id = "1";
64  iov_begin = "0";
65  iov_end = "1";
66  tag_id = "2";
67  tag_mode = "auto";
68  tag_name = "dummy tag";
69  detector_name = "HCAL";
70  comment_description = "empty comment";
71 }

Member Data Documentation

std::string XMLProcessor::_loaderBaseConfig::comment_description
std::string XMLProcessor::_loaderBaseConfig::data_set_id
std::string XMLProcessor::_loaderBaseConfig::detector_name
std::string XMLProcessor::_loaderBaseConfig::extention_table_name
std::string XMLProcessor::_loaderBaseConfig::iov_begin
std::string XMLProcessor::_loaderBaseConfig::iov_end
std::string XMLProcessor::_loaderBaseConfig::iov_id
std::string XMLProcessor::_loaderBaseConfig::name

Definition at line 52 of file XMLProcessor.h.

Referenced by ElectronMVAID.ElectronMVAID::__call__(), dirstructure.Directory::__create_pie_image(), dqm_interfaces.DirID::__eq__(), BeautifulSoup.Tag::__eq__(), dirstructure.Directory::__get_full_path(), dirstructure.Comparison::__get_img_name(), dataset.Dataset::__getDataType(), dataset.Dataset::__getFileInfoList(), cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), dirstructure.Comparison::__make_image(), core.autovars.NTupleVariable::__repr__(), core.autovars.NTupleObjectType::__repr__(), core.autovars.NTupleObject::__repr__(), core.autovars.NTupleCollection::__repr__(), dirstructure.Directory::__repr__(), dqm_interfaces.DirID::__repr__(), dirstructure.Comparison::__repr__(), config.CFG::__str__(), counter.Counter::__str__(), average.Average::__str__(), BeautifulSoup.Tag::__str__(), BeautifulSoup.SoupStrainer::__str__(), XMLHTRPatternLoader::_loaderBaseConfig::_loaderBaseConfig(), core.autovars.NTupleObjectType::allVars(), dirstructure.Directory::calcStats(), python.rootplot.utilities.Hist::divide(), python.rootplot.utilities.Hist::divide_wilson(), TreeCrawler.Package::dump(), core.autovars.NTupleVariable::fillBranch(), core.autovars.NTupleObject::fillBranches(), core.autovars.NTupleCollection::fillBranchesScalar(), core.autovars.NTupleCollection::fillBranchesVector(), core.autovars.NTupleCollection::get_cpp_declaration(), core.autovars.NTupleCollection::get_cpp_wrapper_class(), core.autovars.NTupleCollection::get_py_wrapper_class(), utils.StatisticalTest::get_status(), VIDSelectorBase.VIDSelectorBase::initialize(), personalPlayback.Applet::log(), core.autovars.NTupleVariable::makeBranch(), core.autovars.NTupleObject::makeBranches(), core.autovars.NTupleCollection::makeBranchesScalar(), core.autovars.NTupleCollection::makeBranchesVector(), dirstructure.Directory::print_report(), BeautifulSoup.SoupStrainer::searchTag(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), Vispa.Views.PropertyView.Property::valueChanged(), counter.Counter::write(), and average.Average::write().

std::string XMLProcessor::_loaderBaseConfig::run_mode
std::string XMLProcessor::_loaderBaseConfig::tag_id
std::string XMLProcessor::_loaderBaseConfig::tag_mode
std::string XMLProcessor::_loaderBaseConfig::tag_name