Public Types | |
using | ConstituentsOutput = C |
using | JetsOutput = std::vector< T > |
using | ValueType = typename C::value_type |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Member Functions | |
ConstituentsOutput::value_type const | initptr (edm::Ptr< reco::Candidate > const &dau) const |
template<> | |
edm::Ptr< pat::PackedCandidate > const | initptr (edm::Ptr< reco::Candidate > const &dau) const |
template<> | |
edm::Ptr < pat::PackedGenParticle > const | initptr (edm::Ptr< reco::Candidate > const &dau) const |
JetConstituentSelector (edm::ParameterSet const ¶ms) | |
void | produce (edm::Event &iEvent, edm::EventSetup const &iSetup) override |
Public Member Functions inherited from edm::stream::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 |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
StringCutObjectSelector< T > const | selector_ |
edm::EDGetTokenT< edm::View< T > > const | srcToken_ |
Definition at line 32 of file JetConstituentSelector.cc.
using JetConstituentSelector< T, C >::ConstituentsOutput = C |
Definition at line 35 of file JetConstituentSelector.cc.
using JetConstituentSelector< T, C >::JetsOutput = std::vector<T> |
Definition at line 34 of file JetConstituentSelector.cc.
using JetConstituentSelector< T, C >::ValueType = typename C::value_type |
Definition at line 36 of file JetConstituentSelector.cc.
|
inline |
Definition at line 38 of file JetConstituentSelector.cc.
References edm::ParameterSet::getParameter().
|
inlinestatic |
Definition at line 45 of file JetConstituentSelector.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 60 of file JetConstituentSelector.cc.
Referenced by JetConstituentSelector< T, C >::produce().
edm::Ptr< pat::PackedCandidate > const JetConstituentSelector< pat::Jet, std::vector< edm::Ptr< pat::PackedCandidate > > >::initptr | ( | edm::Ptr< reco::Candidate > const & | dau | ) | const |
Definition at line 95 of file JetConstituentSelector.cc.
edm::Ptr< pat::PackedGenParticle > const JetConstituentSelector< reco::GenJet, std::vector< edm::Ptr< pat::PackedGenParticle > > >::initptr | ( | edm::Ptr< reco::Candidate > const & | dau | ) | const |
Definition at line 103 of file JetConstituentSelector.cc.
|
inlineoverride |
Definition at line 64 of file JetConstituentSelector.cc.
References edm::Event::getByToken(), JetConstituentSelector< T, C >::initptr(), metsig::jet, fwrapper::jets, eostools::move(), edm::Event::put(), JetConstituentSelector< T, C >::selector_, and JetConstituentSelector< T, C >::srcToken_.
|
private |
Definition at line 90 of file JetConstituentSelector.cc.
Referenced by JetConstituentSelector< T, C >::produce().
|
private |
Definition at line 89 of file JetConstituentSelector.cc.
Referenced by JetConstituentSelector< T, C >::produce().