#include <XMLIdealGeometryESSource.h>
Protected Member Functions | |
void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override |
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 > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &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) |
Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Private Attributes | |
GeometryConfiguration | geoConfig_ |
std::string | rootNodeName_ |
bool | userNS_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
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 >>> |
Definition at line 16 of file XMLIdealGeometryESSource.h.
XMLIdealGeometryESSource::XMLIdealGeometryESSource | ( | const edm::ParameterSet & | p | ) |
Definition at line 23 of file XMLIdealGeometryESSource.cc.
References Exception, edm::ParameterSet::getParameter(), edm::ESSharedResourceNames::kDDGeometry, produceGeom(), produceMagField(), rootNodeName_, edm::ESProducer::setWhatProduced(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::ESProducer::usesResources().
|
delete |
|
override |
Definition at line 44 of file XMLIdealGeometryESSource.cc.
|
delete |
std::unique_ptr< DDCompactView > XMLIdealGeometryESSource::produce | ( | ) |
Definition at line 52 of file XMLIdealGeometryESSource.cc.
References Exception, geoConfig_, DDLParser::getDDLSAX2FileHandler(), DDI::Singleton< I >::instance(), DDBase< N, C >::isValid(), DDLParser::parse(), writedatasetfile::parser, rootNodeName_, DDLSAX2Handler::setUserNS(), and userNS_.
Referenced by produceGeom(), and produceMagField().
std::unique_ptr< DDCompactView > XMLIdealGeometryESSource::produceGeom | ( | const IdealGeometryRecord & | ) |
Definition at line 46 of file XMLIdealGeometryESSource.cc.
References produce().
Referenced by XMLIdealGeometryESSource().
std::unique_ptr< DDCompactView > XMLIdealGeometryESSource::produceMagField | ( | const IdealMagneticFieldRecord & | ) |
Definition at line 48 of file XMLIdealGeometryESSource.cc.
References produce().
Referenced by XMLIdealGeometryESSource().
|
overrideprotectedvirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 72 of file XMLIdealGeometryESSource.cc.
References edm::IOVSyncValue::beginOfTime(), edm::IOVSyncValue::endOfTime(), and infinity.
|
private |
Definition at line 34 of file XMLIdealGeometryESSource.h.
Referenced by produce().
|
private |
Definition at line 32 of file XMLIdealGeometryESSource.h.
Referenced by produce(), and XMLIdealGeometryESSource().
|
private |
Definition at line 33 of file XMLIdealGeometryESSource.h.
Referenced by produce().