#include <AlcaBeamMonitorClient.h>
Public Types | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) override |
void | beginJob (void) override |
void | beginRun (const edm::Run &iRun, const edm::EventSetup &iSetup) override |
void | endLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) override |
void | endRun (const edm::Run &iRun, const edm::EventSetup &iSetup) override |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Types | |
typedef std::map< std::string, std::map< std::string, std::map< std::string, MonitorElement * > > > | HistosContainer |
typedef std::map< std::string, std::map< std::string, std::map< std::string, int > > > | PositionContainer |
Private Attributes | |
DQMStore * | dbe_ |
std::multimap< std::string, std::string > | histoByCategoryNames_ |
HistosContainer | histosMap_ |
std::string | monitorName_ |
int | numberOfValuesToSave_ |
edm::ParameterSet | parameters_ |
PositionContainer | positionsMap_ |
std::map < edm::LuminosityBlockNumber_t, std::vector< double > > | valuesMap_ |
std::vector< std::string > | varNamesV_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Definition at line 23 of file AlcaBeamMonitorClient.h.
Definition at line 26 of file AlcaBeamMonitorClient.h.
|
private |
Definition at line 40 of file AlcaBeamMonitorClient.h.
Definition at line 25 of file AlcaBeamMonitorClient.h.
|
private |
Definition at line 43 of file AlcaBeamMonitorClient.h.
AlcaBeamMonitorClient::AlcaBeamMonitorClient | ( | const edm::ParameterSet & | ps | ) |
Definition at line 23 of file AlcaBeamMonitorClient.cc.
References dbe_, histoByCategoryNames_, histosMap_, monitorName_, numberOfValuesToSave_, Utilities::operator, positionsMap_, and varNamesV_.
|
override |
Definition at line 59 of file AlcaBeamMonitorClient.cc.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 73 of file AlcaBeamMonitorClient.cc.
References dbe_, dqm::implementation::IGetter::get(), dqm::legacy::MonitorElement::getTProfile(), mps_fire::i, edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), monitorName_, numberOfValuesToSave_, createJobs::tmp, and valuesMap_.
|
overrideprotectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 86 of file AlcaBeamMonitorClient.cc.
References newFWLiteAna::bin, dqm::implementation::IBooker::book1D(), dbe_, first, histosMap_, edm::RunBase::id(), BeamSpotPI::lastLumi, SiStripPI::max, SiStripPI::min, monitorName_, mergeVDriftHistosByStation::name, positionsMap_, edm::RunID::run(), edm::second(), dqm::implementation::DQMStore::setCurrentFolder(), dqm::impl::MonitorElement::setEfficiencyFlag(), AlCaHLTBitMon_QueryRunRegistry::string, runGCPTkAlMap::title, and valuesMap_.
|
private |
Definition at line 51 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 56 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient().
|
private |
Definition at line 54 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), and endRun().
|
private |
Definition at line 47 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 50 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), and endLuminosityBlock().
|
private |
Definition at line 46 of file AlcaBeamMonitorClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Types.EDAlias::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 58 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), and endRun().
|
private |
Definition at line 57 of file AlcaBeamMonitorClient.h.
Referenced by endLuminosityBlock(), and endRun().
|
private |
Definition at line 55 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient().