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;
22 
23  virtual std::pair<bool, TrajectoryStateOnSurface>
25  const MeasurementEstimator&) const;
26 
27  virtual void
28  compatibleDetsV( const TrajectoryStateOnSurface& startingState,
29  const Propagator& prop,
30  const MeasurementEstimator& est,
31  std::vector<DetWithState> & result) const;
32 
33  virtual void
35  const Propagator&,
36  const MeasurementEstimator&,
37  std::vector<DetGroup> &) const;
38 
39 
40  virtual bool hasGroups() const {return false;}
41 
42  private:
43  BinFinderType theBinFinder;
44 
45 
46 };
47 
48 
49 #pragma GCC visibility pop
50 #endif
virtual std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const =0
PeriodicBinFinderInZ< float > BinFinderType
Definition: PixelRod.h:14
virtual const std::vector< const GeometricSearchDet * > & components() const =0
Returns basic components, if any.
virtual void groupedCompatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const
tuple result
Definition: query.py:137
virtual bool hasGroups() const
Definition: PixelRod.h:40
virtual void compatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetWithState > &result) const
Unlimited (trivial) bounds.