#include <HLTrigReport.h>
Public Member Functions | |
Accumulate () | |
Accumulate (size_t numHLNames, std::vector< std::vector< unsigned int >> const &hlIndex, std::vector< std::vector< unsigned int >> const &dsIndex) | |
void | accumulate (Accumulate const &) |
void | reset () |
Public Attributes | |
std::vector< std::vector< unsigned int > > | dsAccTotS_ |
std::vector< unsigned int > | dsAllTotS_ |
std::vector< unsigned int > | hlAccept_ |
std::vector< unsigned int > | hlAccTot_ |
std::vector< std::vector< unsigned int > > | hlAccTotDS_ |
std::vector< unsigned int > | hlAllTotDS_ |
std::vector< unsigned int > | hlErrors_ |
std::vector< unsigned int > | hltL1s_ |
std::vector< unsigned int > | hltPre_ |
std::vector< unsigned int > | hlWasRun_ |
unsigned int | nAccept_ |
unsigned int | nErrors_ |
unsigned int | nEvents_ |
unsigned int | nWasRun_ |
Definition at line 32 of file HLTrigReport.h.
hltrigreport::Accumulate::Accumulate | ( | ) |
Definition at line 47 of file HLTrigReport.cc.
hltrigreport::Accumulate::Accumulate | ( | size_t | numHLNames, |
std::vector< std::vector< unsigned int >> const & | hlIndex, | ||
std::vector< std::vector< unsigned int >> const & | dsIndex | ||
) |
void hltrigreport::Accumulate::accumulate | ( | hltrigreport::Accumulate const & | iOther | ) |
Definition at line 87 of file HLTrigReport.cc.
References cms::cuda::assert(), dsAccTotS_, dsAllTotS_, hlAccept_, hlAccTot_, hlAccTotDS_, hlAllTotDS_, hlErrors_, hltL1s_, hltPre_, hlWasRun_, mps_fire::i, dqmiolumiharvest::j, nAccept_, nErrors_, nEvents_, nWasRun_, and findQualityFiles::size.
Referenced by HLTrigReport::globalEndLuminosityBlock().
void hltrigreport::Accumulate::reset | ( | void | ) |
Definition at line 124 of file HLTrigReport.cc.
References MillePedeFileConverter_cfg::e, and ntuplemaker::fill.
Referenced by HLTrigReport::analyze(), and HLTrigReport::reset().
std::vector<std::vector<unsigned int> > hltrigreport::Accumulate::dsAccTotS_ |
Definition at line 54 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
std::vector<unsigned int> hltrigreport::Accumulate::dsAllTotS_ |
Definition at line 55 of file HLTrigReport.h.
Referenced by accumulate(), HLTrigReport::dumpReport(), and HLTrigReport::updateService().
std::vector<unsigned int> hltrigreport::Accumulate::hlAccept_ |
Definition at line 46 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
std::vector<unsigned int> hltrigreport::Accumulate::hlAccTot_ |
Definition at line 47 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
std::vector<std::vector<unsigned int> > hltrigreport::Accumulate::hlAccTotDS_ |
Definition at line 51 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
std::vector<unsigned int> hltrigreport::Accumulate::hlAllTotDS_ |
Definition at line 52 of file HLTrigReport.h.
Referenced by accumulate(), HLTrigReport::dumpReport(), and HLTrigReport::updateService().
std::vector<unsigned int> hltrigreport::Accumulate::hlErrors_ |
Definition at line 48 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
std::vector<unsigned int> hltrigreport::Accumulate::hltL1s_ |
Definition at line 44 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
std::vector<unsigned int> hltrigreport::Accumulate::hltPre_ |
Definition at line 45 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
std::vector<unsigned int> hltrigreport::Accumulate::hlWasRun_ |
Definition at line 43 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
unsigned int hltrigreport::Accumulate::nAccept_ |
Definition at line 40 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
unsigned int hltrigreport::Accumulate::nErrors_ |
Definition at line 41 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
unsigned int hltrigreport::Accumulate::nEvents_ |
Definition at line 38 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().
unsigned int hltrigreport::Accumulate::nWasRun_ |
Definition at line 39 of file HLTrigReport.h.
Referenced by accumulate(), and HLTrigReport::dumpReport().