#include <BeamConditionsMonitor.h>
Public Member Functions | |
BeamConditionsMonitor (const edm::ParameterSet &) | |
~BeamConditionsMonitor () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | beginJob () |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
void | endJob () |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Attributes | |
edm::InputTag | bsSrc_ |
BeamSpotObjects | condBeamSpot |
int | countEvt_ |
int | countLumi_ |
DQMStore * | dbe_ |
bool | debug_ |
MonitorElement * | h_x0_lumi |
MonitorElement * | h_y0_lumi |
std::string | monitorName_ |
edm::ParameterSet | parameters_ |
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 28 of file BeamConditionsMonitor.h.
BeamConditionsMonitor::BeamConditionsMonitor | ( | const edm::ParameterSet & | ps | ) |
Definition at line 29 of file BeamConditionsMonitor.cc.
References bsSrc_, dbe_, debug_, edm::ParameterSet::getUntrackedParameter(), monitorName_, cppFunctionSkipper::operator, and parameters_.
BeamConditionsMonitor::~BeamConditionsMonitor | ( | ) |
Definition at line 43 of file BeamConditionsMonitor.cc.
|
protectedvirtual |
Implements edm::EDAnalyzer.
Definition at line 77 of file BeamConditionsMonitor.cc.
References condBeamSpot, countEvt_, and edm::EventSetup::get().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 48 of file BeamConditionsMonitor.cc.
References DQMStore::book1D(), dbe_, MonitorElement::getTH1(), h_x0_lumi, h_y0_lumi, monitorName_, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 71 of file BeamConditionsMonitor.cc.
References countLumi_.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 67 of file BeamConditionsMonitor.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 100 of file BeamConditionsMonitor.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 88 of file BeamConditionsMonitor.cc.
References condBeamSpot, BeamSpotObjects::GetX(), BeamSpotObjects::GetXError(), BeamSpotObjects::GetY(), BeamSpotObjects::GetYError(), h_x0_lumi, h_y0_lumi, and MonitorElement::ShiftFillLast().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 97 of file BeamConditionsMonitor.cc.
|
private |
Definition at line 61 of file BeamConditionsMonitor.h.
Referenced by BeamConditionsMonitor().
|
private |
Definition at line 70 of file BeamConditionsMonitor.h.
Referenced by analyze(), and endLuminosityBlock().
|
private |
Definition at line 66 of file BeamConditionsMonitor.h.
Referenced by analyze().
|
private |
Definition at line 67 of file BeamConditionsMonitor.h.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 64 of file BeamConditionsMonitor.h.
Referenced by BeamConditionsMonitor(), and beginJob().
|
private |
Definition at line 62 of file BeamConditionsMonitor.h.
Referenced by BeamConditionsMonitor().
|
private |
Definition at line 73 of file BeamConditionsMonitor.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
Definition at line 74 of file BeamConditionsMonitor.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
Definition at line 60 of file BeamConditionsMonitor.h.
Referenced by BeamConditionsMonitor(), and beginJob().
|
private |
Definition at line 59 of file BeamConditionsMonitor.h.
Referenced by BeamConditionsMonitor(), Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().