#include <NoiseRatesClient.h>
|
virtual void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) |
|
| NoiseRatesClient (const edm::ParameterSet &) |
|
int | NoiseRatesEndjob (const std::vector< MonitorElement * > &hcalMEs) |
|
virtual void | runClient_ (DQMStore::IBooker &, DQMStore::IGetter &) |
|
virtual | ~NoiseRatesClient () |
|
virtual void | analyze (edm::Event const &, edm::EventSetup const &) final |
|
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
|
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
|
| 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 34 of file NoiseRatesClient.h.
NoiseRatesClient::~NoiseRatesClient |
( |
| ) |
|
|
virtual |
int NoiseRatesClient::NoiseRatesEndjob |
( |
const std::vector< MonitorElement * > & |
hcalMEs | ) |
|
Definition at line 71 of file NoiseRatesClient.cc.
References MonitorElement::Fill().
Referenced by runClient_().
75 for(
unsigned int ih=0; ih<hcalMEs.size(); ih++){
76 if( strcmp(hcalMEs[ih]->getName().c_str(),
"hLumiBlockCount") ==0 ){
77 hLumiBlockCount = hcalMEs[ih];
81 if( useAllHistos !=0 && useAllHistos !=1 )
return 0;
85 int lumiCountMapsize = -1;
86 if (useAllHistos) hLumiBlockCount->
Fill(0.0, lumiCountMapsize);
bool NoiseRatesClient::debug_ |
|
private |
std::string NoiseRatesClient::dirName_ |
|
private |
std::string NoiseRatesClient::dirNameJet_ |
|
private |
std::string NoiseRatesClient::dirNameMET_ |
|
private |
std::string NoiseRatesClient::outputFile_ |
|
private |
bool NoiseRatesClient::verbose_ |
|
private |