Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoTracker
TkDetLayers
src
TECWedge.h
Go to the documentation of this file.
1
#ifndef TkDetLayers_TECWedge_h
2
#define TkDetLayers_TECWedge_h
3
4
5
#include "
TrackingTools/DetLayers/interface/GeometricSearchDet.h
"
6
#include "
BoundDiskSector.h
"
7
12
#pragma GCC visibility push(hidden)
13
class
TECWedge
:
public
GeometricSearchDet
{
14
public
:
15
16
TECWedge
() :
GeometricSearchDet
(
true
){}
17
18
// GeometricSearchDet interface
19
virtual
const
BoundSurface
&
surface
()
const
final {
return
*
theDiskSector
;}
20
21
22
//Extension of the interface
23
virtual
const
BoundDiskSector&
specificSurface
()
const
final {
return
*
theDiskSector
;}
24
25
26
protected
:
27
// it needs to be initialized somehow ins the derived class
28
ReferenceCountingPointer<BoundDiskSector>
theDiskSector
;
29
30
31
};
32
33
34
#pragma GCC visibility pop
35
#endif
TECWedge
Definition:
TECWedge.h:13
Surface
Definition:
Surface.h:48
BoundDiskSector.h
TECWedge::surface
virtual const BoundSurface & surface() const final
The surface of the GeometricSearchDet.
Definition:
TECWedge.h:19
GeometricSearchDet.h
TECWedge::theDiskSector
ReferenceCountingPointer< BoundDiskSector > theDiskSector
Definition:
TECWedge.h:28
ReferenceCountingPointer< BoundDiskSector >
funct::true
true
Definition:
Factorize.h:183
TECWedge::TECWedge
TECWedge()
Definition:
TECWedge.h:16
TECWedge::specificSurface
virtual const BoundDiskSector & specificSurface() const final
Definition:
TECWedge.h:23
compareJSON.const
string const
Definition:
compareJSON.py:14
GeometricSearchDet
Definition:
GeometricSearchDet.h:19
Generated for CMSSW Reference Manual by
1.8.5