Public Types | |
typedef edm::ValueMap< float > | JetValueMap |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | 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 |
Private Member Functions | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
Private Attributes | |
const double | distMax_ |
std::map< std::string, std::unique_ptr< const StringObjectFunction< C > > > | evaluationMap_ |
const bool | lazyParser_ |
const edm::EDGetTokenT< typename edm::View< C > > | matchedToken_ |
bool | multiValue_ |
const edm::EDGetTokenT< typename edm::View< T > > | srcToken_ |
const std::string | value_ |
const std::vector< std::string > | valueLabels_ |
const std::vector< std::string > | values_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 JetDeltaRValueMapProducer.cc.
typedef edm::ValueMap<float> JetDeltaRValueMapProducer< T, C >::JetValueMap |
Definition at line 36 of file JetDeltaRValueMapProducer.cc.
|
inline |
Definition at line 38 of file JetDeltaRValueMapProducer.cc.
References JetDeltaRValueMapProducer< T, C >::evaluationMap_, mps_fire::i, JetDeltaRValueMapProducer< T, C >::lazyParser_, JetDeltaRValueMapProducer< T, C >::multiValue_, JetDeltaRValueMapProducer< T, C >::value_, JetDeltaRValueMapProducer< T, C >::valueLabels_, and JetDeltaRValueMapProducer< T, C >::values_.
|
inlineoverride |
Definition at line 70 of file JetDeltaRValueMapProducer.cc.
|
inlineoverrideprivate |
Definition at line 74 of file JetDeltaRValueMapProducer.cc.
References reco::deltaR2(), JetDeltaRValueMapProducer< T, C >::distMax_, JetDeltaRValueMapProducer< T, C >::evaluationMap_, funct::false, edm::helper::Filler< Map >::fill(), objects.autophobj::filler, edm::Event::getByToken(), mps_fire::i, diffTreeTool::index, edm::helper::Filler< Map >::insert(), JetDeltaRValueMapProducer< T, C >::matchedToken_, eostools::move(), JetDeltaRValueMapProducer< T, C >::multiValue_, edm::Event::put(), JetDeltaRValueMapProducer< T, C >::srcToken_, JetDeltaRValueMapProducer< T, C >::value_, JetDeltaRValueMapProducer< T, C >::valueLabels_, and MuonErrorMatrixValues_cff::values.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 160 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::produce().
|
private |
Definition at line 166 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::JetDeltaRValueMapProducer(), and JetDeltaRValueMapProducer< T, C >::produce().
|
private |
Definition at line 164 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::JetDeltaRValueMapProducer().
|
private |
Definition at line 159 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::produce().
|
private |
Definition at line 165 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::JetDeltaRValueMapProducer(), and JetDeltaRValueMapProducer< T, C >::produce().
|
private |
Definition at line 158 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::produce().
|
private |
Definition at line 161 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::JetDeltaRValueMapProducer(), and JetDeltaRValueMapProducer< T, C >::produce().
|
private |
Definition at line 163 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::JetDeltaRValueMapProducer(), and JetDeltaRValueMapProducer< T, C >::produce().
|
private |
Definition at line 162 of file JetDeltaRValueMapProducer.cc.
Referenced by JetDeltaRValueMapProducer< T, C >::JetDeltaRValueMapProducer().