1 #ifndef TkDetLayers_CompositeTECPetal_h
2 #define TkDetLayers_CompositeTECPetal_h
16 #pragma GCC visibility push(hidden)
21 CompositeTECPetal(std::vector<const TECWedge*>& innerWedges,
22 std::vector<const TECWedge*>& outerWedges);
27 virtual const std::vector<const GeomDet*>&
basicComponents()
const {
return theBasicComps;}
29 virtual const std::vector<const GeometricSearchDet*>&
components()
const {
return theComps;}
31 virtual std::pair<bool, TrajectoryStateOnSurface>
39 std::vector<DetGroup> &
result)
const;
62 std::vector<DetGroup>&
result,
74 return (diskSectorType == 0) ? theFrontPars[
index] : theBackPars[
index];
78 return (ind==0 ? theFrontComps : theBackComps);
84 std::vector<const GeometricSearchDet*>
theComps;
100 #pragma GCC visibility pop
virtual std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const =0
const std::vector< const TECWedge * > & subLayer(int ind) const dso_internal
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
std::vector< const GeometricSearchDet * > theComps
float computeWindowSize(const GeomDet *det, const TrajectoryStateOnSurface &tsos, const MeasurementEstimator &est)
std::vector< WedgePar > theBackPars
std::vector< const TECWedge * > theBackComps
ReferenceCountingPointer< BoundDiskSector > theFrontSector
virtual const std::vector< const GeometricSearchDet * > & components() const
std::vector< float > theFrontBoundaries
std::vector< const TECWedge * > theFrontComps
std::vector< const GeomDet * > theBasicComps
ReferenceCountingPointer< BoundDiskSector > theBackSector
WedgePar const & findPar(int index, int diskSectorType) const dso_internal
std::vector< WedgePar > theFrontPars
std::vector< float > theBackBoundaries
Unlimited (trivial) bounds.