#include <CandCombiner.h>
Public Member Functions | |
CandCombinerBase (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... | |
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... | |
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 66 of file CandCombiner.h.
|
inline |
Definition at line 67 of file CandCombiner.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, geometryXMLtoCSV::parser, pdgId_, setLongLived_, setMassConstraint_, and setPdgId_.
|
protected |
|
protected |
label vector
Definition at line 106 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 116 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 110 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 112 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 114 of file CandCombiner.h.
Referenced by CandCombinerBase(), and reco::modules::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup, Init >::produce().