#include <FWBeamSpot.h>
Public Member Functions | |
void | checkBeamSpot (const edm::EventBase *event) |
FWBeamSpot () | |
const reco::BeamSpot * | getBeamSpot () const |
double | x0 () const |
double | x0Error () const |
double | y0 () const |
double | y0Error () const |
double | z0 () const |
double | z0Error () const |
~FWBeamSpot () | |
Private Attributes | |
const reco::BeamSpot * | m_beamspot |
Definition at line 14 of file FWBeamSpot.h.
|
inline |
Definition at line 17 of file FWBeamSpot.h.
|
inline |
Definition at line 18 of file FWBeamSpot.h.
void FWBeamSpot::checkBeamSpot | ( | const edm::EventBase * | event | ) |
Definition at line 6 of file FWBeamSpot.cc.
References fwLog, edm::HandleBase::isValid(), fwlog::kWarning, m_beamspot, edm::Handle< T >::product(), and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by CmsShowMainBase::draw().
|
inline |
double FWBeamSpot::x0 | ( | ) | const |
Definition at line 30 of file FWBeamSpot.cc.
References m_beamspot, and reco::BeamSpot::x0().
Referenced by FWConvTrackHitsDetailView::build(), FWRPZView::eventBegin(), and FWRPZView::resetOrigin().
double FWBeamSpot::x0Error | ( | ) | const |
double FWBeamSpot::y0 | ( | ) | const |
Definition at line 35 of file FWBeamSpot.cc.
References m_beamspot, and reco::BeamSpot::y0().
Referenced by FWConvTrackHitsDetailView::build(), FWRPZView::eventBegin(), and FWRPZView::resetOrigin().
double FWBeamSpot::y0Error | ( | ) | const |
double FWBeamSpot::z0 | ( | ) | const |
Definition at line 40 of file FWBeamSpot.cc.
References m_beamspot, and reco::BeamSpot::z0().
Referenced by FWConvTrackHitsDetailView::build(), FWRPZView::eventBegin(), and FWRPZView::resetOrigin().
double FWBeamSpot::z0Error | ( | ) | const |
|
private |
Definition at line 32 of file FWBeamSpot.h.
Referenced by checkBeamSpot(), getBeamSpot(), x0(), x0Error(), y0(), y0Error(), z0(), and z0Error().