47 h_x0_lumi =
dbe_->
book1D(
"x0_lumi_cond",
"x coordinate of beam spot vs lumi (Cond)", 10, 0, 10);
52 h_y0_lumi =
dbe_->
book1D(
"y0_lumi_cond",
"y coordinate of beam spot vs lumi (Cond)", 10, 0, 10);
T getUntrackedParameter(std::string const &, T const &) const
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override
double GetY() const
get Y beam position
double GetYError() const
get Y beam position Error
DQM_DEPRECATED void ShiftFillLast(double y, double ye=0., int32_t xscale=1)
#define DEFINE_FWK_MODULE(type)
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
void endRun(const edm::Run &r, const edm::EventSetup &c) override
BeamSpotObjects condBeamSpot
MonitorElement * h_y0_lumi
~BeamConditionsMonitor() override
MonitorElement * h_x0_lumi
edm::ParameterSet parameters_
double GetX() const
get X beam position
double GetXError() const
get X beam position Error
BeamConditionsMonitor(const edm::ParameterSet &)
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) override
void setCurrentFolder(std::string const &fullpath)
void analyze(const edm::Event &e, const edm::EventSetup &c) override
MonitorElement * book1D(char_string const &name, char_string const &title, int const nchX, double const lowX, double const highX)
Book 1D histogram.
virtual TH1 * getTH1() const
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)