Public Types | |
typedef std::unique_ptr< WhatsIt > | ReturnType |
typedef std::unique_ptr< const WhatsIt > | ReturnTypeA |
typedef std::shared_ptr< WhatsIt > | ReturnTypeB |
typedef std::shared_ptr< const WhatsIt > | ReturnTypeC |
typedef std::optional< WhatsIt > | ReturnTypeD |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Private Attributes | |
edm::ESGetToken< edmtest::Doodad, GadgetRcd > | token_ |
edm::ESGetToken< edmtest::Doodad, GadgetRcd > | tokenA_ |
edm::ESGetToken< edmtest::Doodad, GadgetRcd > | tokenB_ |
edm::ESGetToken< edmtest::Doodad, GadgetRcd > | tokenC_ |
edm::ESGetToken< edmtest::Doodad, GadgetRcd > | tokenD_ |
Additional Inherited Members | |
Protected Types inherited from edm::ESProxyFactoryProducer | |
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
Protected Types inherited from edm::eventsetup::DataProxyProvider | |
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >> |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={}) |
template<typename TFunc > | |
auto | setWhatProduced (TFunc &&func, const es::Label &iLabel={}) |
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={}) |
void | usesResources (std::vector< std::string > const &) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Definition at line 45 of file WhatsItESProducer.cc.
typedef std::unique_ptr<WhatsIt> edmtest::WhatsItESProducer::ReturnType |
Definition at line 50 of file WhatsItESProducer.cc.
typedef std::unique_ptr<const WhatsIt> edmtest::WhatsItESProducer::ReturnTypeA |
Definition at line 51 of file WhatsItESProducer.cc.
typedef std::shared_ptr<WhatsIt> edmtest::WhatsItESProducer::ReturnTypeB |
Definition at line 52 of file WhatsItESProducer.cc.
typedef std::shared_ptr<const WhatsIt> edmtest::WhatsItESProducer::ReturnTypeC |
Definition at line 53 of file WhatsItESProducer.cc.
typedef std::optional<WhatsIt> edmtest::WhatsItESProducer::ReturnTypeD |
Definition at line 54 of file WhatsItESProducer.cc.
WhatsItESProducer::WhatsItESProducer | ( | edm::ParameterSet const & | pset | ) |
Definition at line 84 of file WhatsItESProducer.cc.
References edm::errors::Configuration, Exception, produceA(), produceB(), produceC(), produceD(), muonDTDigis_cfi::pset, edm::ESProducer::setWhatProduced(), AlCaHLTBitMon_QueryRunRegistry::string, token_, tokenA_, tokenB_, tokenC_, and tokenD_.
|
override |
Definition at line 108 of file WhatsItESProducer.cc.
|
static |
Definition at line 157 of file WhatsItESProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
WhatsItESProducer::ReturnType WhatsItESProducer::produce | ( | const GadgetRcd & | iRecord | ) |
Definition at line 118 of file WhatsItESProducer.cc.
References edmtest::Doodad::a, edm::eventsetup::EventSetupRecordImplementation< T >::getHandle(), edm::service::TriggerNamesService::getProcessName(), and token_.
WhatsItESProducer::ReturnTypeA WhatsItESProducer::produceA | ( | const GadgetRcd & | iRecord | ) |
Definition at line 129 of file WhatsItESProducer.cc.
References edmtest::Doodad::a, edm::eventsetup::EventSetupRecordImplementation< T >::getHandle(), and tokenA_.
Referenced by WhatsItESProducer().
WhatsItESProducer::ReturnTypeB WhatsItESProducer::produceB | ( | const GadgetRcd & | iRecord | ) |
Definition at line 136 of file WhatsItESProducer.cc.
References edmtest::Doodad::a, edm::eventsetup::EventSetupRecordImplementation< T >::getHandle(), and tokenB_.
Referenced by WhatsItESProducer().
WhatsItESProducer::ReturnTypeC WhatsItESProducer::produceC | ( | const GadgetRcd & | iRecord | ) |
Definition at line 143 of file WhatsItESProducer.cc.
References edmtest::Doodad::a, edm::eventsetup::EventSetupRecordImplementation< T >::getHandle(), and tokenC_.
Referenced by WhatsItESProducer().
WhatsItESProducer::ReturnTypeD WhatsItESProducer::produceD | ( | const GadgetRcd & | iRecord | ) |
Definition at line 150 of file WhatsItESProducer.cc.
References edmtest::Doodad::a, edm::eventsetup::EventSetupRecordImplementation< T >::getHandle(), and tokenD_.
Referenced by WhatsItESProducer().
|
private |
Definition at line 66 of file WhatsItESProducer.cc.
Referenced by produce(), and WhatsItESProducer().
|
private |
Definition at line 67 of file WhatsItESProducer.cc.
Referenced by produceA(), and WhatsItESProducer().
|
private |
Definition at line 68 of file WhatsItESProducer.cc.
Referenced by produceB(), and WhatsItESProducer().
|
private |
Definition at line 69 of file WhatsItESProducer.cc.
Referenced by produceC(), and WhatsItESProducer().
|
private |
Definition at line 70 of file WhatsItESProducer.cc.
Referenced by produceD(), and WhatsItESProducer().