Go to the documentation of this file. 1 #ifndef ThirdHitRZPrediction_H
2 #define ThirdHitRZPrediction_H
13 template <
class Propagator>
34 template <
class Propagator>
38 if (!theBarrel && !theForward)
40 float v1 =
transform(*thePropagator, theDetRange.min());
41 float v2 =
transform(*thePropagator, theDetRange.max());
44 return Range(v1 - theTolerance.left(), v2 + theTolerance.right());
47 template <
class Propagator>
51 return Range(
v - theTolerance.left(),
v + theTolerance.right());
PixelRecoRange< float > Range
Range operator()(float rORz) const
PixelRecoRange< float > Range
void initPropagator(const Propagator *propagator)
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
constexpr std::array< uint8_t, layerIndexSize > layer
Range operator()(const DetLayer *layer=nullptr)
ThirdHitRZPrediction(const Propagator *propagator, float tolerance, const DetLayer *layer=nullptr)
float transform(const Propagator &propagator, float rOrZ) const
const Propagator * thePropagator