Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
virtual void | bookHistograms (DQMStore::IBooker &, edm::Run const &iRun, edm::EventSetup const &iSetup) override |
virtual void | dqmBeginRun (edm::Run const &iRun, edm::EventSetup const &iSetup) override |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
virtual void | fillHltMatrix (const std::string &, const std::string &, bool, bool, edm::Handle< trigger::TriggerEventWithRefs >, edm::Handle< trigger::TriggerEvent >) |
virtual void | setupHltMatrix (DQMStore::IBooker &iBooker, const std::string &, int) |
Private Attributes | |
std::vector< std::string > | AddedDatasets |
std::map< std::string, MonitorElement * > | cpfilt_mini_ |
MonitorElement * | cppath_ |
std::map< std::string, MonitorElement * > | cppath_mini_ |
bool | debugPrint |
std::map< std::string, TH1F * > | hist_cpfilt_mini_ |
HLTConfigProvider | hlt_config_ |
std::string | hlt_menu_ |
std::string | hltTag |
bool | outputPrint |
std::vector< std::vector < std::string > > | PDsVectorPathsVector |
std::string | plotDirectoryName |
bool | streamA_found_ |
edm::EDGetTokenT < edm::TriggerResults > | triggerResultsToken |
edm::EDGetTokenT < trigger::TriggerEvent > | triggerSummaryTokenAOD |
edm::EDGetTokenT < trigger::TriggerEventWithRefs > | triggerSummaryTokenRAW |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
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) |
Description: [one line class summary] Implementation: [Notes on implementation]
Definition at line 49 of file GeneralHLTOffline.cc.
|
explicit |
Definition at line 100 of file GeneralHLTOffline.cc.
References gather_cfg::cout, debugPrint, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hltTag, outputPrint, plotDirectoryName, AlCaHLTBitMon_QueryRunRegistry::string, triggerResultsToken, triggerSummaryTokenAOD, and triggerSummaryTokenRAW.
GeneralHLTOffline::~GeneralHLTOffline | ( | ) |
Definition at line 122 of file GeneralHLTOffline.cc.
|
overrideprivatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 127 of file GeneralHLTOffline.cc.
References accept(), gather_cfg::cout, cppath_, cppath_mini_, makeLayoutFileForGui::datasetNames, debugPrint, MonitorElement::Fill(), fillHltMatrix(), edm::Event::getByToken(), MonitorElement::getTH1F(), hlt_config_, hlt_menu_, edm::EventBase::id(), cmsHarvester::index, edm::HandleBase::isValid(), diffTwoXMLs::label, edm::EventID::luminosityBlock(), NULL, EgammaValidation_cff::pathName, PDsVectorPathsVector, HLTConfigProvider::removeVersion(), edm::EventID::run(), findQualityFiles::size, streamA_found_, HLTConfigProvider::streamContent(), AlCaHLTBitMon_QueryRunRegistry::string, HLTConfigProvider::triggerIndex(), triggerResults, triggerResultsToken, triggerSummaryTokenAOD, and triggerSummaryTokenRAW.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 594 of file GeneralHLTOffline.cc.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 237 of file GeneralHLTOffline.cc.
References AddedDatasets, DQMStore::IBooker::book1D(), DQMStore::IBooker::bookString(), compare_using_db::compare, gather_cfg::cout, cppath_, HLTConfigProvider::datasetContent(), makeLayoutFileForGui::datasetNames, debugPrint, alignCSCRings::e, newFWLiteAna::found, hlt_config_, hlt_menu_, hltTag, i, HLTConfigProvider::init(), n, PDsVectorPathsVector, plotDirectoryName, HLTConfigProvider::processName(), HLTConfigProvider::removeVersion(), DQMStore::IBooker::setCurrentFolder(), setupHltMatrix(), HLTConfigProvider::size(), streamA_found_, HLTConfigProvider::streamContent(), HLTConfigProvider::streamNames(), and HLTConfigProvider::tableName().
|
overrideprivatevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 223 of file GeneralHLTOffline.cc.
References AddedDatasets, gather_cfg::cout, debugPrint, and PDsVectorPathsVector.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 599 of file GeneralHLTOffline.cc.
|
privatevirtual |
Definition at line 480 of file GeneralHLTOffline.cc.
References compare_using_db::compare, gather_cfg::cout, cpfilt_mini_, cppath_mini_, debugPrint, MonitorElement::getTH1F(), hlt_config_, hlt_menu_, hltTag, edm::HandleBase::isValid(), HLTConfigProvider::moduleEDMType(), HLTConfigProvider::moduleLabels(), HLTConfigProvider::moduleType(), NULL, prof2calltree::prefix, HLTConfigProvider::removeVersion(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
privatevirtual |
Definition at line 381 of file GeneralHLTOffline.cc.
References DQMStore::IBooker::book1D(), compare_using_db::compare, gather_cfg::cout, cpfilt_mini_, cppath_mini_, debugPrint, hist_cpfilt_mini_, hlt_config_, hlt_menu_, HLTConfigProvider::moduleEDMType(), HLTConfigProvider::moduleLabels(), HLTConfigProvider::moduleType(), NULL, EgammaValidation_cff::pathName, PDsVectorPathsVector, prof2calltree::prefix, HLTConfigProvider::removeVersion(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by bookHistograms().
|
private |
Definition at line 85 of file GeneralHLTOffline.cc.
Referenced by bookHistograms(), and dqmBeginRun().
|
private |
Definition at line 92 of file GeneralHLTOffline.cc.
Referenced by fillHltMatrix(), and setupHltMatrix().
|
private |
Definition at line 90 of file GeneralHLTOffline.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 91 of file GeneralHLTOffline.cc.
Referenced by analyze(), fillHltMatrix(), and setupHltMatrix().
|
private |
Definition at line 75 of file GeneralHLTOffline.cc.
Referenced by analyze(), bookHistograms(), dqmBeginRun(), fillHltMatrix(), GeneralHLTOffline(), and setupHltMatrix().
|
private |
Definition at line 93 of file GeneralHLTOffline.cc.
Referenced by setupHltMatrix().
|
private |
Definition at line 78 of file GeneralHLTOffline.cc.
Referenced by analyze(), bookHistograms(), fillHltMatrix(), and setupHltMatrix().
|
private |
Definition at line 83 of file GeneralHLTOffline.cc.
Referenced by analyze(), bookHistograms(), fillHltMatrix(), and setupHltMatrix().
|
private |
Definition at line 82 of file GeneralHLTOffline.cc.
Referenced by bookHistograms(), fillHltMatrix(), and GeneralHLTOffline().
|
private |
Definition at line 76 of file GeneralHLTOffline.cc.
Referenced by GeneralHLTOffline().
|
private |
Definition at line 84 of file GeneralHLTOffline.cc.
Referenced by analyze(), bookHistograms(), dqmBeginRun(), and setupHltMatrix().
|
private |
Definition at line 81 of file GeneralHLTOffline.cc.
Referenced by bookHistograms(), and GeneralHLTOffline().
|
private |
Definition at line 77 of file GeneralHLTOffline.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 86 of file GeneralHLTOffline.cc.
Referenced by analyze(), and GeneralHLTOffline().
|
private |
Definition at line 88 of file GeneralHLTOffline.cc.
Referenced by analyze(), and GeneralHLTOffline().
|
private |
Definition at line 87 of file GeneralHLTOffline.cc.
Referenced by analyze(), and GeneralHLTOffline().