Public Member Functions | |
RazorMonitor (const edm::ParameterSet &) | |
~RazorMonitor () override throw () | |
Public Member Functions inherited from DQMEDAnalyzer | |
void | accumulate (edm::Event const &event, edm::EventSetup const &setup) final |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
void | beginRun (edm::Run const &run, edm::EventSetup const &setup) final |
void | beginStream (edm::StreamID id) final |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer () | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
void | endRun (edm::Run const &run, edm::EventSetup const &setup) final |
virtual bool | getCanSaveByLumi () |
Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator > | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Public Member Functions inherited from TriggerDQMBase | |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbins, const double xmin, const double xmax, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbinsX, const double xmin, const double xmax, const double ymin, const double ymax, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbinsX, const double xmin, const double xmax, const uint nbinsY, const double ymin, const double ymax, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY, const bool bookDen=true) |
void | setMETitle (ObjME &me, const std::string &titleX, const std::string &titleY) |
TriggerDQMBase ()=default | |
virtual | ~TriggerDQMBase ()=default |
Protected Member Functions | |
void | analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Private Attributes | |
std::unique_ptr< GenericTriggerEventFlag > | den_genTriggerEventFlag_ |
std::vector< double > | dphiR_binning_ |
ObjME | dPhiR_ME_ |
const std::string | folderName_ |
bool | hltPathsAreValid_ |
StringCutObjectSelector< reco::PFJet, true > | jetSelection_ |
edm::EDGetTokenT< reco::PFJetCollection > | jetToken_ |
StringCutObjectSelector< reco::MET, true > | metSelection_ |
edm::EDGetTokenT< reco::PFMETCollection > | metToken_ |
std::vector< double > | mr_binning_ |
ObjME | MR_ME_ |
float | mrCut_ |
ObjME | MRVsRsq_ME_ |
unsigned int | njets_ |
std::unique_ptr< GenericTriggerEventFlag > | num_genTriggerEventFlag_ |
const bool | requireValidHLTPaths_ |
std::vector< double > | rsq_binning_ |
ObjME | Rsq_ME_ |
float | rsqCut_ |
edm::EDGetTokenT< std::vector< math::XYZTLorentzVector > > | theHemispheres_ |
Additional Inherited Members | |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 31 of file RazorMonitor.cc.
Definition at line 34 of file RazorMonitor.cc.
Definition at line 33 of file RazorMonitor.cc.
RazorMonitor::RazorMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 89 of file RazorMonitor.cc.
|
override |
Definition at line 111 of file RazorMonitor.cc.
References den_genTriggerEventFlag_, and num_genTriggerEventFlag_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 168 of file RazorMonitor.cc.
References funct::abs(), CalcMR(), CalcR(), SiPixelRawToDigiRegional_cfi::deltaPhi, den_genTriggerEventFlag_, TriggerDQMBase::ObjME::denominator, dPhiR_ME_, relativeConstraints::empty, dqm::impl::MonitorElement::Fill(), razorHemispheres_cff::hemispheres, hltPathsAreValid_, iEvent, dqmiolumiharvest::j, PDWG_EXODelayedJetMET_cff::jets, jetSelection_, jetToken_, metSelection_, metToken_, MR_ME_, mrCut_, MRVsRsq_ME_, njets_, num_genTriggerEventFlag_, TriggerDQMBase::ObjME::numerator, dttmaxenums::R, requireValidHLTPaths_, Rsq_ME_, rsqCut_, and theHemispheres_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 120 of file RazorMonitor.cc.
References TriggerDQMBase::bookME(), den_genTriggerEventFlag_, dphiR_binning_, dPhiR_ME_, folderName_, hltPathsAreValid_, mr_binning_, MR_ME_, MRVsRsq_ME_, num_genTriggerEventFlag_, requireValidHLTPaths_, rsq_binning_, Rsq_ME_, dqm::implementation::NavigatorBase::setCurrentFolder(), TriggerDQMBase::setMETitle(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 314 of file RazorMonitor.cc.
References A, B, and mathSSE::sqrt().
Referenced by analyze().
|
static |
Definition at line 337 of file RazorMonitor.cc.
References nano_mu_digi_cff::float, BTaggingMonitor_cfi::met, and mathSSE::sqrt().
Referenced by analyze().
|
static |
Definition at line 275 of file RazorMonitor.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, GenericTriggerEventFlag::fillPSetDescription(), SiStripSourceConfigTier0_cff::genericTriggerEventPSet, V0Monitor_cff::histoPSet, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 70 of file RazorMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~RazorMonitor().
|
private |
Definition at line 62 of file RazorMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 66 of file RazorMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 51 of file RazorMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 54 of file RazorMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file RazorMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file RazorMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 72 of file RazorMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 56 of file RazorMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 61 of file RazorMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 64 of file RazorMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 76 of file RazorMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 67 of file RazorMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 74 of file RazorMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 69 of file RazorMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~RazorMonitor().
|
private |
Definition at line 53 of file RazorMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 60 of file RazorMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 65 of file RazorMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 75 of file RazorMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 58 of file RazorMonitor.cc.
Referenced by analyze().