Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
5
#include "
TrackingTools/DetLayers/interface/GeometricSearchDet.h
"
6
#include "
BoundDiskSector.h
"
7
12
#pragma GCC visibility push(hidden)
13
class
TECWedge
:
public
GeometricSearchDetWithGroups
{
14
public
:
15
// GeometricSearchDet interface
16
virtual
const
BoundSurface
&
surface
()
const
{
return
*
theDiskSector
;}
17
18
19
//Extension of the interface
20
virtual
const
BoundDiskSector
&
specificSurface
()
const
{
return
*
theDiskSector
;}
21
22
23
protected
:
24
// it needs to be initialized somehow ins the derived class
25
ReferenceCountingPointer<BoundDiskSector>
theDiskSector
;
26
27
28
};
29
30
31
#pragma GCC visibility pop
32
#endif
TECWedge
Definition:
TECWedge.h:13
GeometricSearchDetWithGroups
Definition:
GeometricSearchDet.h:116
TECWedge::surface
virtual const BoundSurface & surface() const
The surface of the GeometricSearchDet.
Definition:
TECWedge.h:16
BoundDiskSector.h
GeometricSearchDet.h
TECWedge::theDiskSector
ReferenceCountingPointer< BoundDiskSector > theDiskSector
Definition:
TECWedge.h:25
ReferenceCountingPointer< BoundDiskSector >
TECWedge::specificSurface
virtual const BoundDiskSector & specificSurface() const
Definition:
TECWedge.h:20
BoundDiskSector
Definition:
BoundDiskSector.h:8
BoundSurface
Definition:
BoundSurface.h:19
Generated for CMSSW Reference Manual by
1.8.5