CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeomDetCompatibilityChecker.h
Go to the documentation of this file.
1 #ifndef DetLayers_GeomDetCompatibilityChecker_h
2 #define DetLayers_GeomDetCompatibilityChecker_h
3 
4 
8 
14  public:
23  static std::pair<bool, TrajectoryStateOnSurface> isCompatible(const GeomDet* theDet,
24  const TrajectoryStateOnSurface& ts,
25  const Propagator& prop,
26  const MeasurementEstimator& est);
27 };
28 
29 
30 
31 #endif
static std::pair< bool, TrajectoryStateOnSurface > isCompatible(const GeomDet *theDet, const TrajectoryStateOnSurface &ts, const Propagator &prop, const MeasurementEstimator &est)