#include <AlcaBeamMonitorClient.h>
Protected Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | beginJob (void) |
void | beginLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) |
void | beginRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
void | endJob (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) |
void | endLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) |
void | endRun (const edm::Run &iRun, const edm::EventSetup &iSetup) |
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) |
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 | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 24 of file AlcaBeamMonitorClient.h.
|
private |
Definition at line 41 of file AlcaBeamMonitorClient.h.
|
private |
Definition at line 44 of file AlcaBeamMonitorClient.h.
AlcaBeamMonitorClient::AlcaBeamMonitorClient | ( | const edm::ParameterSet & | ps | ) |
Definition at line 24 of file AlcaBeamMonitorClient.cc.
References dbe_, histoByCategoryNames_, histosMap_, monitorName_, numberOfValuesToSave_, cppFunctionSkipper::operator, positionsMap_, and varNamesV_.
AlcaBeamMonitorClient::~AlcaBeamMonitorClient | ( | ) |
Definition at line 71 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 76 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 106 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 80 of file AlcaBeamMonitorClient.cc.
References dbe_, histosMap_, python.multivaluedict::map(), monitorName_, and DQMStore::removeElement().
|
protected |
Definition at line 344 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 115 of file AlcaBeamMonitorClient.cc.
References dbe_, DQMStore::get(), MonitorElement::getTProfile(), i, edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), monitorName_, numberOfValuesToSave_, tmp, and valuesMap_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 128 of file AlcaBeamMonitorClient.cc.
References newFWLiteAna::bin, DQMStore::book1D(), dbe_, first, histosMap_, edm::RunBase::id(), python.multivaluedict::map(), max(), bookConverter::min, monitorName_, mergeVDriftHistosByStation::name, positionsMap_, edm::RunID::run(), edm::second(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, indexGen::title, and valuesMap_.
|
private |
Definition at line 52 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), beginRun(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 57 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient().
|
private |
Definition at line 55 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), beginRun(), and endRun().
|
private |
Definition at line 48 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), beginRun(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 51 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), and endLuminosityBlock().
|
private |
Definition at line 47 of file AlcaBeamMonitorClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 59 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), and endRun().
|
private |
Definition at line 58 of file AlcaBeamMonitorClient.h.
Referenced by endLuminosityBlock(), and endRun().
|
private |
Definition at line 56 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient().