![]() |
![]() |
#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 |
![]() | |
typedef EDProducer | ModuleType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
Private Attributes | |
edm::InputTag | src_ |
labels of the collection to be converted More... | |
Additional Inherited Members | |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
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 newFWLiteAna::base, coll, edm::Event::getByLabel(), i, input, eostools::move(), JetCorrectorParametersCollection::push_back(), edm::Event::put(), and reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::src_.
|
private |
labels of the collection to be converted
Definition at line 56 of file CastedRefProducer.h.
Referenced by reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce().