1 #ifndef TkDetLayers_TIDRing_h
2 #define TkDetLayers_TIDRing_h
13 #pragma GCC visibility push(hidden)
16 TIDRing(std::vector<const GeomDet*>& innerDets,
17 std::vector<const GeomDet*>& outerDets);
23 virtual const std::vector<const GeomDet*>&
basicComponents()
const {
return theDets;}
25 virtual const std::vector<const GeometricSearchDet*>&
components()
const;
27 virtual std::pair<bool, TrajectoryStateOnSurface>
34 std::vector<DetGroup> &
result)
const;
51 std::vector<DetGroup>&
result)
const;
58 std::vector<DetGroup>&
result,
59 bool checkClosest)
const;
61 const std::vector<const GeomDet*>&
subLayer(
int ind)
const {
62 return (ind==0 ? theFrontDets : theBackDets);
67 std::vector<const GeomDet*> theDets;
68 std::vector<const GeomDet*> theFrontDets;
69 std::vector<const GeomDet*> theBackDets;
85 #pragma GCC visibility pop
virtual std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const =0
const std::vector< const GeomDet * > & subLayer(int ind) const
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
virtual const std::vector< const GeomDet * > & basicComponents() const
virtual const BoundDisk & specificSurface() const
PeriodicBinFinderInPhi< double > BinFinderType
ReferenceCountingPointer< BoundDisk > theDisk
ReferenceCountingPointer< BoundDisk > theBackDisk
BinFinderType theFrontBinFinder
virtual const BoundSurface & surface() const
The surface of the GeometricSearchDet.
ReferenceCountingPointer< BoundDisk > theFrontDisk
BinFinderType theBackBinFinder
Unlimited (trivial) bounds.