CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
XMLProcessor::_loaderBaseConfig Struct Reference

#include <XMLProcessor.h>

Inheritance diagram for XMLProcessor::_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 47 of file XMLProcessor.h.

Constructor & Destructor Documentation

XMLProcessor::loaderBaseConfig::_loaderBaseConfig ( )

Definition at line 57 of file XMLProcessor.cc.

References dataset::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

Definition at line 61 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::data_set_id

Definition at line 53 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::detector_name

Definition at line 60 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::extention_table_name

Definition at line 50 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::iov_begin

Definition at line 55 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::iov_end

Definition at line 56 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::iov_id

Definition at line 54 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::name

Definition at line 51 of file XMLProcessor.h.

Referenced by ElectronMVAID.ElectronMVAID::__call__(), dirstructure.Directory::__create_pie_image(), DisplayManager.DisplayManager::__del__(), dqm_interfaces.DirID::__eq__(), BeautifulSoup.Tag::__eq__(), dirstructure.Directory::__get_full_path(), dirstructure.Comparison::__get_img_name(), dataset.Dataset::__getDataType(), dataset.Dataset::__getFileInfoList(), 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.Service::__setattr__(), config.CFG::__str__(), counter.Counter::__str__(), average.Average::__str__(), BeautifulSoup.Tag::__str__(), BeautifulSoup.SoupStrainer::__str__(), core.autovars.NTupleObjectType::addSubObjects(), core.autovars.NTupleObjectType::addVariables(), core.autovars.NTupleObjectType::allVars(), dirstructure.Directory::calcStats(), crabFunctions.CrabTask::crabConfig(), crabFunctions.CrabTask::crabFolder(), validation.Sample::digest(), python.rootplot.utilities.Hist::divide(), python.rootplot.utilities.Hist::divide_wilson(), DisplayManager.DisplayManager::Draw(), 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(), production_tasks.Task::getname(), dataset.CMSDataset::getPrimaryDatasetEntries(), dataset.PrivateDataset::getPrimaryDatasetEntries(), crabFunctions.CrabTask::handleNoState(), 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(), dataset.BaseDataset::printInfo(), dataset.Dataset::printInfo(), crabFunctions.CrabTask::resubmit_failed(), production_tasks.MonitorJobs::run(), BeautifulSoup.SoupStrainer::searchTag(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), crabFunctions.CrabTask::update(), crabFunctions.CrabTask::updateJobStats(), Vispa.Views.PropertyView.Property::valueChanged(), counter.Counter::write(), and average.Average::write().

std::string XMLProcessor::_loaderBaseConfig::run_mode

Definition at line 52 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::tag_id

Definition at line 57 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::tag_mode

Definition at line 58 of file XMLProcessor.h.

std::string XMLProcessor::_loaderBaseConfig::tag_name

Definition at line 59 of file XMLProcessor.h.