CMS 3D CMS Logo

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

Public Types

typedef std::unique_ptr< DDCompactViewReturnType
 
- 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
 

Public Member Functions

ReturnType produce (const IdealGeometryRecord &)
 
 XMLIdealGeometryESProducer (const edm::ParameterSet &)
 
 ~XMLIdealGeometryESProducer ()
 
- 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)
 

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 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

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 50 of file XMLIdealGeometryESProducer.cc.

Member Typedef Documentation

Definition at line 55 of file XMLIdealGeometryESProducer.cc.

Constructor & Destructor Documentation

XMLIdealGeometryESProducer::XMLIdealGeometryESProducer ( const edm::ParameterSet iConfig)

Definition at line 82 of file XMLIdealGeometryESProducer.cc.

References edm::ESProducer::setWhatProduced().

83  : rootDDName_(iConfig.getParameter<std::string>("rootDDName")),
84  label_(iConfig.getParameter<std::string>("label"))
85 {
86  //the following line is needed to tell the framework what
87  // data is being produced
88  setWhatProduced(this);
89  //now do what ever other initialization is needed
90 }
T getParameter(std::string const &) const
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
XMLIdealGeometryESProducer::~XMLIdealGeometryESProducer ( )

Definition at line 93 of file XMLIdealGeometryESProducer.cc.

94 {
95 
96  // do anything here that needs to be done at desctruction time
97  // (e.g. close files, deallocate resources etc.)
98 
99 }

Member Function Documentation

XMLIdealGeometryESProducer::ReturnType XMLIdealGeometryESProducer::produce ( const IdealGeometryRecord iRecord)

Definition at line 108 of file XMLIdealGeometryESProducer.cc.

References DDLParser::clearFiles(), DEFINE_FWK_EVENTSETUP_MODULE, DDLParser::getDDLSAX2FileHandler(), edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::getRecord(), DDI::Singleton< I >::instance(), label_, DDLParser::parse(), createfilelist::parser, rootDDName_, and DDLSAX2Handler::setUserNS().

109 {
110  using namespace edm::es;
111 
113  iRecord.getRecord<GeometryFileRcd>().get( label_, gdd );
114 // if ( gdd.isValid() ) {
115 // std::cout << "gdd.isValid()" << std::endl;
116 // if (gdd.product() != 0) {
117 // std::cout << "object address is not zero" << std::endl;
118 // } else {
119 // std::cout << "object address is zero" << std::endl;
120 // }
121 // } else {
122 // std::cout << "gdd is NOT valid" << std::endl;
123 // }
124  DDName ddName(rootDDName_);
125  DDLogicalPart rootNode(ddName);
126  DDRootDef::instance().set(rootNode);
127  ReturnType returnValue(new DDCompactView(rootNode));
128  DDLParser parser(*returnValue);
129  parser.getDDLSAX2FileHandler()->setUserNS(true);
130  parser.clearFiles();
131 
132  std::unique_ptr<std::vector<unsigned char> > tb = (*gdd).getUncompressedBlob();
133 
134  parser.parse(*tb, tb->size());
135 
136  //std::cout << "In XMLIdealGeometryESProducer::produce" << std::endl;
137  returnValue->lockdown();
138 
139  return returnValue ;
140 }
DDName is used to identify DDD entities uniquely.
Definition: DDName.h:16
type of data representation of DDCompactView
Definition: DDCompactView.h:90
static value_type & instance()
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
Definition: DDLogicalPart.h:92
DDLParser is the main class of Detector Description Language Parser.
Definition: DDLParser.h:62
std::unique_ptr< DDCompactView > ReturnType

Member Data Documentation

std::string XMLIdealGeometryESProducer::label_
private
DDI::Store<DDName, DDI::LogicalPart*> XMLIdealGeometryESProducer::lpStore_
private

Definition at line 66 of file XMLIdealGeometryESProducer.cc.

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

Definition at line 64 of file XMLIdealGeometryESProducer.cc.

std::string XMLIdealGeometryESProducer::rootDDName_
private

Definition at line 60 of file XMLIdealGeometryESProducer.cc.

Referenced by produce().

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

Definition at line 68 of file XMLIdealGeometryESProducer.cc.

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

Definition at line 65 of file XMLIdealGeometryESProducer.cc.

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

Definition at line 67 of file XMLIdealGeometryESProducer.cc.