Public Types | |
using | ConstituentsOutput = C |
using | JetsOutput = std::vector< T > |
using | ValueType = typename C::value_type |
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 Member Functions | |
const ConstituentsOutput::value_type | initptr (edm::Ptr< reco::Candidate > const &dau) const |
template<> | |
const edm::Ptr< pat::PackedCandidate > | initptr (edm::Ptr< reco::Candidate > const &dau) const |
template<> | |
const edm::Ptr< pat::PackedGenParticle > | 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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
const StringCutObjectSelector< T > | selector_ |
const edm::EDGetTokenT< edm::View< T > > | 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 CalibrationSummaryClient_cfi::params.
|
inlinestatic |
Definition at line 45 of file JetConstituentSelector.cc.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 60 of file JetConstituentSelector.cc.
Referenced by JetConstituentSelector< T, C >::produce().
const edm::Ptr< pat::PackedCandidate > 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.
const edm::Ptr< pat::PackedGenParticle > 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 iEvent, JetConstituentSelector< T, C >::initptr(), metsig::jet, singleTopDQM_cfi::jets, eostools::move(), 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().