#include <MinMETProducerT.h>
Public Member Functions | |
MinMETProducerT (const edm::ParameterSet &cfg) | |
~MinMETProducerT () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Types | |
typedef std::vector< T > | METCollection |
typedef std::vector< edm::InputTag > | vInputTag |
typedef std::vector< edm::EDGetTokenT< METCollection > > | vInputToken |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
Private Attributes | |
std::string | moduleLabel_ |
vInputTag | src_ |
vInputToken | src_token_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
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 |
Produce MET object representing the minimum missing transverse energy of set of MET objects given as input
NOTE: class is templated to that it works with reco::CaloMET as well as with reco::PFMET objects as input
Definition at line 28 of file MinMETProducerT.h.
|
private |
Definition at line 30 of file MinMETProducerT.h.
|
private |
Definition at line 88 of file MinMETProducerT.h.
|
private |
Definition at line 90 of file MinMETProducerT.h.
|
inlineexplicit |
Definition at line 34 of file MinMETProducerT.h.
References edm::ParameterSet::getParameter(), MinMETProducerT< T >::src_, and MinMETProducerT< T >::src_token_.
|
inlineoverride |
Definition at line 44 of file MinMETProducerT.h.
|
inlineoverrideprivate |
Definition at line 48 of file MinMETProducerT.h.
References edm::Event::getByToken(), JetEnergyShift_cfi::inputMETs, eostools::move(), edm::Event::put(), and MinMETProducerT< T >::src_token_.
|
private |
Definition at line 86 of file MinMETProducerT.h.
Referenced by Modules.SwitchProducer::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 89 of file MinMETProducerT.h.
Referenced by MinMETProducerT< T >::MinMETProducerT().
|
private |
Definition at line 91 of file MinMETProducerT.h.
Referenced by MinMETProducerT< T >::MinMETProducerT(), and MinMETProducerT< T >::produce().