#include <RoadMapMakerESProducer.h>
Public Types | |
typedef std::auto_ptr< Roads > | ReturnType |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair < DataKey, boost::shared_ptr < DataProxy > > > | KeyedProxies |
typedef std::vector < EventSetupRecordKey > | Keys |
typedef std::map < EventSetupRecordKey, KeyedProxies > | RecordProxies |
Private Attributes | |
std::string | fileName_ |
RoadMaker::GeometryStructure | geometryStructure_ |
std::string | ringsLabel_ |
Roads * | roads_ |
RoadMaker::SeedingType | seedingType_ |
bool | writeOut_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
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::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_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 &) |
Definition at line 33 of file RoadMapMakerESProducer.h.
typedef std::auto_ptr<Roads> RoadMapMakerESProducer::ReturnType |
Definition at line 40 of file RoadMapMakerESProducer.h.
RoadMapMakerESProducer::RoadMapMakerESProducer | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 21 of file RoadMapMakerESProducer.cc.
References fileName_, RoadMaker::FourRingSeeds, RoadMaker::FullDetector, RoadMaker::FullDetectorII, geometryStructure_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), RoadMaker::MTCC, RoadMaker::P5, ringsLabel_, roads_, seedingType_, edm::ESProducer::setWhatProduced(), RoadMaker::TIF, RoadMaker::TIFTIB, RoadMaker::TIFTIBTOB, RoadMaker::TIFTOB, RoadMaker::TIFTOBTEC, RoadMaker::TwoRingSeeds, and writeOut_.
RoadMapMakerESProducer::~RoadMapMakerESProducer | ( | ) |
Definition at line 71 of file RoadMapMakerESProducer.cc.
RoadMapMakerESProducer::ReturnType RoadMapMakerESProducer::produce | ( | const RoadMapRecord & | iRecord | ) |
Definition at line 77 of file RoadMapMakerESProducer.cc.
References Roads::dump(), fileName_, geometryStructure_, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::getRecord(), RoadMaker::getRoads(), edm::ESHandle< class >::product(), RingESSource_cfi::rings, ringsLabel_, roads_, seedingType_, and writeOut_.
|
private |
Definition at line 47 of file RoadMapMakerESProducer.h.
Referenced by produce(), and RoadMapMakerESProducer().
|
private |
Definition at line 49 of file RoadMapMakerESProducer.h.
Referenced by produce(), and RoadMapMakerESProducer().
|
private |
Definition at line 52 of file RoadMapMakerESProducer.h.
Referenced by produce(), and RoadMapMakerESProducer().
|
private |
Definition at line 54 of file RoadMapMakerESProducer.h.
Referenced by produce(), and RoadMapMakerESProducer().
|
private |
Definition at line 50 of file RoadMapMakerESProducer.h.
Referenced by produce(), and RoadMapMakerESProducer().
|
private |
Definition at line 46 of file RoadMapMakerESProducer.h.
Referenced by produce(), and RoadMapMakerESProducer().