DetectorDescription
DDCMS
interface
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
29
class
DDExpandedView
{
30
friend
class
cms::DDFilteredView
;
31
32
public
:
33
DDExpandedView
(
const
cms::DDCompactView
& cpv) :
m_cpv
(cpv) {}
34
35
private
:
36
const
cms::DDCompactView
&
m_cpv
;
37
};
38
}
// namespace cms
39
40
#endif
cms::DDFilteredView
Definition:
DDFilteredView.h:65
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition:
DDCompactView.h:80
cms::DDExpandedView::m_cpv
const cms::DDCompactView & m_cpv
Definition:
DDExpandedView.h:36
cms::DDExpandedView::DDExpandedView
DDExpandedView(const cms::DDCompactView &cpv)
Definition:
DDExpandedView.h:33
cms::DDExpandedView
Definition:
DDExpandedView.h:29
cms::DDCompactView
Definition:
DDCompactView.h:29
DDFilteredView
Definition:
DDFilteredView.h:20
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
Generated for CMSSW Reference Manual by
1.8.16