#include <CandCombiner.h>
Public Member Functions | |
CandCombiner (const edm::ParameterSet &cfg) | |
constructor from parameter settypedef More... | |
~CandCombiner () override | |
destructor More... | |
Public Member Functions inherited from reco::modules::CandCombinerBase | |
CandCombinerBase (const edm::ParameterSet &cfg) | |
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 |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
process an event More... | |
Private Attributes | |
::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup > | combiner_ |
combiner utility More... | |
RoleNames | names_ |
Additional Inherited Members | |
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 |
Protected Attributes inherited from reco::modules::CandCombinerBase | |
std::vector< int > | dauCharge_ |
daughter charges More... | |
std::vector < cand::parser::ConjInfo > | labels_ |
label vector More... | |
int | pdgId_ |
which pdgId to set More... | |
bool | setLongLived_ |
set long lived flag More... | |
bool | setMassConstraint_ |
set mass constraint flag More... | |
bool | setPdgId_ |
set pdgId flag More... | |
std::vector< edm::EDGetTokenT < CandidateView > > | tokens_ |
Definition at line 129 of file CandCombiner.h.
|
inlineexplicit |
constructor from parameter settypedef
Definition at line 132 of file CandCombiner.h.
|
inlineoverride |
|
inlineoverrideprivate |
process an event
Definition at line 148 of file CandCombiner.h.
References alignCSCRings::e, edm::Event::getByToken(), mps_fire::i, init, reco::modules::CandCombinerBase::labels_, eostools::move(), dqmiodumpmetadata::n, submitPVResolutionJobs::out, reco::modules::CandCombinerBase::pdgId_, edm::Event::put(), reco::modules::CandCombinerBase::setLongLived_, reco::modules::CandCombinerBase::setMassConstraint_, reco::modules::CandCombinerBase::setPdgId_, and reco::modules::CandCombinerBase::tokens_.
|
private |
combiner utility
Definition at line 171 of file CandCombiner.h.
|
private |
Definition at line 173 of file CandCombiner.h.