CMS 3D CMS Logo

DDDetector.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_DD_DETECTOR_H
2 #define DETECTOR_DESCRIPTION_DD_DETECTOR_H
3 
4 #include <string>
5 
6 namespace dd4hep {
7  class Detector;
8 }
9 
10 namespace cms {
11  struct DDDetector {
12  DDDetector();
13  void process(const std::string& file);
14  dd4hep::Detector& description() const { return *m_description; };
15  private:
17  };
18 }
19 
20 #endif
dd4hep::Detector * m_description
Definition: DDDetector.h:14
Namespace of DDCMS conversion namespace.