1 #ifndef TkDetLayers_Phase2EndcapRing_h 2 #define TkDetLayers_Phase2EndcapRing_h 13 #pragma GCC visibility push(hidden) 17 std::vector<const GeomDet*>& outerDets,
18 const std::vector<const GeomDet*>& innerDetBrothers = std::vector<const GeomDet*>(),
19 const std::vector<const GeomDet*>& outerDetBrothers = std::vector<const GeomDet*>());
29 std::pair<bool, TrajectoryStateOnSurface>
53 std::vector<DetGroup>& result,
54 std::vector<DetGroup>& brotherresult)
const __attribute__ ((hot));
61 std::vector<DetGroup>& result,
62 std::vector<DetGroup>& brotherresult,
65 const std::vector<const GeomDet*>&
subLayer(
int ind)
const {
95 #pragma GCC visibility pop
const std::vector< const GeometricSearchDet * > & components() const override __attribute__((cold))
Returns basic components, if any.
std::vector< const GeomDet * > theDets
std::vector< const GeomDet * > theFrontDets
std::vector< const GeomDet * > theFrontDetBrothers
float __attribute__((vector_size(8))) cms_float32x2_t
std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &, const Propagator &, const MeasurementEstimator &) const override
std::vector< const GeomDet * > theBackDets
const std::vector< const GeomDet * > & subLayer(int ind) const
const std::vector< const GeomDet * > & basicComponents() const override
void groupedCompatibleDetsV(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const override __attribute__((hot))
ReferenceCountingPointer< BoundDisk > theFrontDisk
BinFinderType theFrontBinFinder
def window(xmin, xmax, ymin, ymax, x=0, y=0, width=100, height=100, xlogbase=None, ylogbase=None, minusInfinity=-1000, flipx=False, flipy=True)
ReferenceCountingPointer< BoundDisk > theDisk
const std::vector< const GeomDet * > & subLayerBrothers(int ind) const
std::vector< const GeomDet * > theBackDetBrothers
void searchNeighbors(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, const SubLayerCrossing &crossing, float window, std::vector< DetGroup > &result, std::vector< DetGroup > &brotherresult, bool checkClosest) const __attribute__((hot))
bool addClosest(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, const SubLayerCrossing &crossing, std::vector< DetGroup > &result, std::vector< DetGroup > &brotherresult) const __attribute__((hot))
virtual const BoundDisk & specificSurface() const
~Phase2EndcapRing() override
PeriodicBinFinderInPhi< float > BinFinderType
SubLayerCrossings computeCrossings(const TrajectoryStateOnSurface &tsos, PropagationDirection propDir) const __attribute__((hot))
const BoundSurface & surface() const override
The surface of the GeometricSearchDet.
BinFinderType theBackBinFinder
ReferenceCountingPointer< BoundDisk > theBackDisk
Phase2EndcapRing(std::vector< const GeomDet * > &innerDets, std::vector< const GeomDet * > &outerDets, const std::vector< const GeomDet * > &innerDetBrothers=std::vector< const GeomDet * >(), const std::vector< const GeomDet * > &outerDetBrothers=std::vector< const GeomDet * >())