Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
Definition:
TECWedge.h:12
Surface
Definition:
Surface.h:36
BoundDiskSector.h
GeometricSearchDet.h
TECWedge::theDiskSector
ReferenceCountingPointer< BoundDiskSector > theDiskSector
Definition:
TECWedge.h:24
ReferenceCountingPointer< BoundDiskSector >
funct::true
true
Definition:
Factorize.h:173
TECWedge::TECWedge
TECWedge()
Definition:
TECWedge.h:14
TECWedge::surface
const BoundSurface & surface() const final
The surface of the GeometricSearchDet.
Definition:
TECWedge.h:17
TECWedge::specificSurface
virtual const BoundDiskSector & specificSurface() const final
Definition:
TECWedge.h:20
BoundDiskSector
Definition:
BoundDiskSector.h:7
GeometricSearchDet
Definition:
GeometricSearchDet.h:17
runTheMatrix.const
string const
Definition:
runTheMatrix.py:329
Generated for CMSSW Reference Manual by
1.8.5