#include <CandCombiner.h>
Public Member Functions | |
CandCombinerBase (const edm::ParameterSet &cfg) | |
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 |
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<> | |
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 |
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().