#include <RazorMonitor.h>
Static Public Member Functions | |
static double | CalcMR (const math::XYZTLorentzVector &ja, const math::XYZTLorentzVector &jb) |
static double | CalcR (double MR, const math::XYZTLorentzVector &ja, const math::XYZTLorentzVector &jb, const edm::Handle< std::vector< reco::PFMET > > &met) |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 |
void | bookME (DQMStore::IBooker &, RazorME &me, const std::string &histname, const std::string &histtitle, int nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, RazorME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX) |
void | bookME (DQMStore::IBooker &, RazorME &me, const std::string &histname, const std::string &histtitle, int nbinsX, double xmin, double xmax, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, RazorME &me, const std::string &histname, const std::string &histtitle, int nbinsX, double xmin, double xmax, int nbinsY, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, RazorME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY) |
void | setMETitle (RazorME &me, const std::string &titleX, const std::string &titleY) |
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 Attributes | |
std::unique_ptr< GenericTriggerEventFlag > | den_genTriggerEventFlag_ |
std::vector< double > | dphiR_binning_ |
RazorME | dPhiR_ME_ |
std::string | folderName_ |
std::string | histoSuffix_ |
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_ |
RazorME | MR_ME_ |
float | mrCut_ |
RazorME | MRVsRsq_ME_ |
unsigned int | njets_ |
std::unique_ptr< GenericTriggerEventFlag > | num_genTriggerEventFlag_ |
std::vector< double > | rsq_binning_ |
RazorME | Rsq_ME_ |
float | rsqCut_ |
edm::EDGetTokenT< std::vector< math::XYZTLorentzVector > > | theHemispheres_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 57 of file RazorMonitor.h.
RazorMonitor::RazorMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 21 of file RazorMonitor.cc.
References RazorME::denominator, dPhiR_ME_, edm::ParameterSet::getParameter(), MR_ME_, MRVsRsq_ME_, RazorME::numerator, Rsq_ME_, theHemispheres_, and ~RazorMonitor().
|
overridedefault |
Referenced by RazorMonitor().
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 136 of file RazorMonitor.cc.
References funct::abs(), CalcMR(), CalcR(), hiPixelPairStep_cff::deltaPhi, den_genTriggerEventFlag_, RazorME::denominator, dPhiR_ME_, HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::HandleBase::isValid(), fwrapper::jets, jetSelection_, jetToken_, metSelection_, metToken_, MR_ME_, mrCut_, MRVsRsq_ME_, njets_, num_genTriggerEventFlag_, RazorME::numerator, dttmaxenums::R, Rsq_ME_, rsqCut_, and theHemispheres_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 98 of file RazorMonitor.cc.
References bookME(), den_genTriggerEventFlag_, dphiR_binning_, dPhiR_ME_, folderName_, mr_binning_, MR_ME_, MRVsRsq_ME_, num_genTriggerEventFlag_, rsq_binning_, Rsq_ME_, DQMStore::IBooker::setCurrentFolder(), setMETitle(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 62 of file RazorMonitor.cc.
References DQMStore::IBooker::book1D(), RazorME::denominator, and RazorME::numerator.
Referenced by bookHistograms().
|
protected |
Definition at line 67 of file RazorMonitor.cc.
References DQMStore::IBooker::book1D(), RazorME::denominator, pileupCalc::nbins, and RazorME::numerator.
|
protected |
Definition at line 75 of file RazorMonitor.cc.
References DQMStore::IBooker::bookProfile(), RazorME::denominator, and RazorME::numerator.
|
protected |
Definition at line 80 of file RazorMonitor.cc.
References DQMStore::IBooker::book2D(), RazorME::denominator, and RazorME::numerator.
|
protected |
Definition at line 85 of file RazorMonitor.cc.
References DQMStore::IBooker::book2D(), RazorME::denominator, and RazorME::numerator.
|
static |
Definition at line 278 of file RazorMonitor.cc.
References patCaloMETCorrections_cff::A, TtFullHadDaughter::B, and mathSSE::sqrt().
Referenced by analyze().
|
static |
Definition at line 301 of file RazorMonitor.cc.
References DEFINE_FWK_MODULE, objects.autophobj::float, RazorAnalyzer::met, and mathSSE::sqrt().
Referenced by analyze().
|
static |
Definition at line 228 of file RazorMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 53 of file RazorMonitor.cc.
References RazorME::denominator, RazorME::numerator, and MonitorElement::setAxisTitle().
Referenced by bookHistograms().
|
private |
Definition at line 98 of file RazorMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 90 of file RazorMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 94 of file RazorMonitor.h.
Referenced by analyze(), bookHistograms(), and RazorMonitor().
|
private |
Definition at line 81 of file RazorMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 82 of file RazorMonitor.h.
|
private |
Definition at line 101 of file RazorMonitor.h.
Referenced by analyze().
|
private |
Definition at line 85 of file RazorMonitor.h.
Referenced by analyze().
|
private |
Definition at line 100 of file RazorMonitor.h.
Referenced by analyze().
|
private |
Definition at line 84 of file RazorMonitor.h.
Referenced by analyze().
|
private |
Definition at line 89 of file RazorMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 92 of file RazorMonitor.h.
Referenced by analyze(), bookHistograms(), and RazorMonitor().
|
private |
Definition at line 104 of file RazorMonitor.h.
Referenced by analyze().
|
private |
Definition at line 95 of file RazorMonitor.h.
Referenced by analyze(), bookHistograms(), and RazorMonitor().
|
private |
Definition at line 102 of file RazorMonitor.h.
Referenced by analyze().
|
private |
Definition at line 97 of file RazorMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 88 of file RazorMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 93 of file RazorMonitor.h.
Referenced by analyze(), bookHistograms(), and RazorMonitor().
|
private |
Definition at line 103 of file RazorMonitor.h.
Referenced by analyze().
|
private |
Definition at line 86 of file RazorMonitor.h.
Referenced by analyze(), and RazorMonitor().