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)
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:
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
Definition: PixelRod.cc:45
std::vector< const GeomDet * > theDets
Definition: DetRodOneR.h:42
virtual void compatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetWithState > &result) const
Definition: PixelRod.cc:52
BinFinderType theBinFinder
Definition: PixelRod.h:43
~PixelRod()
Definition: PixelRod.cc:34
#define GCC11_FINAL
tuple result
Definition: query.py:137
PeriodicBinFinderInZ< float > BinFinderType
Definition: PixelRod.h:14
virtual bool hasGroups() const
Definition: PixelRod.h:40
virtual const std::vector< const GeometricSearchDet * > & components() const
Returns basic components, if any.
Definition: PixelRod.cc:39
PixelRod(std::vector< const GeomDet * > &theDets)
Definition: PixelRod.cc:13
virtual void groupedCompatibleDetsV(const TrajectoryStateOnSurface &, const Propagator &, const MeasurementEstimator &, std::vector< DetGroup > &) const
Definition: PixelRod.cc:102