CMS 3D CMS Logo

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