#include <RazorMonitor.h>
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, std::string titleX, 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::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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_, and theHemispheres_.
RazorMonitor::~RazorMonitor | ( | ) |
Definition at line 51 of file RazorMonitor.cc.
|
overrideprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 138 of file RazorMonitor.cc.
References funct::abs(), CalcMR(), CalcR(), MuonCkfTrajectoryBuilder_cfi::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 100 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 64 of file RazorMonitor.cc.
References DQMStore::IBooker::book1D(), RazorME::denominator, and RazorME::numerator.
Referenced by bookHistograms().
|
protected |
Definition at line 69 of file RazorMonitor.cc.
References DQMStore::IBooker::book1D(), RazorME::denominator, pileupCalc::nbins, and RazorME::numerator.
|
protected |
Definition at line 77 of file RazorMonitor.cc.
References DQMStore::IBooker::bookProfile(), RazorME::denominator, and RazorME::numerator.
|
protected |
Definition at line 82 of file RazorMonitor.cc.
References DQMStore::IBooker::book2D(), RazorME::denominator, and RazorME::numerator.
|
protected |
Definition at line 87 of file RazorMonitor.cc.
References DQMStore::IBooker::book2D(), RazorME::denominator, and RazorME::numerator.
|
static |
Definition at line 280 of file RazorMonitor.cc.
References patCaloMETCorrections_cff::A, TtFullHadDaughter::B, and mathSSE::sqrt().
Referenced by analyze().
|
static |
Definition at line 303 of file RazorMonitor.cc.
References DEFINE_FWK_MODULE, objects.autophobj::float, RazorAnalyzer::met, and mathSSE::sqrt().
Referenced by analyze().
|
static |
Definition at line 230 of file RazorMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 55 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().