#include <BeamConditionsMonitor.h>
Protected Member Functions | |
void | bookHistograms (DQMStore::ConcurrentBooker &i, const edm::Run &r, const edm::EventSetup &c, beamcond::RunCache &) const override |
void | dqmAnalyze (const edm::Event &e, const edm::EventSetup &c, beamcond::RunCache const &) const override |
std::shared_ptr< void > | globalBeginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) const override |
void | globalEndLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) const override |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Private Attributes | |
const edm::InputTag | bsSrc_ |
std::string | monitorName_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::global::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Definition at line 30 of file BeamConditionsMonitor.h.
BeamConditionsMonitor::BeamConditionsMonitor | ( | const edm::ParameterSet & | ps | ) |
Definition at line 29 of file BeamConditionsMonitor.cc.
References edm::ParameterSet::getUntrackedParameter(), and monitorName_.
|
overridedefault |
|
overrideprotected |
Definition at line 41 of file BeamConditionsMonitor.cc.
References DQMStore::ConcurrentBooker::book1D(), beamcond::RunCache::h_x0_lumi, beamcond::RunCache::h_y0_lumi, monitorName_, ConcurrentMonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), and ConcurrentMonitorElement::setOption().
|
overrideprotected |
Definition at line 77 of file BeamConditionsMonitor.cc.
|
overrideprotected |
Definition at line 62 of file BeamConditionsMonitor.cc.
References utilities::cache(), edm::EventSetup::get(), edm::LuminosityBlock::getRun(), and edm::Run::index().
|
overrideprotected |
Definition at line 84 of file BeamConditionsMonitor.cc.
References DEFINE_FWK_MODULE.
|
private |
Definition at line 51 of file BeamConditionsMonitor.h.
|
private |
Definition at line 50 of file BeamConditionsMonitor.h.
Referenced by BeamConditionsMonitor(), and bookHistograms().