#include <CandCombiner.h>
Public Member Functions | |
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 |
Protected Attributes | |
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_ |
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 |
Definition at line 66 of file CandCombiner.h.
|
inline |
Definition at line 67 of file CandCombiner.h.
References looper::cfg, edm::errors::Configuration, dauCharge_, PA_ZEESkim_cff::decay, cand::parser::decayParser(), Exception, spr::find(), newFWLiteAna::found, reco::ParticleMasses::kPlus, label, labels_, edm::errors::LogicError, pdgId_, setLongLived_, setMassConstraint_, setPdgId_, cand::parser::ConjInfo::tag_, tokens_, and edm::vector_transform().
|
protected |
|
protected |
label vector
Definition at line 109 of file CandCombiner.h.
Referenced by CandCombinerBase(), and reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce().
|
protected |
which pdgId to set
Definition at line 120 of file CandCombiner.h.
Referenced by CandCombinerBase(), and reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce().
|
protected |
set long lived flag
Definition at line 114 of file CandCombiner.h.
Referenced by CandCombinerBase(), and reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce().
|
protected |
set mass constraint flag
Definition at line 116 of file CandCombiner.h.
Referenced by CandCombinerBase(), and reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce().
|
protected |
set pdgId flag
Definition at line 118 of file CandCombiner.h.
Referenced by CandCombinerBase(), and reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce().
|
protected |
Definition at line 110 of file CandCombiner.h.
Referenced by CandCombinerBase(), and reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce().