CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
RPCInverseCPPFLinkMapESProducer Class Reference

#include <RPCInverseCPPFLinkMapESProducer.h>

Inheritance diagram for RPCInverseCPPFLinkMapESProducer:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

std::shared_ptr< RPCInverseAMCLinkMapproduce (RPCInverseCPPFLinkMapRcd const &_rcd)
 
void RPCCPPFLinkMapCallback (RPCCPPFLinkMapRcd const &_rcd)
 
 RPCInverseCPPFLinkMapESProducer (edm::ParameterSet const &_config)
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
virtual ~ESProducer ()(false)
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
virtual void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval)
 overrides DataProxyProvider method More...
 
virtual ~ESProxyFactoryProducer () noexcept(false)
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
 DataProxyProvider ()
 
const ComponentDescriptiondescription () const
 
bool isUsingRecord (const EventSetupRecordKey &) const
 
const KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey) const
 
void resetProxies (const EventSetupRecordKey &iRecordType)
 
void resetProxiesIfTransient (const EventSetupRecordKey &iRecordType)
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &_descs)
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Protected Attributes

std::shared_ptr< RPCInverseAMCLinkMapinverse_linkmap_
 

Additional Inherited Members

- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > KeyedProxies
 
typedef std::vector< EventSetupRecordKeyKeys
 
typedef std::map< EventSetupRecordKey, KeyedProxiesRecordProxies
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
void setWhatProduced (T *iThis, const es::Label &iLabel=es::Label())
 
template<typename T >
void setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
void setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
void setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label())
 
- 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 eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
virtual void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList)
 override DataProxyProvider method More...
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
void eraseAll (const EventSetupRecordKey &iRecordKey)
 deletes all the Proxies in aStream More...
 
void invalidateProxies (const EventSetupRecordKey &iRecordKey)
 
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &)
 

Detailed Description

Definition at line 18 of file RPCInverseCPPFLinkMapESProducer.h.

Constructor & Destructor Documentation

RPCInverseCPPFLinkMapESProducer::RPCInverseCPPFLinkMapESProducer ( edm::ParameterSet const &  _config)
explicit

Definition at line 12 of file RPCInverseCPPFLinkMapESProducer.cc.

References edm::eventsetup::dependsOn(), RPCCPPFLinkMapCallback(), and edm::ESProducer::setWhatProduced().

14 {
16 }
depends_on::OneHolder< T, TDependsOnRecord > dependsOn(void(T::*iT)(const TDependsOnRecord &))
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
void RPCCPPFLinkMapCallback(RPCCPPFLinkMapRcd const &_rcd)
std::shared_ptr< RPCInverseAMCLinkMap > inverse_linkmap_

Member Function Documentation

void RPCInverseCPPFLinkMapESProducer::fillDescriptions ( edm::ConfigurationDescriptions _descs)
static

Definition at line 18 of file RPCInverseCPPFLinkMapESProducer.cc.

References edm::ConfigurationDescriptions::add().

19 {
21  _descs.add("RPCInverseCPPFLinkMapESProducer", _desc);
22 }
void add(std::string const &label, ParameterSetDescription const &psetDescription)
std::shared_ptr< RPCInverseAMCLinkMap > RPCInverseCPPFLinkMapESProducer::produce ( RPCInverseCPPFLinkMapRcd const &  _rcd)
void RPCInverseCPPFLinkMapESProducer::RPCCPPFLinkMapCallback ( RPCCPPFLinkMapRcd const &  _rcd)

Definition at line 24 of file RPCInverseCPPFLinkMapESProducer.cc.

References edm::eventsetup::EventSetupRecord::get(), RPCAMCLinkMap::getMap(), inverse_linkmap_, and edm::ESHandle< T >::product().

Referenced by RPCInverseCPPFLinkMapESProducer().

25 {
26  RPCInverseAMCLinkMap::map_type & _inverse_map(inverse_linkmap_->getMap());
27  _inverse_map.clear();
28 
30  _rcd.get(_es_map);
31  RPCAMCLinkMap const & _map = *(_es_map.product());
32  for (auto const & _link : _map.getMap()) {
33  _inverse_map.insert(RPCInverseAMCLinkMap::map_type::value_type(_link.second, _link.first));
34  }
35 }
std::multimap< RPCLBLink, RPCAMCLink > map_type
map_type & getMap()
Definition: RPCAMCLinkMap.h:28
T const * product() const
Definition: ESHandle.h:86
std::shared_ptr< RPCInverseAMCLinkMap > inverse_linkmap_

Member Data Documentation

std::shared_ptr<RPCInverseAMCLinkMap> RPCInverseCPPFLinkMapESProducer::inverse_linkmap_
protected

Definition at line 31 of file RPCInverseCPPFLinkMapESProducer.h.

Referenced by produce(), and RPCCPPFLinkMapCallback().