CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Attributes
XMLIdealMagneticFieldGeometryESProducer Class Reference
Inheritance diagram for XMLIdealMagneticFieldGeometryESProducer:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef std::unique_ptr< DDCompactViewReturnType
 

Public Member Functions

ReturnType produce (const IdealMagneticFieldRecord &)
 
 XMLIdealMagneticFieldGeometryESProducer (const edm::ParameterSet &)
 
 ~XMLIdealMagneticFieldGeometryESProducer () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ESProducer (const ESProducer &)=delete
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
ESProducer const & operator= (const ESProducer &)=delete
 
template<typename Record >
void updateFromMayConsumes (unsigned int iIndex, const Record &iRecord)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
 ESProxyFactoryProducer (const ESProxyFactoryProducer &)=delete
 
const ESProxyFactoryProduceroperator= (const ESProxyFactoryProducer &)=delete
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
void createKeyedProxies (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
 DataProxyProvider ()
 
 DataProxyProvider (const DataProxyProvider &)=delete
 
const ComponentDescriptiondescription () const
 
void fillRecordsNotAllowingConcurrentIOVs (std::set< EventSetupRecordKey > &recordsNotAllowingConcurrentIOVs) const
 
virtual void initConcurrentIOVs (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
bool isUsingRecord (const EventSetupRecordKey &key) const
 
KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey, unsigned int iovIndex=0)
 
const DataProxyProvideroperator= (const DataProxyProvider &)=delete
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 

Private Attributes

std::string label_
 
DDI::Store< DDName, DDI::LogicalPart * > lpStore_
 
DDI::Store< DDName, DDI::Material * > matStore_
 
std::string rootDDName_
 
DDI::Store< DDName, DDRotationMatrix * > rotStore_
 
DDI::Store< DDName, DDI::Solid * > solidStore_
 
DDI::Store< DDName, DDI::Specific * > specStore_
 

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 > >>
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
auto setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &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 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)
 

Detailed Description

Definition at line 25 of file XMLIdealMagneticFieldGeometryESProducer.cc.

Member Typedef Documentation

◆ ReturnType

Definition at line 30 of file XMLIdealMagneticFieldGeometryESProducer.cc.

Constructor & Destructor Documentation

◆ XMLIdealMagneticFieldGeometryESProducer()

XMLIdealMagneticFieldGeometryESProducer::XMLIdealMagneticFieldGeometryESProducer ( const edm::ParameterSet iConfig)

Definition at line 45 of file XMLIdealMagneticFieldGeometryESProducer.cc.

46  : rootDDName_(iConfig.getParameter<std::string>("rootDDName")), label_(iConfig.getParameter<std::string>("label")) {
47  setWhatProduced(this);
48 }

References edm::ESProducer::setWhatProduced().

◆ ~XMLIdealMagneticFieldGeometryESProducer()

XMLIdealMagneticFieldGeometryESProducer::~XMLIdealMagneticFieldGeometryESProducer ( void  )
override

Definition at line 50 of file XMLIdealMagneticFieldGeometryESProducer.cc.

50 {}

Member Function Documentation

◆ produce()

XMLIdealMagneticFieldGeometryESProducer::ReturnType XMLIdealMagneticFieldGeometryESProducer::produce ( const IdealMagneticFieldRecord iRecord)

Definition at line 52 of file XMLIdealMagneticFieldGeometryESProducer.cc.

53  {
54  using namespace edm::es;
55 
57  iRecord.getRecord<MFGeometryFileRcd>().get(label_, gdd);
58 
59  DDName ddName(rootDDName_);
60  DDLogicalPart rootNode(ddName);
61  DDRootDef::instance().set(rootNode);
62  ReturnType returnValue(new DDCompactView(rootNode));
63  DDLParser parser(*returnValue);
64  parser.getDDLSAX2FileHandler()->setUserNS(true);
65  parser.clearFiles();
66 
67  std::unique_ptr<std::vector<unsigned char> > tb = (*gdd).getUncompressedBlob();
68 
69  parser.parse(*tb, tb->size());
70 
71  returnValue->lockdown();
72 
73  return returnValue;
74 }

References get, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::getRecord(), DDI::Singleton< I >::instance(), label_, writedatasetfile::parser, and rootDDName_.

Member Data Documentation

◆ label_

std::string XMLIdealMagneticFieldGeometryESProducer::label_
private

◆ lpStore_

DDI::Store<DDName, DDI::LogicalPart*> XMLIdealMagneticFieldGeometryESProducer::lpStore_
private

Definition at line 40 of file XMLIdealMagneticFieldGeometryESProducer.cc.

◆ matStore_

DDI::Store<DDName, DDI::Material*> XMLIdealMagneticFieldGeometryESProducer::matStore_
private

Definition at line 38 of file XMLIdealMagneticFieldGeometryESProducer.cc.

◆ rootDDName_

std::string XMLIdealMagneticFieldGeometryESProducer::rootDDName_
private

Definition at line 35 of file XMLIdealMagneticFieldGeometryESProducer.cc.

Referenced by produce().

◆ rotStore_

DDI::Store<DDName, DDRotationMatrix*> XMLIdealMagneticFieldGeometryESProducer::rotStore_
private

Definition at line 42 of file XMLIdealMagneticFieldGeometryESProducer.cc.

◆ solidStore_

DDI::Store<DDName, DDI::Solid*> XMLIdealMagneticFieldGeometryESProducer::solidStore_
private

Definition at line 39 of file XMLIdealMagneticFieldGeometryESProducer.cc.

◆ specStore_

DDI::Store<DDName, DDI::Specific*> XMLIdealMagneticFieldGeometryESProducer::specStore_
private

Definition at line 41 of file XMLIdealMagneticFieldGeometryESProducer.cc.

edm::eventsetup::DependentRecordImplementation::getRecord
const DepRecordT getRecord() const
Definition: DependentRecordImplementation.h:51
DDName
DDName is used to identify DDD entities uniquely.
Definition: DDName.h:15
XMLIdealMagneticFieldGeometryESProducer::rootDDName_
std::string rootDDName_
Definition: XMLIdealMagneticFieldGeometryESProducer.cc:35
edm::ESProducer::setWhatProduced
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:138
XMLIdealMagneticFieldGeometryESProducer::ReturnType
std::unique_ptr< DDCompactView > ReturnType
Definition: XMLIdealMagneticFieldGeometryESProducer.cc:30
writedatasetfile.parser
parser
Definition: writedatasetfile.py:7
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDI::Singleton::instance
static value_type & instance()
DDLParser
DDLParser is the main class of Detector Description Language Parser.
Definition: DDLParser.h:63
DDLogicalPart
A DDLogicalPart aggregates information concerning material, solid and sensitveness ....
Definition: DDLogicalPart.h:93
get
#define get
edm::ESTransientHandle
Definition: ESTransientHandle.h:41
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
edm::es
Definition: es_Label.h:33
XMLIdealMagneticFieldGeometryESProducer::label_
std::string label_
Definition: XMLIdealMagneticFieldGeometryESProducer.cc:36
MFGeometryFileRcd
Definition: MFGeometryFileRcd.h:5