Go to the documentation of this file.
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);
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
void analyze(const edm::Event &e, const edm::EventSetup &c) override
MonitorElement * h_y0_lumi
T getUntrackedParameter(std::string const &, T const &) const
Log< level::Info, false > LogInfo
edm::ParameterSet parameters_
void endRun(const edm::Run &r, const edm::EventSetup &c) override
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override
BeamSpotObjects condBeamSpot
#define DEFINE_FWK_MODULE(type)
BeamConditionsMonitor(const edm::ParameterSet &)
~BeamConditionsMonitor() override
DQM_DEPRECATED void ShiftFillLast(double y, double ye=0., int32_t xscale=1)
void setCurrentFolder(std::string const &fullpath) override
virtual TH1 * getTH1() const
double GetXError() const
get X beam position Error
double GetY() const
get Y beam position
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) override
MonitorElement * h_x0_lumi
double GetYError() const
get Y beam position Error
double GetX() const
get X beam position
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())