#include <BeamSpotProblemMonitor.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
void | beginJob () override |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) override |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) override |
void | endJob (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override |
void | endRun (const edm::Run &r, const edm::EventSetup &c) override |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Private Member Functions | |
void | FillPlots (const edm::LuminosityBlock &lumiSeg, int &, int &, int &) |
Private Attributes | |
bool | ALARM_ON_ |
int | alarmOFFThreshold_ |
int | alarmONThreshold_ |
MonitorElement * | BeamSpotError |
int | BeamSpotFromDB_ |
double | BeamSpotStatus_ |
DQMStore * | dbe_ |
edm::EDGetTokenT< DcsStatusCollection > | dcsStatus_ |
bool | dcsTk [6] |
bool | debug_ |
bool | doTest_ |
int | fitNLumi_ |
std::map< TString, MonitorElement * > | hs |
int | intervalInSec_ |
int | lastlumi_ |
std::string | monitorName_ |
int | nCosmicTrk_ |
int | nextlumi_ |
int | nFitElements_ |
int | Ntracks_ |
bool | onlineMode_ |
edm::ParameterSet | parameters_ |
bool | processed_ |
edm::EDGetTokenT< BeamSpotOnlineCollection > | scalertag_ |
edm::EDGetTokenT< reco::TrackCollection > | trkSrc_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Definition at line 32 of file BeamSpotProblemMonitor.h.
BeamSpotProblemMonitor::BeamSpotProblemMonitor | ( | const edm::ParameterSet & | ps | ) |
Definition at line 48 of file BeamSpotProblemMonitor.cc.
References alarmOFFThreshold_, alarmONThreshold_, dbe_, dcsStatus_, debug_, doTest_, fitNLumi_, edm::ParameterSet::getUntrackedParameter(), intervalInSec_, lastlumi_, monitorName_, nCosmicTrk_, nextlumi_, onlineMode_, Utilities::operator, parameters_, processed_, scalertag_, and trkSrc_.
|
override |
Definition at line 78 of file BeamSpotProblemMonitor.cc.
|
overrideprotected |
Definition at line 178 of file BeamSpotProblemMonitor.cc.
References ALARM_ON_, BeamSpotStatus_, DcsStatus::BPIX, dbe_, dcsStatus_, dcsTk, doTest_, DcsStatus::FPIX, edm::Event::getByToken(), mps_fire::i, edm::EventBase::luminosityBlock(), monitorName_, nCosmicTrk_, nextlumi_, Ntracks_, onlineMode_, processed_, edm::Handle< T >::product(), scalertag_, DcsStatus::TECm, DcsStatus::TECp, DcsStatus::TIBTID, DcsStatus::TOB, HiIsolationCommonParameters_cff::track, l1t::tracks, trkSrc_, BeamSpotOnline::width_x(), BeamSpotOnline::width_y(), BeamSpotOnline::x(), BeamSpotOnline::y(), and BeamSpotOnline::z().
|
overrideprotectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 83 of file BeamSpotProblemMonitor.cc.
References BeamSpotError, dbe_, hs, mps_fire::i, monitorName_, AlcaSiPixelAliHarvester0T_cff::options, MonitorElement::setAxisTitle(), trackingPlots::xtitle, and trackingPlots::ytitle.
|
overrideprotected |
Definition at line 152 of file BeamSpotProblemMonitor.cc.
References FillPlots(), lastlumi_, edm::LuminosityBlockBase::luminosityBlock(), nextlumi_, onlineMode_, and processed_.
|
overrideprotected |
Definition at line 142 of file BeamSpotProblemMonitor.cc.
References debug_.
|
protected |
Definition at line 363 of file BeamSpotProblemMonitor.cc.
References BeamSpotError, DEFINE_FWK_MODULE, endLuminosityBlock(), onlineMode_, and MonitorElement::Reset().
|
overrideprotected |
Definition at line 345 of file BeamSpotProblemMonitor.cc.
References edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), nextlumi_, and onlineMode_.
Referenced by endJob().
|
overrideprotected |
Definition at line 355 of file BeamSpotProblemMonitor.cc.
References BeamSpotError, debug_, and MonitorElement::Reset().
|
private |
Definition at line 278 of file BeamSpotProblemMonitor.cc.
References ALARM_ON_, alarmOFFThreshold_, alarmONThreshold_, BeamSpotError, BeamSpotFromDB_, BeamSpotStatus_, dbe_, MonitorElement::Fill(), fitNLumi_, MonitorElement::getQReport(), hs, monitorName_, Ntracks_, onlineMode_, and MonitorElement::Reset().
Referenced by beginLuminosityBlock().
|
private |
Definition at line 86 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and FillPlots().
|
private |
Definition at line 76 of file BeamSpotProblemMonitor.h.
Referenced by BeamSpotProblemMonitor(), and FillPlots().
|
private |
Definition at line 75 of file BeamSpotProblemMonitor.h.
Referenced by BeamSpotProblemMonitor(), and FillPlots().
|
private |
Definition at line 93 of file BeamSpotProblemMonitor.h.
Referenced by beginJob(), endJob(), endRun(), and FillPlots().
|
private |
Definition at line 88 of file BeamSpotProblemMonitor.h.
Referenced by FillPlots().
|
private |
Definition at line 87 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and FillPlots().
|
private |
Definition at line 78 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), BeamSpotProblemMonitor(), beginJob(), and FillPlots().
|
private |
Definition at line 64 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and BeamSpotProblemMonitor().
|
private |
Definition at line 89 of file BeamSpotProblemMonitor.h.
Referenced by analyze().
|
private |
Definition at line 72 of file BeamSpotProblemMonitor.h.
Referenced by BeamSpotProblemMonitor(), beginRun(), and endRun().
|
private |
Definition at line 74 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and BeamSpotProblemMonitor().
|
private |
Definition at line 70 of file BeamSpotProblemMonitor.h.
Referenced by BeamSpotProblemMonitor(), and FillPlots().
|
private |
Definition at line 92 of file BeamSpotProblemMonitor.h.
Referenced by beginJob(), and FillPlots().
|
private |
Definition at line 71 of file BeamSpotProblemMonitor.h.
Referenced by BeamSpotProblemMonitor().
|
private |
Definition at line 80 of file BeamSpotProblemMonitor.h.
Referenced by BeamSpotProblemMonitor(), and beginLuminosityBlock().
|
private |
Definition at line 63 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), BeamSpotProblemMonitor(), beginJob(), and FillPlots().
|
private |
Definition at line 69 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and BeamSpotProblemMonitor().
|
private |
Definition at line 81 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), BeamSpotProblemMonitor(), beginLuminosityBlock(), and endLuminosityBlock().
|
private |
Definition at line 82 of file BeamSpotProblemMonitor.h.
|
private |
Definition at line 68 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and FillPlots().
|
private |
Definition at line 73 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), BeamSpotProblemMonitor(), beginLuminosityBlock(), endJob(), endLuminosityBlock(), and FillPlots().
|
private |
Definition at line 62 of file BeamSpotProblemMonitor.h.
Referenced by BeamSpotProblemMonitor(), Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 83 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), BeamSpotProblemMonitor(), and beginLuminosityBlock().
|
private |
Definition at line 65 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and BeamSpotProblemMonitor().
|
private |
Definition at line 66 of file BeamSpotProblemMonitor.h.
Referenced by analyze(), and BeamSpotProblemMonitor().