CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TIBRing.h
Go to the documentation of this file.
1 #ifndef TkDetLayers_TIBRing_h
2 #define TkDetLayers_TIBRing_h
3 
7 
11 #pragma GCC visibility push(hidden)
12 class TIBRing final : public GeometricSearchDet {
13 public:
14  TIBRing(std::vector<const GeomDet*>& theGeomDets) __attribute__((cold));
15  ~TIBRing() override __attribute__((cold));
16 
17  // GeometricSearchDet interface
18  const BoundSurface& surface() const override { return *theCylinder; }
19 
20  const std::vector<const GeomDet*>& basicComponents() const override { return theDets; }
21 
22  const std::vector<const GeometricSearchDet*>& components() const override __attribute__((cold));
23 
27  __attribute__((cold));
28 
30  const Propagator& prop,
32  std::vector<DetGroup>& result) const override __attribute__((hot));
33 
34  //--- Extension of the interface
35 
37  virtual const BoundCylinder& specificSurface() const { return *theCylinder; }
38 
39 private:
40  //general private methods
41 
42  void checkPeriodicity(std::vector<const GeomDet*>::const_iterator first,
43  std::vector<const GeomDet*>::const_iterator last) __attribute__((cold));
44 
45  void checkRadius(std::vector<const GeomDet*>::const_iterator first, std::vector<const GeomDet*>::const_iterator last)
46  __attribute__((cold));
47 
48  void computeHelicity() __attribute__((cold));
49 
50  // methods for groupedCompatibleDets implementation
53  SubRingCrossings(int ci, int ni, float nd) : isValid_(true), closestIndex(ci), nextIndex(ni), nextDistance(nd) {}
54 
55  bool isValid_;
57  int nextIndex;
58  float nextDistance;
59  };
60 
62  const Propagator& prop,
63  const MeasurementEstimator& est,
64  const SubRingCrossings& crossings,
65  float window,
66  std::vector<DetGroup>& result) const __attribute__((hot));
67 
69  __attribute__((hot));
70 
71  float computeWindowSize(const GeomDet* det,
72  const TrajectoryStateOnSurface& tsos,
73  const MeasurementEstimator& est) const __attribute__((hot));
74 
75 private:
78 
79  std::vector<const GeomDet*> theDets;
82 };
83 
84 #pragma GCC visibility pop
85 #endif
const BoundSurface & surface() const override
The surface of the GeometricSearchDet.
Definition: TIBRing.h:18
def window
Definition: svgfig.py:643
bool isValid_(value_type const &hash)
Definition: Hash.cc:63
BinFinderType theBinFinder
Definition: TIBRing.h:77
TIBRing(std::vector< const GeomDet * > &theGeomDets) __attribute__((cold))
Definition: TIBRing.cc:21
void computeHelicity() __attribute__((cold))
Definition: TIBRing.cc:85
const std::vector< const GeomDet * > & basicComponents() const override
Definition: TIBRing.h:20
std::vector< const GeomDet * > theDets
Definition: TIBRing.h:79
PropagationDirection
void checkRadius(std::vector< const GeomDet * >::const_iterator first, std::vector< const GeomDet * >::const_iterator last) __attribute__((cold))
Definition: TIBRing.cc:49
std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const override __attribute__((cold))
Definition: TIBRing.cc:102
tuple result
Definition: mps_fire.py:311
ReferenceCountingPointer< BoundCylinder > theCylinder
Definition: TIBRing.h:80
int theHelicity
Definition: TIBRing.h:81
float computeWindowSize(const GeomDet *det, const TrajectoryStateOnSurface &tsos, const MeasurementEstimator &est) const __attribute__((hot))
Definition: TIBRing.cc:236
SubRingCrossings(int ci, int ni, float nd)
Definition: TIBRing.h:53
float __attribute__((vector_size(8))) cms_float32x2_t
Definition: ExtVec.h:12
void searchNeighbors(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, const SubRingCrossings &crossings, float window, std::vector< DetGroup > &result) const __attribute__((hot))
Definition: TIBRing.cc:155
PeriodicBinFinderInPhi< float > BinFinderType
Definition: TIBRing.h:76
virtual const BoundCylinder & specificSurface() const
Return the ring surface as a.
Definition: TIBRing.h:37
~TIBRing() override __attribute__((cold))
Definition: TIBRing.cc:100
SubRingCrossings computeCrossings(const TrajectoryStateOnSurface &startingState, PropagationDirection propDir) const __attribute__((hot))
Definition: TIBRing.cc:197
const std::vector< const GeometricSearchDet * > & components() const override __attribute__((cold))
Returns basic components, if any.
Definition: TIBRing.cc:45
void groupedCompatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const override __attribute__((hot))
Definition: TIBRing.cc:109
void checkPeriodicity(std::vector< const GeomDet * >::const_iterator first, std::vector< const GeomDet * >::const_iterator last) __attribute__((cold))
Definition: TIBRing.cc:64
tuple last
Definition: dqmdumpme.py:56