Private Attributes | |
edm::EDGetTokenT< std::vector< int > > | inputToken1_ |
edm::EDGetTokenT< edm::View< int > > | inputToken1V_ |
edm::EDGetTokenT< std::vector< int > > | inputToken2_ |
edm::EDGetTokenT< edm::View< int > > | inputToken2V_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 29 of file AssociationMapProducer.cc.
typedef edm::AssociationMap<edm::OneToMany<std::vector<int>, std::vector<int> > > edmtest::AssociationMapProducer::AssocOneToMany |
Definition at line 38 of file AssociationMapProducer.cc.
typedef edm::AssociationMap<edm::OneToManyWithQuality<std::vector<int>, std::vector<int>, double> > edmtest::AssociationMapProducer::AssocOneToManyWithQuality |
Definition at line 40 of file AssociationMapProducer.cc.
typedef edm::AssociationMap<edm::OneToOne<std::vector<int>, std::vector<int> > > edmtest::AssociationMapProducer::AssocOneToOne |
Definition at line 37 of file AssociationMapProducer.cc.
typedef edm::AssociationMap<edm::OneToOne<edm::View<int>, edm::View<int> > > edmtest::AssociationMapProducer::AssocOneToOneView |
Definition at line 41 of file AssociationMapProducer.cc.
typedef edm::AssociationMap<edm::OneToValue<std::vector<int>, double> > edmtest::AssociationMapProducer::AssocOneToValue |
Definition at line 36 of file AssociationMapProducer.cc.
|
explicit |
Definition at line 51 of file AssociationMapProducer.cc.
References inputToken1_, inputToken1V_, inputToken2_, inputToken2V_, and muonDTDigis_cfi::pset.
|
override |
Definition at line 68 of file AssociationMapProducer.cc.
|
overridevirtual |
Implements edm::one::EDProducerBase.
Definition at line 70 of file AssociationMapProducer.cc.
References edmPickEvents::event, inputToken1_, inputToken1V_, inputToken2_, inputToken2V_, edm::makeRefToBaseProdFrom(), eostools::move(), and edm::View< T >::refAt().
|
private |
Definition at line 44 of file AssociationMapProducer.cc.
Referenced by AssociationMapProducer(), and produce().
|
private |
Definition at line 47 of file AssociationMapProducer.cc.
Referenced by AssociationMapProducer(), and produce().
|
private |
Definition at line 45 of file AssociationMapProducer.cc.
Referenced by AssociationMapProducer(), and produce().
|
private |
Definition at line 48 of file AssociationMapProducer.cc.
Referenced by AssociationMapProducer(), and produce().