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;}
31 void groupedCompatibleDetsV( const TrajectoryStateOnSurface& tsos,
32 const Propagator& prop,
38 virtual const
BoundDisk& specificSurface()
const {
return *theDisk;}
58 std::vector<DetGroup>&
result,
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
const std::vector< const GeomDet * > & subLayer(int ind) const
virtual const std::vector< const GeometricSearchDet * > & components() const =0
Returns basic components, if any.
virtual const std::vector< const GeomDet * > & basicComponents() const
ReferenceCountingPointer< BoundDisk > theDisk
float __attribute__((vector_size(8))) float32x2_t
ReferenceCountingPointer< BoundDisk > theBackDisk
BinFinderType theFrontBinFinder
PeriodicBinFinderInPhi< float > BinFinderType
virtual const BoundSurface & surface() const
ReferenceCountingPointer< BoundDisk > theFrontDisk
BinFinderType theBackBinFinder
Unlimited (trivial) bounds.