#include <MinMETProducerT.h>
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::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) |
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_.
|
inline |
Definition at line 44 of file MinMETProducerT.h.
|
inlineoverrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 48 of file MinMETProducerT.h.
References edm::Event::getByToken(), edm::Event::put(), and MinMETProducerT< T >::src_token_.
|
private |
Definition at line 86 of file MinMETProducerT.h.
Referenced by 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().