#include <MinMETProducerT.h>
Public Member Functions | |
MinMETProducerT (const edm::ParameterSet &cfg) | |
~MinMETProducerT () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::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 29 of file MinMETProducerT.h.
|
private |
Definition at line 82 of file MinMETProducerT.h.
|
private |
Definition at line 84 of file MinMETProducerT.h.
|
inlineexplicit |
Definition at line 32 of file MinMETProducerT.h.
References looper::cfg, MinMETProducerT< T >::src_, and MinMETProducerT< T >::src_token_.
|
inlineoverride |
Definition at line 41 of file MinMETProducerT.h.
|
inlineoverrideprivate |
Definition at line 44 of file MinMETProducerT.h.
References cms::cuda::assert(), edm::Event::getByToken(), JetEnergyShift_cfi::inputMETs, eostools::move(), edm::Event::put(), and MinMETProducerT< T >::src_token_.
|
private |
|
private |
Definition at line 83 of file MinMETProducerT.h.
Referenced by MinMETProducerT< T >::MinMETProducerT().
|
private |
Definition at line 85 of file MinMETProducerT.h.
Referenced by MinMETProducerT< T >::MinMETProducerT(), and MinMETProducerT< T >::produce().