Private Types | |
typedef edm::View < reco::Candidate > | CandView |
typedef std::vector < std::unique_ptr < IsolationConeDefinitionBase > > | IsoTypes |
typedef std::unordered_map < std::string, int > | TypeMap |
Private Attributes | |
edm::EDGetTokenT< CandView > | _isolate_with |
std::array< IsoTypes, kNPFTypes > | _isolation_types |
std::array< std::vector < std::string >, kNPFTypes > | _product_names |
edm::EDGetTokenT< CandView > | _to_isolate |
const TypeMap | _typeMap |
Static Private Attributes | |
static unsigned | kNPFTypes = 8 |
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) |
Definition at line 32 of file CITKPFIsolationSumProducer.cc.
|
private |
Definition at line 49 of file CITKPFIsolationSumProducer.cc.
|
private |
Definition at line 48 of file CITKPFIsolationSumProducer.cc.
|
private |
Definition at line 47 of file CITKPFIsolationSumProducer.cc.
citk::PFIsolationSumProducer::PFIsolationSumProducer | ( | const edm::ParameterSet & | c | ) |
Definition at line 63 of file CITKPFIsolationSumProducer.cc.
|
inlinevirtual |
Definition at line 37 of file CITKPFIsolationSumProducer.cc.
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 106 of file CITKPFIsolationSumProducer.cc.
References _isolation_types.
|
finaloverridevirtual |
Implements edm::EDProducer.
Definition at line 116 of file CITKPFIsolationSumProducer.cc.
References _isolate_with, _isolation_types, _product_names, _to_isolate, begin, end, edm::helper::Filler< Map >::fill(), edm::Event::getByToken(), i, edm::helper::Filler< Map >::insert(), j, gen::k, kNPFTypes, edm::Event::put(), reco::PFCandidate::translatePdgIdToType(), and relativeConstraints::value.
|
private |
Definition at line 51 of file CITKPFIsolationSumProducer.cc.
Referenced by produce().
Definition at line 53 of file CITKPFIsolationSumProducer.cc.
Referenced by beginLuminosityBlock(), and produce().
|
private |
Definition at line 54 of file CITKPFIsolationSumProducer.cc.
Referenced by produce().
|
private |
Definition at line 51 of file CITKPFIsolationSumProducer.cc.
Referenced by produce().
|
private |
Definition at line 50 of file CITKPFIsolationSumProducer.cc.
|
staticprivate |
Definition at line 46 of file CITKPFIsolationSumProducer.cc.
Referenced by produce().