CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
pat::RecoMETExtractor Class Reference

Retrieves the recoMET from a pat::MET. More...

Inheritance diagram for pat::RecoMETExtractor:
edm::global::EDProducer<> edm::global::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

void produce (edm::StreamID streamID, edm::Event &iEvent, const edm::EventSetup &iSetup) const override
 
 RecoMETExtractor (const edm::ParameterSet &iConfig)
 
 ~RecoMETExtractor () override
 
- Public Member Functions inherited from edm::global::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
 
EDProduceroperator= (const EDProducer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

pat::MET::METCorrectionLevel corLevel_
 
edm::EDGetTokenT< std::vector< pat::MET > > metSrcToken_
 

Additional Inherited Members

- Public Types inherited from edm::global::EDProducerBase
typedef EDProducerBase ModuleType
 
- Public Types inherited from edm::ProducerBase
template<typename T >
using BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T >
 
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > >
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::global::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
template<Transition Tr = Transition::Event>
auto produces (std::string instanceName) noexcept
 declare what type of product will make and with which optional label More...
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
template<Transition Tr = Transition::Event>
auto produces () noexcept
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Retrieves the recoMET from a pat::MET.

The RecoMETExtractor produces the analysis-level pat::MET starting from a collection of objects of METType.

Author
Matthieu Marionneau
Version
Id
RecoMETExtractor.h,v 1.0 2015/07/22 mmarionn Exp

Definition at line 27 of file RecoMETExtractor.cc.

Constructor & Destructor Documentation

◆ RecoMETExtractor()

RecoMETExtractor::RecoMETExtractor ( const edm::ParameterSet iConfig)
explicit

Definition at line 44 of file RecoMETExtractor.cc.

References corLevel_, edm::ParameterSet::getParameter(), metSrcToken_, pat::MET::Raw, pat::MET::RawCalo, pat::MET::RawDeepResolutionTune, pat::MET::RawDeepResponseTune, AlCaHLTBitMon_QueryRunRegistry::string, pat::MET::Type01, pat::MET::Type01Smear, pat::MET::Type01SmearXY, pat::MET::Type01XY, pat::MET::Type1, pat::MET::Type1Smear, pat::MET::Type1SmearXY, pat::MET::Type1XY, and pat::MET::TypeXY.

44  {
45  edm::InputTag metIT = iConfig.getParameter<edm::InputTag>("metSource");
46  metSrcToken_ = consumes<pat::METCollection>(metIT);
47 
48  std::string corLevel = iConfig.getParameter<std::string>("correctionLevel");
49 
50  //all possible met flavors
51  if (corLevel == "raw") {
53  } else if (corLevel == "type1") {
55  } else if (corLevel == "type01") {
57  } else if (corLevel == "typeXY") {
59  } else if (corLevel == "type1XY") {
61  } else if (corLevel == "type01XY") {
63  } else if (corLevel == "type1Smear") {
65  } else if (corLevel == "type01Smear") {
67  } else if (corLevel == "type1SmearXY") {
69  } else if (corLevel == "type01SmearXY") {
71  } else if (corLevel == "rawCalo") {
73  } else if (corLevel == "rawDeepResponseTune") {
75  } else if (corLevel == "rawDeepResolutionTune") {
77  } else {
78  //throw exception
79  }
80 
81  // produces vector of recoMet
82  produces<std::vector<reco::MET> >();
83 }
pat::MET::METCorrectionLevel corLevel_
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
edm::EDGetTokenT< std::vector< pat::MET > > metSrcToken_

◆ ~RecoMETExtractor()

RecoMETExtractor::~RecoMETExtractor ( )
override

Definition at line 85 of file RecoMETExtractor.cc.

85 {}

Member Function Documentation

◆ produce()

void RecoMETExtractor::produce ( edm::StreamID  streamID,
edm::Event iEvent,
const edm::EventSetup iSetup 
) const
overridevirtual

Implements edm::global::EDProducerBase.

Definition at line 87 of file RecoMETExtractor.cc.

References corLevel_, iEvent, BTaggingMonitor_cfi::met, metSrcToken_, eostools::move(), and TrackRefitter_38T_cff::src.

87  {
89  iEvent.getByToken(metSrcToken_, src);
90  if (src->empty())
91  edm::LogError("RecoMETExtractor::produce") << "input reco MET collection is empty";
92 
93  std::vector<reco::MET>* metCol = new std::vector<reco::MET>();
94 
95  reco::MET met(src->front().corSumEt(corLevel_), src->front().corP4(corLevel_), src->front().vertex());
96 
97  metCol->push_back(met);
98 
99  std::unique_ptr<std::vector<reco::MET> > recoMETs(metCol);
100  iEvent.put(std::move(recoMETs));
101 }
pat::MET::METCorrectionLevel corLevel_
int iEvent
Definition: GenABIO.cc:224
Definition: MET.h:41
edm::EDGetTokenT< std::vector< pat::MET > > metSrcToken_
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

◆ corLevel_

pat::MET::METCorrectionLevel pat::RecoMETExtractor::corLevel_
private

Definition at line 37 of file RecoMETExtractor.cc.

Referenced by produce(), and RecoMETExtractor().

◆ metSrcToken_

edm::EDGetTokenT<std::vector<pat::MET> > pat::RecoMETExtractor::metSrcToken_
private

Definition at line 35 of file RecoMETExtractor.cc.

Referenced by produce(), and RecoMETExtractor().