|
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
|
| JetMETHLTOfflineClient (const edm::ParameterSet &) |
|
| ~JetMETHLTOfflineClient () override |
|
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override final |
|
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
|
| DQMEDHarvester (void) |
|
virtual void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
|
virtual void | endJob () override final |
|
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override final |
|
virtual void | endRun (edm::Run const &, edm::EventSetup const &) override |
|
virtual void | produce (edm::Event &, edm::EventSetup const &) override final |
|
virtual | ~DQMEDHarvester ()=default |
|
| EDProducer ()=default |
|
| EDProducerBase () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducerBase () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
|
virtual | ~ProducerBase () noexcept(false) |
|
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) |
|
Definition at line 53 of file JetMETHLTOfflineClient.h.
Implements DQMEDHarvester.
Definition at line 29 of file JetMETHLTOfflineClient.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), gather_cfg::cout, debug_, dirName_, spr::find(), DQMStore::IGetter::getContents(), DQMStore::IGetter::getSubdirs(), MonitorElement::getTH1F(), gen::k, checklumidiff::l, LogDebug, dataset::name, DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and fftjetcommon_cfi::title.
33 LogDebug(
"JetMETHLTOfflineClient") <<
"dqmEndJob" << std::endl;
36 std::vector<MonitorElement*> hltMEs;
39 std::vector<std::string> fullPathHLTFolders = igetter.
getSubdirs();
40 for(
auto & fullPathHLTFolder : fullPathHLTFolders) {
44 if ((fullPathHLTFolder.find(
"Eff")!=std::string::npos)) {
52 std::vector<std::string> fullSubPathHLTFolders = igetter.
getSubdirs();
53 for(
auto & fullSubPathHLTFolder : fullSubPathHLTFolders) {
60 LogDebug(
"JetMETHLTOfflineClient")<<
"Number of MEs for this HLT path = " << hltMEs.size() << std::endl;
62 for(
unsigned int k=0;
k<hltMEs.size();
k++) {
66 if ((hltMEs[
k]->getName().
find(
"ME_Numerator")!=std::string::npos) && hltMEs[
k]->getName().
find(
"ME_Numerator")==0){
73 for(
unsigned int l=0;
l<hltMEs.size();
l++) {
74 if (hltMEs[
l]->getName() ==
"ME_Denominator"+
name){
76 if(name.find(
"EtaPhi") !=std::string::npos) {
77 TH2F* tNumerator = hltMEs[
k]->getTH2F();
78 TH2F* tDenominator = hltMEs[
l]->getTH2F();
82 auto *teff = (TH2F*) tNumerator->Clone(title.c_str());
83 teff->Divide(tNumerator,tDenominator,1,1);
84 ibooker.
book2D(
"ME_Eff_"+name,teff);
88 TH1F* tNumerator = hltMEs[
k]->
getTH1F();
89 TH1F* tDenominator = hltMEs[
l]->getTH1F();
93 auto *teff = (TH1F*) tNumerator->Clone(title.c_str());
94 teff->Divide(tNumerator,tDenominator,1,1);
95 ibooker.
book1D(
"ME_Eff_"+name,teff);
std::vector< MonitorElement * > getContents(Args &&...args)
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
MonitorElement * book1D(Args &&...args)
void setCurrentFolder(const std::string &fullpath)
MonitorElement * book2D(Args &&...args)
TH1F * getTH1F(void) const
std::vector< std::string > getSubdirs(void)