#include <MinMETProducerT.h>
Public Member Functions | |
MinMETProducerT (const edm::ParameterSet &cfg) | |
~MinMETProducerT () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () 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 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().