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
RecoTracker
TkDetLayers
src
TECWedge.h
Go to the documentation of this file.
1
#ifndef TkDetLayers_TECWedge_h
2
#define TkDetLayers_TECWedge_h
3
4
#include "
TrackingTools/DetLayers/interface/GeometricSearchDet.h
"
5
#include "
DataFormats/GeometrySurface/interface/BoundDiskSector.h
"
6
11
#pragma GCC visibility push(hidden)
12
class
TECWedge
:
public
GeometricSearchDet
{
13
public
:
14
TECWedge
() :
GeometricSearchDet
(
true
) {}
15
16
// GeometricSearchDet interface
17
const
BoundSurface
&
surface
()
const
final {
return
*
theDiskSector
; }
18
19
//Extension of the interface
20
virtual
const
BoundDiskSector
&
specificSurface
()
const
final {
return
*
theDiskSector
; }
21
22
protected
:
23
// it needs to be initialized somehow ins the derived class
24
ReferenceCountingPointer<BoundDiskSector>
theDiskSector
;
25
};
26
27
#pragma GCC visibility pop
28
#endif
TECWedge::TECWedge
TECWedge()
Definition:
TECWedge.h:14
GeometricSearchDet.h
Surface
Definition:
Surface.h:36
ReferenceCountingPointer< BoundDiskSector >
watchdog.const
const
Definition:
watchdog.py:83
TECWedge::surface
const BoundSurface & surface() const final
The surface of the GeometricSearchDet.
Definition:
TECWedge.h:17
funct::true
true
Definition:
Factorize.h:173
TECWedge
Definition:
TECWedge.h:12
TECWedge::theDiskSector
ReferenceCountingPointer< BoundDiskSector > theDiskSector
Definition:
TECWedge.h:24
BoundDiskSector
Definition:
BoundDiskSector.h:7
BoundDiskSector.h
GeometricSearchDet
Definition:
GeometricSearchDet.h:17
TECWedge::specificSurface
virtual const BoundDiskSector & specificSurface() const final
Definition:
TECWedge.h:20
Generated for CMSSW Reference Manual by
1.8.16