#include <CandCombiner.h>
Public Member Functions | |
CandCombinerBase (const edm::ParameterSet &cfg) | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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 67 of file CandCombiner.h.
|
inline |
Definition at line 68 of file CandCombiner.h.
References edm::errors::Configuration, SelectingProcedure_cff::decay, cand::parser::decayParser(), Exception, spr::find(), runEdmFileComparison::found, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), reco::ParticleMasses::kPlus, label, edm::errors::LogicError, cand::parser::ConjInfo::tag_, tokens_, and edm::vector_transform().
|
protected |
daughter charges
Definition at line 111 of file CandCombiner.h.
|
protected |
label vector
Definition at line 108 of file CandCombiner.h.
|
protected |
which pdgId to set
Definition at line 119 of file CandCombiner.h.
|
protected |
set long lived flag
Definition at line 113 of file CandCombiner.h.
|
protected |
set mass constraint flag
Definition at line 115 of file CandCombiner.h.
|
protected |
set pdgId flag
Definition at line 117 of file CandCombiner.h.
|
protected |
Definition at line 109 of file CandCombiner.h.