CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
reco::modules::NamedCandCombinerBase Struct Reference

#include <NamedCandCombiner.h>

Inheritance diagram for reco::modules::NamedCandCombinerBase:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >

Public Member Functions

 NamedCandCombinerBase (const edm::ParameterSet &cfg)
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

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...
 
std::vector< EDGetTokenT
< CandidateView > > 
tokens_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 42 of file NamedCandCombiner.h.

Constructor & Destructor Documentation

reco::modules::NamedCandCombinerBase::NamedCandCombinerBase ( const edm::ParameterSet cfg)
inline

Definition at line 43 of file NamedCandCombiner.h.

Member Data Documentation

std::vector<int> reco::modules::NamedCandCombinerBase::dauCharge_
protected

daughter charges

Definition at line 89 of file NamedCandCombiner.h.

std::vector<cand::parser::ConjInfo> reco::modules::NamedCandCombinerBase::labels_
protected

label vector

Definition at line 86 of file NamedCandCombiner.h.

std::string reco::modules::NamedCandCombinerBase::name_
protected

Name of this candidate.

Definition at line 99 of file NamedCandCombiner.h.

int reco::modules::NamedCandCombinerBase::pdgId_
protected

which pdgId to set

Definition at line 97 of file NamedCandCombiner.h.

std::vector<std::string> reco::modules::NamedCandCombinerBase::roles_
protected

Definition at line 101 of file NamedCandCombiner.h.

bool reco::modules::NamedCandCombinerBase::setLongLived_
protected

set long lived flag

Definition at line 91 of file NamedCandCombiner.h.

bool reco::modules::NamedCandCombinerBase::setMassConstraint_
protected

set mass constraint flag

Definition at line 93 of file NamedCandCombiner.h.

bool reco::modules::NamedCandCombinerBase::setPdgId_
protected

set pdgId flag

Definition at line 95 of file NamedCandCombiner.h.

std::vector<EDGetTokenT<CandidateView> > reco::modules::NamedCandCombinerBase::tokens_
protected

Definition at line 87 of file NamedCandCombiner.h.