CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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::auto_ptr
< DDCompactView
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
 

Public Member Functions

ReturnType produce (const IdealGeometryRecord &)
 
 XMLIdealGeometryESProducer (const edm::ParameterSet &)
 
 ~XMLIdealGeometryESProducer ()
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
virtual ~ESProducer ()
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
virtual void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval)
 overrides DataProxyProvider method More...
 
virtual ~ESProxyFactoryProducer ()
 
- 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 ()
 

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::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 &)
 

Detailed Description

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

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

Definition at line 51 of file XMLIdealGeometryESProducer.cc.

Member Typedef Documentation

Definition at line 56 of file XMLIdealGeometryESProducer.cc.

Constructor & Destructor Documentation

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

Definition at line 83 of file XMLIdealGeometryESProducer.cc.

References edm::ESProducer::setWhatProduced().

84  : rootDDName_(iConfig.getParameter<std::string>("rootDDName")),
85  label_(iConfig.getParameter<std::string>("label"))
86 {
87  //the following line is needed to tell the framework what
88  // data is being produced
89  setWhatProduced(this);
90  //now do what ever other initialization is needed
91 }
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 94 of file XMLIdealGeometryESProducer.cc.

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

Member Function Documentation

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

Definition at line 109 of file XMLIdealGeometryESProducer.cc.

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

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

Member Data Documentation

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

Definition at line 67 of file XMLIdealGeometryESProducer.cc.

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

Definition at line 65 of file XMLIdealGeometryESProducer.cc.

std::string XMLIdealGeometryESProducer::rootDDName_
private

Definition at line 61 of file XMLIdealGeometryESProducer.cc.

Referenced by produce().

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

Definition at line 69 of file XMLIdealGeometryESProducer.cc.

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

Definition at line 66 of file XMLIdealGeometryESProducer.cc.

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

Definition at line 68 of file XMLIdealGeometryESProducer.cc.