Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Geometry
MTDNumberingBuilder
plugins
DDCmsMTDConstruction.h
Go to the documentation of this file.
1
#ifndef Geometry_MTDNumberingBuilder_DDCmsMTDConstruction_H
2
#define Geometry_MTDNumberingBuilder_DDCmsMTDConstruction_H
3
4
#include "
Geometry/MTDNumberingBuilder/interface/CmsMTDStringToEnum.h
"
5
#include "
FWCore/ParameterSet/interface/types.h
"
6
#include <string>
7
#include <vector>
8
#include <memory>
9
10
class
GeometricTimingDet
;
11
class
DDCompactView
;
12
13
namespace
cms
{
14
class
DDCompactView
;
15
}
16
22
class
DDCmsMTDConstruction
{
23
public
:
24
DDCmsMTDConstruction
() =
delete
;
25
static
std::unique_ptr<GeometricTimingDet>
construct
(
const
DDCompactView
& cpv);
26
static
std::unique_ptr<GeometricTimingDet>
construct
(
const
cms::DDCompactView
& cpv);
27
28
private
:
29
static
constexpr
size_t
kNLayerPreTDR
= 3;
30
static
constexpr
size_t
kNLayerTDR
= 5;
31
};
32
33
#endif
DDCmsMTDConstruction::construct
static std::unique_ptr< GeometricTimingDet > construct(const DDCompactView &cpv)
Definition:
DDCmsMTDConstruction.cc:42
DDCmsMTDConstruction
Definition:
DDCmsMTDConstruction.h:22
types.h
DDCmsMTDConstruction::DDCmsMTDConstruction
DDCmsMTDConstruction()=delete
DDCmsMTDConstruction::kNLayerPreTDR
static constexpr size_t kNLayerPreTDR
Definition:
DDCmsMTDConstruction.h:29
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition:
DDCompactView.h:80
DDCmsMTDConstruction::kNLayerTDR
static constexpr size_t kNLayerTDR
Definition:
DDCmsMTDConstruction.h:30
GeometricTimingDet
Definition:
GeometricTimingDet.h:28
cms::DDCompactView
Definition:
DDCompactView.h:29
CmsMTDStringToEnum.h
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
Generated for CMSSW Reference Manual by
1.8.16