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 34 of file XMLRBXPedestalsLoader.h.

Constructor & Destructor Documentation

XMLRBXPedestalsLoader::loaderBaseConfig::_loaderBaseConfig ( )

Definition at line 32 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.

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

Member Data Documentation

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::data_set_id

Definition at line 40 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::detector_name

Definition at line 47 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::elements_comment_description

Definition at line 48 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::extention_table_name

Definition at line 37 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

long long int XMLRBXPedestalsLoader::_loaderBaseConfig::iov_begin

Definition at line 42 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

long long int XMLRBXPedestalsLoader::_loaderBaseConfig::iov_end

Definition at line 43 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::iov_id

Definition at line 41 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::name

Definition at line 38 of file XMLRBXPedestalsLoader.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__(), _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(), dataset.CMSDataset::getPrimaryDatasetEntries(), dataset.PrivateDataset::getPrimaryDatasetEntries(), 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(), 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 XMLRBXPedestalsLoader::_loaderBaseConfig::run_mode

Definition at line 39 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::tag_id

Definition at line 44 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::tag_mode

Definition at line 45 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLRBXPedestalsLoader::_loaderBaseConfig::tag_name

Definition at line 46 of file XMLRBXPedestalsLoader.h.

Referenced by _loaderBaseConfig().