#include <DQMOfflineHLTEventInfoClient.h>
|
| DQMOfflineHLTEventInfoClient (const edm::ParameterSet &ps) |
| Constructor. More...
|
|
virtual | ~DQMOfflineHLTEventInfoClient () |
| Destructor. More...
|
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
| Fake Analyze. More...
|
|
void | beginJob () |
| BeginJob. More...
|
|
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
|
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
| BeginRun. More...
|
|
void | endJob () |
| Endjob. More...
|
|
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
| DQM Client Diagnostic. More...
|
|
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
| EndRun. More...
|
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
|
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
|
ConsumesCollector | consumesCollector () |
| Use a ConsumesCollector to gather consumes information from helper functions. More...
|
|
template<typename ProductType , BranchType B = InEvent> |
void | consumesMany () |
|
void | consumesMany (const TypeToGet &id) |
|
template<BranchType B> |
void | consumesMany (const TypeToGet &id) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
|
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
template<BranchType B> |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
|
DQMOfflineHLTEventInfoClient::DQMOfflineHLTEventInfoClient |
( |
const edm::ParameterSet & |
ps | ) |
|
DQMOfflineHLTEventInfoClient::~DQMOfflineHLTEventInfoClient |
( |
| ) |
|
|
virtual |
void DQMOfflineHLTEventInfoClient::beginJob |
( |
void |
| ) |
|
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 121 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout, dbe_, and Utilities::operator.
127 dbe_->setCurrentFolder(
"HLT/EventInfo");
157 dbe_->setCurrentFolder(
"HLT/EventInfo");
const std::string & getName(void) const
get name of ME
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
MonitorElement * reportSummaryMap_
MonitorElement * CertificationSummary_
MonitorElement * CertificationSummaryMap_
MonitorElement * reportSummary_
prescale on number of events
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
void DQMOfflineHLTEventInfoClient::endJob |
( |
void |
| ) |
|
|
protectedvirtual |
EndRun.
Definition at line 222 of file DQMOfflineHLTEventInfoClient.cc.
References dbe_, MonitorElement::getFloatValue(), and funct::m.
224 float summarySum = 0;
225 float reportSummary = 0;
227 dbe_->setCurrentFolder(
"HLT/EventInfo/reportSummaryContents");
243 for (
int m = 0;
m < nSubsystems;
m++) {
248 if(nSubsystems > 0) {
249 reportSummary = summarySum / nSubsystems;;
261 float electronValue = 1;
262 if(HLT_Electron) electronValue = HLT_Electron->
getFloatValue();
264 float photonValue = 1;
void setBinContent(int binx, double content)
set content of bin (1-D)
MonitorElement * reportSummaryMap_
std::vector< MonitorElement * > reportSummaryContent_
MonitorElement * CertificationSummary_
double getFloatValue(void) const
MonitorElement * CertificationSummaryMap_
MonitorElement * reportSummary_
prescale on number of events
void DQMOfflineHLTEventInfoClient::initialize |
( |
| ) |
|
|
private |
std::vector<MonitorElement*> DQMOfflineHLTEventInfoClient::CertificationSummaryContent_ |
|
private |
MonitorElement* DQMOfflineHLTEventInfoClient::CertificationSummaryMap_ |
|
private |
int DQMOfflineHLTEventInfoClient::counterEvt_ |
|
private |
int DQMOfflineHLTEventInfoClient::counterLS_ |
|
private |
DQMStore* DQMOfflineHLTEventInfoClient::dbe_ |
|
private |
int DQMOfflineHLTEventInfoClient::prescaleEvt_ |
|
private |
int DQMOfflineHLTEventInfoClient::prescaleLS_ |
|
private |
std::vector<MonitorElement*> DQMOfflineHLTEventInfoClient::reportSummaryContent_ |
|
private |
bool DQMOfflineHLTEventInfoClient::verbose_ |
|
private |