CMS 3D CMS Logo

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)
13 class SimpleTECWedge final : public TECWedge{
14  public:
15  SimpleTECWedge(const GeomDet* theDet) __attribute__ ((cold));
16 
17  ~SimpleTECWedge() override __attribute__ ((cold));
18 
19  // GeometricSearchDet interface
20  const std::vector<const GeomDet*>& basicComponents() const override {return theDets;}
21 
22  const std::vector<const GeometricSearchDet*>& components() const override __attribute__ ((cold));
23 
24  std::pair<bool, TrajectoryStateOnSurface>
26  const MeasurementEstimator&) const override __attribute__ ((hot));
27 
28  void
30  const Propagator& prop,
31  const MeasurementEstimator& est,
32  std::vector<DetGroup> & result) const override __attribute__ ((hot));
33 
34  private:
35  const GeomDet* theDet;
36  std::vector<const GeomDet*> theDets;
37 
38 };
39 
40 
41 #pragma GCC visibility pop
42 #endif
std::vector< const GeomDet * > theDets
float __attribute__((vector_size(8))) cms_float32x2_t
Definition: ExtVec.h:12
const std::vector< const GeomDet * > & basicComponents() const override
void groupedCompatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const override __attribute__((hot))
std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const override __attribute__((hot))
~SimpleTECWedge() override __attribute__((cold))
const std::vector< const GeometricSearchDet * > & components() const override __attribute__((cold))
Returns basic components, if any.
SimpleTECWedge(const GeomDet *theDet) __attribute__((cold))
const GeomDet * theDet