#include <NamedCandCombiner.h>
Public Member Functions | |
NamedCandCombinerBase (const edm::ParameterSet &cfg) | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Protected Attributes | |
std::vector< int > | dauCharge_ |
daughter charges More... | |
std::vector < cand::parser::ConjInfo > | labels_ |
label vector More... | |
std::string | name_ |
Name of this candidate. More... | |
int | pdgId_ |
which pdgId to set More... | |
std::vector< std::string > | roles_ |
bool | setLongLived_ |
set long lived flag More... | |
bool | setMassConstraint_ |
set mass constraint flag More... | |
bool | setPdgId_ |
set pdgId flag More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 41 of file NamedCandCombiner.h.
|
inline |
Definition at line 42 of file NamedCandCombiner.h.
References edm::errors::Configuration, dauCharge_, cand::parser::decayParser(), edm::hlt::Exception, spr::find(), newFWLiteAna::found, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), reco::ParticleMasses::kPlus, diffTwoXMLs::label, labels_, edm::errors::LogicError, name_, geometryXMLtoCSV::parser, pdgId_, roles_, setLongLived_, setMassConstraint_, and setPdgId_.
|
protected |
daughter charges
Definition at line 86 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase().
|
protected |
label vector
Definition at line 84 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase(), and reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce().
|
protected |
Name of this candidate.
Definition at line 96 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase(), and reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce().
|
protected |
which pdgId to set
Definition at line 94 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase(), and reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce().
|
protected |
Definition at line 98 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase(), and reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce().
|
protected |
set long lived flag
Definition at line 88 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase(), and reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce().
|
protected |
set mass constraint flag
Definition at line 90 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase(), and reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce().
|
protected |
set pdgId flag
Definition at line 92 of file NamedCandCombiner.h.
Referenced by NamedCandCombinerBase(), and reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce().