CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelRod.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_PixelRod_h
2 #define TkDetLayers_PixelRod_h
3 
4 
7 
11 #pragma GCC visibility push(hidden)
12 class PixelRod GCC11_FINAL : public DetRodOneR{
13  public:
15 
16  PixelRod(std::vector<const GeomDet*>& theDets);
17  ~PixelRod();
18 
19  // GeometricSearchDet interface
20 
21  virtual const std::vector<const GeometricSearchDet*>& components() const __attribute__ ((cold));
22 
23  virtual std::pair<bool, TrajectoryStateOnSurface>
26 
27  virtual void
28  compatibleDetsV( const TrajectoryStateOnSurface& startingState,
29  const Propagator& prop,
30  const MeasurementEstimator& est,
31  std::vector<DetWithState> & result) const __attribute__ ((hot));
32 
33  virtual void
34  groupedCompatibleDetsV( const TrajectoryStateOnSurface&,
35  const Propagator&,
36  const MeasurementEstimator&,
37  std::vector<DetGroup> &) const;
38 
39 
40  private:
41  BinFinderType theBinFinder;
42 
43 
44 };
45 
46 
47 #pragma GCC visibility pop
48 #endif
PeriodicBinFinderInZ< float > BinFinderType
Definition: PixelRod.h:14
virtual const std::vector< const GeometricSearchDet * > & components() const =0
Returns basic components, if any.
tuple result
Definition: query.py:137
float __attribute__((vector_size(8))) float32x2_t
Definition: ExtVec.h:6
string const
Definition: compareJSON.py:14
#define private
Definition: FWFileEntry.h:17
std::pair< const GeomDet *, TrajectoryStateOnSurface > DetWithState
Unlimited (trivial) bounds.