#include <DiJetVarAnalyzer.h>
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 |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from ScoutingAnalyzerBase | |
MonitorElement * | bookH1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH1andDivide (DQMStore::IBooker &, const std::string &name, MonitorElement *num, MonitorElement *denom, const std::string &titleX, const std::string &titleY, const std::string &title="") |
MonitorElement * | bookH1BinArray (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, float *xbinsize, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH1withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH1withSumw2BinArray (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, float *xbinsize, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
MonitorElement * | bookH2andDivide (DQMStore::IBooker &, const std::string &name, MonitorElement *num, MonitorElement *denom, const std::string &titleX, const std::string &titleY, const std::string &title="") |
MonitorElement * | bookH2withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
MonitorElement * | bookP1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="E1 P") |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
std::string | newName (const std::string &name) |
void | prepareBooking (DQMStore::IBooker &) |
MonitorElement * | profileX (DQMStore::IBooker &, MonitorElement *me2d, const std::string &title="", const std::string &titleX="", const std::string &titleY="", Double_t minimum=-1111, Double_t maximum=-1111) |
MonitorElement * | profileY (DQMStore::IBooker &, MonitorElement *me2d, const std::string &title="", const std::string &titleX="", const std::string &titleY="", Double_t minimum=-1111, Double_t maximum=-1111) |
ScoutingAnalyzerBase (const edm::ParameterSet &conf) | |
virtual | ~ScoutingAnalyzerBase () |
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) |
Definition at line 14 of file DiJetVarAnalyzer.h.
|
explicit |
Definition at line 21 of file DiJetVarAnalyzer.cc.
References edm::ParameterSet::getUntrackedParameter(), jetCollectionTagToken_, metCleanCollectionTagToken_, metCollectionTagToken_, and widejetsCollectionTagToken_.
|
virtual |
Definition at line 44 of file DiJetVarAnalyzer.cc.
|
overridevirtual |
Reimplemented from ScoutingAnalyzerBase.
Definition at line 419 of file DiJetVarAnalyzer.cc.
References triggerExpression::Data::configurationUpdated(), detawidejets_, dphiwidejets_, etawidejets_, MonitorElement::Fill(), edm::Event::getByToken(), HLTpathMain_, HLTpathMonitor_, triggerExpression::Evaluator::init(), edm::HandleBase::isValid(), jetCollectionTagToken_, m_cutFlow, m_DetajjVsMjjWide, m_DetajjVsMjjWide_rebin, m_DetajjWide, m_DetajjWide_finalSel, m_DphijjWide_finalSel, m_HT_finalSel, m_HT_inclusive, m_metCaseNoMetClean, m_metCases, m_metDiff, m_metVSmetclean, m_MjjWide_den, m_MjjWide_den_detaL2, m_MjjWide_den_detaL3, m_MjjWide_den_detaL4, m_MjjWide_den_NOdeta, m_MjjWide_deta_0p0_0p5, m_MjjWide_deta_0p5_1p0, m_MjjWide_deta_1p0_1p5, m_MjjWide_deta_1p5_2p0, m_MjjWide_deta_2p0_2p5, m_MjjWide_deta_2p5_3p0, m_MjjWide_deta_3p0_inf, m_MjjWide_finalSel, m_MjjWide_finalSel_varbin, m_MjjWide_finalSel_WithoutNoiseFilter, m_MjjWide_finalSel_WithoutNoiseFilter_varbin, m_MjjWide_num, m_MjjWide_num_detaL2, m_MjjWide_num_detaL3, m_MjjWide_num_detaL4, m_MjjWide_num_NOdeta, m_selJets_emEnergyFraction, m_selJets_eta, m_selJets_hadEnergyFraction, m_selJets_phi, m_selJets_pt, m_selJets_towersArea, maxEMfraction_, maxHADfraction_, metCleanCollectionTagToken_, metCollectionTagToken_, numwidejets_, EnergyCorrector::pt, ptwidejets_, triggerExpression::Data::setEvent(), triggerConfiguration_, and widejetsCollectionTagToken_.
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 47 of file DiJetVarAnalyzer.cc.
References ScoutingAnalyzerBase::bookH1withSumw2(), ScoutingAnalyzerBase::bookH1withSumw2BinArray(), ScoutingAnalyzerBase::bookH2withSumw2(), MonitorElement::getTH1(), m_cutFlow, m_DetajjVsMjjWide, m_DetajjVsMjjWide_rebin, m_DetajjWide, m_DetajjWide_finalSel, m_DphijjWide_finalSel, m_HT_finalSel, m_HT_inclusive, m_metCaseNoMetClean, m_metCases, m_metDiff, m_metVSmetclean, m_MjjWide_den, m_MjjWide_den_detaL2, m_MjjWide_den_detaL3, m_MjjWide_den_detaL4, m_MjjWide_den_NOdeta, m_MjjWide_deta_0p0_0p5, m_MjjWide_deta_0p5_1p0, m_MjjWide_deta_1p0_1p5, m_MjjWide_deta_1p5_2p0, m_MjjWide_deta_2p0_2p5, m_MjjWide_deta_2p5_3p0, m_MjjWide_deta_3p0_inf, m_MjjWide_finalSel, m_MjjWide_finalSel_varbin, m_MjjWide_finalSel_WithoutNoiseFilter, m_MjjWide_finalSel_WithoutNoiseFilter_varbin, m_MjjWide_num, m_MjjWide_num_detaL2, m_MjjWide_num_detaL3, m_MjjWide_num_detaL4, m_MjjWide_num_NOdeta, m_selJets_emEnergyFraction, m_selJets_eta, m_selJets_hadEnergyFraction, m_selJets_phi, m_selJets_pt, m_selJets_towersArea, Pi, and ScoutingAnalyzerBase::prepareBooking().
|
private |
Definition at line 30 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 31 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 28 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 25 of file DiJetVarAnalyzer.h.
|
private |
Definition at line 36 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 37 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 21 of file DiJetVarAnalyzer.h.
|
private |
Definition at line 91 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and DiJetVarAnalyzer().
|
private |
Definition at line 41 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 85 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 86 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 55 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 54 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 57 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 81 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 77 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 78 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 88 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 74 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 46 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 47 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 48 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 49 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 50 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 51 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 52 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 42 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 43 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 44 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 45 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 75 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 71 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 67 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 63 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 60 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 62 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 61 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 59 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 32 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 33 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 24 of file DiJetVarAnalyzer.h.
|
private |
Definition at line 94 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and DiJetVarAnalyzer().
|
private |
Definition at line 23 of file DiJetVarAnalyzer.h.
|
private |
Definition at line 93 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and DiJetVarAnalyzer().
|
private |
Definition at line 27 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 29 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 39 of file DiJetVarAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 22 of file DiJetVarAnalyzer.h.
|
private |
Definition at line 92 of file DiJetVarAnalyzer.h.
Referenced by analyze(), and DiJetVarAnalyzer().