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

#include <XMLHTRZeroSuppressionLoader.h>

Public Member Functions

 _loaderBaseConfig ()
 

Public Attributes

std::string comment_description
 
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
 
time_t run_begin_timestamp
 
long long int run_number
 
std::string run_type
 
std::string tag_id
 
std::string tag_mode
 
std::string tag_name
 

Detailed Description

Definition at line 34 of file XMLHTRZeroSuppressionLoader.h.

Constructor & Destructor Documentation

XERCES_CPP_NAMESPACE_USE XMLHTRZeroSuppressionLoader::loaderBaseConfig::_loaderBaseConfig ( )

Definition at line 33 of file XMLHTRZeroSuppressionLoader.cc.

References comment_description, data_set_id, detector_name, elements_comment_description, extention_table_name, iov_begin, iov_end, iov_id, name, run_begin_timestamp, run_number, run_type, tag_id, tag_mode, and tag_name.

34 {
35  extention_table_name = "HCAL_ZERO_SUPPRESSION_TYPE01";
36  name = "HCAL zero suppression [type 1]";
37  run_type = "hcal-test";
38  run_number = 1;
39  run_begin_timestamp = 1194394284;
40  comment_description = "Fake set of ZS by kukartsev";
41  data_set_id = "-1";
42  iov_id = "1";
43  iov_begin = 1;
44  iov_end = -1;
45  tag_id = "2";
46  tag_mode = "auto";
47  tag_name = "test ZS kukartsev";
48  detector_name = "HCAL";
49  elements_comment_description = "Fake ZS for testing (kukartsev)";
50 }

Member Data Documentation

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::comment_description

Definition at line 42 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::data_set_id

Definition at line 43 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::detector_name

Definition at line 50 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::elements_comment_description

Definition at line 51 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::extention_table_name

Definition at line 37 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

long long int XMLHTRZeroSuppressionLoader::_loaderBaseConfig::iov_begin

Definition at line 45 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

long long int XMLHTRZeroSuppressionLoader::_loaderBaseConfig::iov_end

Definition at line 46 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::iov_id

Definition at line 44 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::name

Definition at line 38 of file XMLHTRZeroSuppressionLoader.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::addSubObjects(), core.autovars.NTupleObjectType::addVariables(), core.autovars.NTupleObjectType::allVars(), dirstructure.Directory::calcStats(), validation.Sample::digest(), 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(), production_tasks.Task::getname(), 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(), production_tasks.MonitorJobs::run(), 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().

time_t XMLHTRZeroSuppressionLoader::_loaderBaseConfig::run_begin_timestamp

Definition at line 41 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

long long int XMLHTRZeroSuppressionLoader::_loaderBaseConfig::run_number

Definition at line 40 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::run_type

Definition at line 39 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::tag_id

Definition at line 47 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::tag_mode

Definition at line 48 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().

std::string XMLHTRZeroSuppressionLoader::_loaderBaseConfig::tag_name

Definition at line 49 of file XMLHTRZeroSuppressionLoader.h.

Referenced by _loaderBaseConfig().