CMS 3D CMS Logo

DDExpandedView.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_DD_EXPANDED_VIEW_H
2 #define DETECTOR_DESCRIPTION_DD_EXPANDED_VIEW_H
3 
4 // -*- C++ -*-
5 //
6 // Package: DetectorDescription/Core
7 // Class: DDExpandedView
8 //
18 //
19 // Original Author: Ianna Osborne
20 // Created: Wed, 22 May 2019 12:59:09 GMT
21 //
22 //
23 
24 namespace cms {
25 
26  class DDCompactView;
27  class DDFilteredView;
28 
30  friend class cms::DDFilteredView;
31 
32  public:
33  DDExpandedView(const cms::DDCompactView& cpv) : m_cpv(cpv) {}
34 
35  private:
37  };
38 } // namespace cms
39 
40 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
Namespace of DDCMS conversion namespace.
DDExpandedView(const cms::DDCompactView &cpv)
const cms::DDCompactView & m_cpv