CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EtaPhiMeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef CommonDet_EtaPhiMeasurementEstimator_H
2 #define CommonDet_EtaPhiMeasurementEstimator_H
3 
14 
16 public:
17 
18  explicit EtaPhiMeasurementEstimator(double dEta, double dPhi) :
20  thedEta(dEta),
21  thedPhi(dPhi)
22  {}
24 
25  std::pair<bool,double> estimate(const TrajectoryStateOnSurface&,
26  const TrackingRecHit&) const;
27 
28  virtual bool estimate(const TrajectoryStateOnSurface& tsos,
29  const Plane& plane) const;
30 
32  const Plane& plane) const;
33 
35  return new EtaPhiMeasurementEstimator(*this);
36  }
37  private:
38  double thedEta;
39  double thedPhi;
40 
41 };
42 
43 #endif
#define GCC11_FINAL
EtaPhiMeasurementEstimator(double dEta, double dPhi)
Definition: Plane.h:17
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TrackingRecHit &) const
EtaPhiMeasurementEstimator * clone() const
double dPhi(double phi1, double phi2)
Definition: JetUtil.h:30
virtual Local2DVector maximalLocalDisplacement(const TrajectoryStateOnSurface &tsos, const Plane &plane) const