#include <CastedRefProducer.h>
Public Types | |
typedef base_ref_vector::value_type | base_ref |
typedef edm::RefToBaseVector < BaseType > | base_ref_vector |
typedef edm::Ref < DerivedCollection > | derived_ref |
typedef edm::RefVector < DerivedCollection > | OutputCollection |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Private Attributes | |
edm::InputTag | src_ |
labels of the collection to be converted More... | |
Additional Inherited Members | |
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::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Definition at line 25 of file CastedRefProducer.h.
typedef base_ref_vector::value_type reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::base_ref |
Definition at line 28 of file CastedRefProducer.h.
typedef edm::RefToBaseVector<BaseType> reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::base_ref_vector |
Definition at line 27 of file CastedRefProducer.h.
typedef edm::Ref<DerivedCollection> reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::derived_ref |
Definition at line 29 of file CastedRefProducer.h.
typedef edm::RefVector<DerivedCollection> reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::OutputCollection |
Definition at line 30 of file CastedRefProducer.h.
|
inlineexplicit |
constructor from parameter set
Definition at line 32 of file CastedRefProducer.h.
|
inline |
|
inlinevirtual |
process an event
Implements edm::EDProducer.
Definition at line 39 of file CastedRefProducer.h.
References edm::RefToBaseVector< T >::at(), newFWLiteAna::base, edm::Event::getByLabel(), i, input, edm::Event::put(), edm::RefToBaseVector< T >::size(), and reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::src_.
|
private |
labels of the collection to be converted
Definition at line 57 of file CastedRefProducer.h.
Referenced by reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce().