CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
PatElectronEAIsoCorrectionProducer Class Reference
Inheritance diagram for PatElectronEAIsoCorrectionProducer:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 PatElectronEAIsoCorrectionProducer (const edm::ParameterSet &iConfig)
 
void produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override
 
 ~PatElectronEAIsoCorrectionProducer () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () 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
 
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)
 
 ~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
 
ESProxyIndex const * esGetTokenIndices (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::vector< ModuleDescription const * > &modules, 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
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

edm::EDGetTokenT< edm::ValueMap< double > > eaIsolatorToken_
 
edm::EDGetTokenT< pat::ElectronCollectionpatElectronsToken_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
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::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::ProducerBase
ProducesCollector producesCollector ()
 
- 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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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)
 

Detailed Description

Definition at line 9 of file PatElectronEAIsoCorrectionProducer.cc.

Constructor & Destructor Documentation

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

Definition at line 20 of file PatElectronEAIsoCorrectionProducer.cc.

21  : patElectronsToken_(consumes<pat::ElectronCollection>(iConfig.getParameter<edm::InputTag>("patElectrons"))),
23  produces<pat::ElectronCollection>();
24 }
T getParameter(std::string const &) const
edm::EDGetTokenT< pat::ElectronCollection > patElectronsToken_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
edm::EDGetTokenT< edm::ValueMap< double > > eaIsolatorToken_
PatElectronEAIsoCorrectionProducer::~PatElectronEAIsoCorrectionProducer ( )
inlineoverride

Definition at line 12 of file PatElectronEAIsoCorrectionProducer.cc.

References iEvent, and produce().

12 {};

Member Function Documentation

void PatElectronEAIsoCorrectionProducer::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
override

Definition at line 26 of file PatElectronEAIsoCorrectionProducer.cc.

References DEFINE_FWK_MODULE, patElectronEAIsoCorrectionProducer_cfi::eaIsolator, eaIsolatorToken_, edm::Event::getByToken(), eostools::move(), patElectronEAIsoCorrectionProducer_cfi::patElectrons, patElectronsToken_, edm::Event::put(), pat::Lepton< LeptonType >::setIsolation(), and pat::User1Iso.

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), HTMLExport.HTMLExportStatic::export(), and ~PatElectronEAIsoCorrectionProducer().

26  {
28  iEvent.getByToken(patElectronsToken_, patElectrons);
30  iEvent.getByToken(eaIsolatorToken_, eaIsolator);
31 
32  std::unique_ptr<pat::ElectronCollection> updatedPatElectrons(new pat::ElectronCollection);
33 
34  for (size_t iElectron = 0; iElectron < patElectrons->size(); ++iElectron) {
35  pat::Electron* updatedPatElectron = patElectrons->at(iElectron).clone();
36  pat::ElectronRef electronRef(patElectrons, iElectron);
37  updatedPatElectron->setIsolation(pat::User1Iso, (*eaIsolator)[electronRef]); // FIXME: hard-coded isolation key
38  updatedPatElectrons->push_back(*updatedPatElectron);
39  }
40 
41  iEvent.put(std::move(updatedPatElectrons));
42 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:131
void setIsolation(IsolationKeys key, float value)
Definition: Lepton.h:115
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:525
edm::EDGetTokenT< pat::ElectronCollection > patElectronsToken_
std::vector< Electron > ElectronCollection
Definition: Electron.h:36
edm::EDGetTokenT< edm::ValueMap< double > > eaIsolatorToken_
Analysis-level electron class.
Definition: Electron.h:51
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

edm::EDGetTokenT<edm::ValueMap<double> > PatElectronEAIsoCorrectionProducer::eaIsolatorToken_
private

Definition at line 17 of file PatElectronEAIsoCorrectionProducer.cc.

Referenced by produce().

edm::EDGetTokenT<pat::ElectronCollection> PatElectronEAIsoCorrectionProducer::patElectronsToken_
private

Definition at line 16 of file PatElectronEAIsoCorrectionProducer.cc.

Referenced by produce().