#include <XMLIdealGeometryESSource.h>
Protected Member Functions | |
const XMLIdealGeometryESSource & | operator= (const XMLIdealGeometryESSource &)=delete |
void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override |
XMLIdealGeometryESSource (const XMLIdealGeometryESSource &)=delete | |
Protected Member Functions inherited from edm::ESProducer | |
ESProducer (const ESProducer &)=delete | |
ESProducer const & | operator= (const ESProducer &)=delete |
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={}) |
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()) |
void | registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override |
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 &) |
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 | |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > | KeyedProxies |
typedef std::vector< EventSetupRecordKey > | Keys |
typedef std::map< EventSetupRecordKey, KeyedProxies > | RecordProxies |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 16 of file XMLIdealGeometryESSource.h.
XMLIdealGeometryESSource::XMLIdealGeometryESSource | ( | const edm::ParameterSet & | p | ) |
Definition at line 22 of file XMLIdealGeometryESSource.cc.
References Exception, edm::ParameterSet::getParameter(), produceGeom(), produceMagField(), rootNodeName_, edm::ESProducer::setWhatProduced(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 41 of file XMLIdealGeometryESSource.cc.
|
protecteddelete |
|
protecteddelete |
std::unique_ptr< DDCompactView > XMLIdealGeometryESSource::produce | ( | ) |
Definition at line 57 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 44 of file XMLIdealGeometryESSource.cc.
References produce().
Referenced by XMLIdealGeometryESSource().
std::unique_ptr< DDCompactView > XMLIdealGeometryESSource::produceMagField | ( | const IdealMagneticFieldRecord & | ) |
Definition at line 50 of file XMLIdealGeometryESSource.cc.
References produce().
Referenced by XMLIdealGeometryESSource().
|
overrideprotectedvirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 78 of file XMLIdealGeometryESSource.cc.
References edm::IOVSyncValue::beginOfTime(), DEFINE_FWK_EVENTSETUP_SOURCE, 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().