1 #ifndef OuterHitPhiPrediction_H
2 #define OuterHitPhiPrediction_H
18 const Range & phiAtVertex,
21 : thePhiAtVertex(phiAtVertex), theCurvature(curvature),
22 theOriginRBound (originRBound) {
24 assert(theCurvature.max() == -theCurvature.min());
40 float theTolerance = 0.f;
void setTolerance(float tolerance)
Range operator()(float radius) const
PixelRecoRange< float > Range
T curvature(T InversePt, const edm::EventSetup &iSetup)
OuterHitPhiPrediction(const Range &phiAtVertex, const Range &curvature, float originRBound)