#include <HcalNoiseRatesClient.h>
|
virtual void | beginJob (void) |
|
virtual void | beginRun (const edm::Run &run, const edm::EventSetup &c) |
|
virtual void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
|
| HcalNoiseRatesClient (const edm::ParameterSet &) |
|
int | NoiseRatesEndjob (const std::vector< MonitorElement * > &hcalMEs) |
|
virtual | ~HcalNoiseRatesClient () |
|
virtual void | analyze (edm::Event const &, edm::EventSetup const &) final |
|
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
| DQMEDHarvester (void) |
|
virtual void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
|
virtual void | endJob () final |
|
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
|
| EDAnalyzer ()=default |
|
| EDAnalyzerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDAnalyzerBase () |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Definition at line 40 of file HcalNoiseRatesClient.h.
HcalNoiseRatesClient::~HcalNoiseRatesClient |
( |
| ) |
|
|
virtual |
void HcalNoiseRatesClient::beginJob |
( |
void |
| ) |
|
|
virtual |
int HcalNoiseRatesClient::NoiseRatesEndjob |
( |
const std::vector< MonitorElement * > & |
hcalMEs | ) |
|
Definition at line 76 of file HcalNoiseRatesClient.cc.
References MonitorElement::Fill().
Referenced by dqmEndJob().
80 for(
unsigned int ih=0; ih<hcalMEs.size(); ih++){
81 if( strcmp(hcalMEs[ih]->getName().c_str(),
"hLumiBlockCount") ==0 ){
82 hLumiBlockCount = hcalMEs[ih];
86 if( useAllHistos !=0 && useAllHistos !=1 )
return 0;
90 int lumiCountMapsize = -1;
91 if (useAllHistos) hLumiBlockCount->
Fill(0.0, lumiCountMapsize);
bool HcalNoiseRatesClient::debug_ |
|
private |
std::string HcalNoiseRatesClient::dirName_ |
|
private |
std::string HcalNoiseRatesClient::dirNameJet_ |
|
private |
std::string HcalNoiseRatesClient::dirNameMET_ |
|
private |
std::string HcalNoiseRatesClient::outputFile_ |
|
private |
bool HcalNoiseRatesClient::verbose_ |
|
private |