#include <AlcaBeamMonitorClient.h>
Public Member Functions | |
AlcaBeamMonitorClient (const edm::ParameterSet &) | |
~AlcaBeamMonitorClient () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
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 |
typedef WorkerT< EDAnalyzer > | WorkerType |
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 26 of file AlcaBeamMonitorClient.h.
|
private |
Definition at line 43 of file AlcaBeamMonitorClient.h.
|
private |
Definition at line 46 of file AlcaBeamMonitorClient.h.
AlcaBeamMonitorClient::AlcaBeamMonitorClient | ( | const edm::ParameterSet & | ps | ) |
Definition at line 26 of file AlcaBeamMonitorClient.cc.
References dbe_, histoByCategoryNames_, histosMap_, monitorName_, numberOfValuesToSave_, cppFunctionSkipper::operator, positionsMap_, and varNamesV_.
AlcaBeamMonitorClient::~AlcaBeamMonitorClient | ( | ) |
Definition at line 73 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 78 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 108 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 82 of file AlcaBeamMonitorClient.cc.
References dbe_, histosMap_, Association::map, monitorName_, and DQMStore::removeElement().
|
protected |
Definition at line 346 of file AlcaBeamMonitorClient.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 117 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 130 of file AlcaBeamMonitorClient.cc.
References newFWLiteAna::bin, DQMStore::book1D(), dbe_, first, histosMap_, edm::RunBase::id(), Association::map, max(), min, monitorName_, mergeVDriftHistosByStation::name, positionsMap_, edm::RunID::run(), edm::second(), DQMStore::setCurrentFolder(), indexGen::title, and valuesMap_.
|
private |
Definition at line 54 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), beginRun(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 59 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient().
|
private |
Definition at line 57 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), beginRun(), and endRun().
|
private |
Definition at line 50 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), beginRun(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 53 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), and endLuminosityBlock().
|
private |
Definition at line 49 of file AlcaBeamMonitorClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 61 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient(), and endRun().
|
private |
Definition at line 60 of file AlcaBeamMonitorClient.h.
Referenced by endLuminosityBlock(), and endRun().
|
private |
Definition at line 58 of file AlcaBeamMonitorClient.h.
Referenced by AlcaBeamMonitorClient().