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