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
EventMonitor::Entry Struct Reference

#include <monitor.h>

Public Member Functions

 Entry ()
 

Public Attributes

std::string name
 
unsigned int nevt [5]
 

Detailed Description

Definition at line 16 of file monitor.h.

Constructor & Destructor Documentation

EventMonitor::Entry::Entry ( )

Definition at line 4 of file monitor.cc.

References i, and nevt.

5 {
6  for (unsigned int i=0; i<5; ++i){
7  nevt[i] = 0;
8  }
9 }
int i
Definition: DBlmapReader.cc:9
unsigned int nevt[5]
Definition: monitor.h:17

Member Data Documentation

std::string EventMonitor::Entry::name

Definition at line 18 of file monitor.h.

Referenced by ElectronMVAID.ElectronMVAID::__call__(), dirstructure.Directory::__create_pie_image(), dqm_interfaces.DirID::__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(), dirstructure.Directory::__repr__(), dqm_interfaces.DirID::__repr__(), dirstructure.Comparison::__repr__(), config.CFG::__str__(), counter.Counter::__str__(), average.Average::__str__(), core.autovars.NTupleObjectType::allVars(), dirstructure.Directory::calcStats(), EventMonitor::hypo_monitor::count(), 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(), utils.StatisticalTest::get_status(), core.autovars.NTupleVariable::makeBranch(), core.autovars.NTupleObject::makeBranches(), core.autovars.NTupleCollection::makeBranchesScalar(), core.autovars.NTupleCollection::makeBranchesVector(), dirstructure.Directory::print_report(), python.rootplot.utilities.Hist::TGraph(), python.rootplot.utilities.Hist::TH1F(), Vispa.Views.PropertyView.Property::valueChanged(), counter.Counter::write(), and average.Average::write().

unsigned int EventMonitor::Entry::nevt[5]

Definition at line 17 of file monitor.h.

Referenced by EventMonitor::hypo_monitor::count(), and Entry().