![]() |
![]() |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::StreamID, edm::Event &, edm::EventSetup const &) const override |
Private Attributes | |
const edm::EDGetTokenT< reco::RecoEcalCandidateCollection > | candToken_ |
const std::unique_ptr< const PhotonXGBoostEstimator > | mvaEstimatorB_ |
const std::unique_ptr< const PhotonXGBoostEstimator > | mvaEstimatorE_ |
const edm::FileInPath | mvaFileXgbB_ |
const edm::FileInPath | mvaFileXgbE_ |
const unsigned | mvaNTreeLimitB_ |
const unsigned | mvaNTreeLimitE_ |
const double | mvaThresholdEt_ |
const edm::EDGetTokenT< reco::RecoEcalCandidateIsolationMap > | tokenE2x2_ |
const edm::EDGetTokenT< reco::RecoEcalCandidateIsolationMap > | tokenHoE_ |
const edm::EDGetTokenT< reco::RecoEcalCandidateIsolationMap > | tokenIso_ |
const edm::EDGetTokenT< reco::RecoEcalCandidateIsolationMap > | tokenR9_ |
const edm::EDGetTokenT< reco::RecoEcalCandidateIsolationMap > | tokenSigmaiEtaiEta_ |
Additional Inherited Members | |
![]() | |
typedef EDProducerBase | ModuleType |
![]() | |
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 |
![]() | |
typedef ProductLabels | Labels |
![]() | |
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 () |
![]() | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (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) |
Definition at line 20 of file PhotonXGBoostProducer.cc.
|
explicit |
Definition at line 45 of file PhotonXGBoostProducer.cc.
References mvaFileXgbB_, and mvaNTreeLimitB_.
|
default |
|
static |
Definition at line 63 of file PhotonXGBoostProducer.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
overrideprivatevirtual |
Implements edm::global::EDProducerBase.
Definition at line 82 of file PhotonXGBoostProducer.cc.
References funct::abs(), candToken_, electrons_cff::hoe, mps_fire::i, edm::AssociationMap< Tag >::insert(), genparticles_cff::iso, mvaEstimatorB_, mvaEstimatorE_, mvaThresholdEt_, electrons_cff::r9, HLT_2024v14_cff::r9Map, egamma_custom_cff::rawEnergy, photons_cff::s4, tokenE2x2_, tokenHoE_, tokenIso_, tokenR9_, and tokenSigmaiEtaiEta_.
|
private |
Definition at line 30 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 41 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 42 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 36 of file PhotonXGBoostProducer.cc.
Referenced by PhotonXGBoostProducer().
|
private |
Definition at line 37 of file PhotonXGBoostProducer.cc.
|
private |
Definition at line 38 of file PhotonXGBoostProducer.cc.
Referenced by PhotonXGBoostProducer().
|
private |
Definition at line 39 of file PhotonXGBoostProducer.cc.
|
private |
Definition at line 40 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 34 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 32 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 35 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 31 of file PhotonXGBoostProducer.cc.
Referenced by produce().
|
private |
Definition at line 33 of file PhotonXGBoostProducer.cc.
Referenced by produce().