CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SimpleTECWedge.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_SimpleTECWedge_h
2 #define TkDetLayers_SimpleTECWedge_h
3 
4 
5 #include "TECWedge.h"
6 
7 
12 #pragma GCC visibility push(hidden)
14  public:
16 
18 
19  // GeometricSearchDet interface
20  virtual const std::vector<const GeomDet*>& basicComponents() const {return theDets;}
21 
22  virtual const std::vector<const GeometricSearchDet*>& components() const;
23 
24  virtual std::pair<bool, TrajectoryStateOnSurface>
26  const MeasurementEstimator&) const;
27 
28  virtual void
30  const Propagator& prop,
31  const MeasurementEstimator& est,
32  std::vector<DetGroup> & result) const;
33 
34  private:
35  const GeomDet* theDet;
36  std::vector<const GeomDet*> theDets;
37 
38 };
39 
40 
41 #pragma GCC visibility pop
42 #endif
SimpleTECWedge(const GeomDet *theDet)
std::vector< const GeomDet * > theDets
virtual void groupedCompatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const
virtual const std::vector< const GeometricSearchDet * > & components() const
Returns basic components, if any.
virtual std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const
#define GCC11_FINAL
tuple result
Definition: query.py:137
virtual const std::vector< const GeomDet * > & basicComponents() const
const GeomDet * theDet