#include <METProducer.h>
Private Member Functions | |
void | produce_CaloMET (edm::Event &event) |
void | produce_else (edm::Event &event) |
void | produce_GenMET (edm::Event &event) |
void | produce_PFClusterMET (edm::Event &event) |
void | produce_PFMET (edm::Event &event) |
void | produce_TCMET (edm::Event &event, const edm::EventSetup &setup) |
Private Attributes | |
std::string | alias |
bool | applyFiducialThresholdForFractions |
bool | calculateSignificance_ |
double | globalThreshold |
edm::InputTag | inputLabel |
edm::EDGetTokenT< edm::View < reco::Candidate > > | inputToken_ |
std::string | inputType |
edm::InputTag | jetsLabel_ |
edm::EDGetTokenT< edm::View < reco::PFJet > > | jetToken_ |
std::string | METtype |
bool | noHF |
bool | onlyFiducial |
metsig::SignAlgoResolutions * | resolutions_ |
TCMETAlgo | tcMetAlgo_ |
bool | usePt |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 46 of file METProducer.h.
|
explicit |
Definition at line 55 of file METProducer.cc.
References alias, applyFiducialThresholdForFractions, calculateSignificance_, TCMETAlgo::configure(), edm::EDConsumerBase::consumesCollector(), edm::ParameterSet::getParameter(), jetsLabel_, jetToken_, METtype, noHF, onlyFiducial, resolutions_, tcMetAlgo_, and usePt.
|
inlinevirtual |
Definition at line 50 of file METProducer.h.
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 112 of file METProducer.cc.
References METtype, produce_CaloMET(), produce_else(), produce_GenMET(), produce_PFClusterMET(), produce_PFMET(), and produce_TCMET().
|
private |
Definition at line 147 of file METProducer.cc.
References CaloSpecificAlgo::addInfo(), SignCaloSpecificAlgo::calculateBaseCaloMET(), calculateSignificance_, SignCaloSpecificAlgo::getSignificance(), SignCaloSpecificAlgo::getSignificanceMatrix(), globalThreshold, input, inputToken_, noHF, edm::Handle< T >::product(), resolutions_, METAlgo::run(), reco::CaloMET::SetMetSignificance(), and reco::MET::setSignificanceMatrix().
Referenced by produce().
|
private |
Definition at line 244 of file METProducer.cc.
References globalThreshold, input, inputToken_, CaloMET_cfi::met, CommonMETData::met, CommonMETData::mex, CommonMETData::mey, p4, edm::Handle< T >::product(), METAlgo::run(), and CommonMETData::sumet.
Referenced by produce().
|
private |
Definition at line 230 of file METProducer.cc.
References GenSpecificAlgo::addInfo(), applyFiducialThresholdForFractions, relval_steps::gen(), globalThreshold, input, inputToken_, onlyFiducial, and usePt.
Referenced by produce().
|
private |
Definition at line 214 of file METProducer.cc.
References PFClusterSpecificAlgo::addInfo(), globalThreshold, input, inputToken_, edm::Handle< T >::product(), and METAlgo::run().
Referenced by produce().
|
private |
Definition at line 180 of file METProducer.cc.
References metsig::SignPFSpecificAlgo::addPFJets(), calculateSignificance_, globalThreshold, input, inputToken_, fwrapper::jets, jetToken_, CommonMETData::met, CommonMETData::mex, CommonMETData::mey, metsig::SignPFSpecificAlgo::mkSignifMatrix(), p4, edm::Handle< T >::product(), resolutions_, PFSpecificAlgo::run(), METAlgo::run(), metsig::SignPFSpecificAlgo::setResolutions(), reco::MET::setSignificanceMatrix(), timingPdfMaker::specific, and CommonMETData::sumet.
Referenced by produce().
|
private |
Definition at line 172 of file METProducer.cc.
References TCMETAlgo::CalculateTCMET(), and tcMetAlgo_.
Referenced by produce().
|
private |
Definition at line 66 of file METProducer.h.
Referenced by METProducer().
|
private |
Definition at line 85 of file METProducer.h.
Referenced by METProducer(), and produce_GenMET().
|
private |
Definition at line 71 of file METProducer.h.
Referenced by METProducer(), produce_CaloMET(), and produce_PFMET().
|
private |
Definition at line 79 of file METProducer.h.
Referenced by produce_CaloMET(), produce_else(), produce_GenMET(), produce_PFClusterMET(), and produce_PFMET().
|
private |
Definition at line 63 of file METProducer.h.
|
private |
Definition at line 68 of file METProducer.h.
Referenced by produce_CaloMET(), produce_else(), produce_GenMET(), produce_PFClusterMET(), and produce_PFMET().
|
private |
Definition at line 64 of file METProducer.h.
|
private |
Definition at line 73 of file METProducer.h.
Referenced by METProducer().
|
private |
Definition at line 91 of file METProducer.h.
Referenced by METProducer(), and produce_PFMET().
|
private |
Definition at line 65 of file METProducer.h.
Referenced by METProducer(), and produce().
|
private |
Definition at line 76 of file METProducer.h.
Referenced by METProducer(), and produce_CaloMET().
|
private |
Definition at line 82 of file METProducer.h.
Referenced by METProducer(), and produce_GenMET().
|
private |
Definition at line 72 of file METProducer.h.
Referenced by METProducer(), produce_CaloMET(), and produce_PFMET().
|
private |
Definition at line 94 of file METProducer.h.
Referenced by METProducer(), and produce_TCMET().
|
private |
Definition at line 88 of file METProducer.h.
Referenced by METProducer(), and produce_GenMET().