Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoTracker
TkTrackingRegions
interface
OuterHitPhiPrediction.h
Go to the documentation of this file.
1
#ifndef OuterHitPhiPrediction_H
2
#define OuterHitPhiPrediction_H
3
6
#include "
RecoTracker/TkMSParametrization/interface/PixelRecoRange.h
"
7
#include "
RecoTracker/TkTrackingRegions/interface/TkTrackingRegionsMargin.h
"
8
9
10
class
OuterHitPhiPrediction
{
11
public
:
12
13
typedef
PixelRecoRange<float>
Range
;
14
typedef
TkTrackingRegionsMargin<float>
Margin
;
15
16
OuterHitPhiPrediction
(
17
const
Range
& phiAtVertex,
18
const
Range
&
curvature
,
19
float
originRBound,
20
const
Margin
& tolerance =
Margin
(0,0))
21
:
thePhiAtVertex
(phiAtVertex),
theCurvature
(curvature),
22
theOriginRBound
(originRBound),
theTolerance
(tolerance) { }
23
24
void
setTolerance
(
const
Margin
& tolerance) {
theTolerance
= tolerance; }
25
Range
operator()
(
float
radius
)
const
;
26
27
private
:
28
Range
thePhiAtVertex
;
29
Range
theCurvature
;
30
float
theOriginRBound
;
31
Margin
theTolerance
;
32
};
33
34
#endif
OuterHitPhiPrediction::theCurvature
Range theCurvature
Definition:
OuterHitPhiPrediction.h:29
PixelRecoRange< float >
OuterHitPhiPrediction::theOriginRBound
float theOriginRBound
Definition:
OuterHitPhiPrediction.h:30
OuterHitPhiPrediction
Definition:
OuterHitPhiPrediction.h:10
OuterHitPhiPrediction::thePhiAtVertex
Range thePhiAtVertex
Definition:
OuterHitPhiPrediction.h:28
PixelRecoUtilities::curvature
T curvature(T InversePt, const edm::EventSetup &iSetup)
Definition:
PixelRecoUtilities.h:41
OuterHitPhiPrediction::Range
PixelRecoRange< float > Range
Definition:
OuterHitPhiPrediction.h:13
TkTrackingRegionsMargin< float >
PixelRecoRange.h
OuterHitPhiPrediction::OuterHitPhiPrediction
OuterHitPhiPrediction(const Range &phiAtVertex, const Range &curvature, float originRBound, const Margin &tolerance=Margin(0, 0))
Definition:
OuterHitPhiPrediction.h:16
OuterHitPhiPrediction::setTolerance
void setTolerance(const Margin &tolerance)
Definition:
OuterHitPhiPrediction.h:24
OuterHitPhiPrediction::Margin
TkTrackingRegionsMargin< float > Margin
Definition:
OuterHitPhiPrediction.h:14
CosmicsPD_Skims.radius
tuple radius
Definition:
CosmicsPD_Skims.py:135
OuterHitPhiPrediction::operator()
Range operator()(float radius) const
Definition:
OuterHitPhiPrediction.cc:5
TkTrackingRegionsMargin.h
OuterHitPhiPrediction::theTolerance
Margin theTolerance
Definition:
OuterHitPhiPrediction.h:31
Generated for CMSSW Reference Manual by
1.8.5