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 virtual 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
std::vector< const GeomDet * > theDets
std::vector< const GeomDet * > theFrontDets
std::vector< const GeomDet * > theFrontDetBrothers
virtual const std::vector< const GeometricSearchDet * > & components() const __attribute__((cold))
Returns basic components, if any.
float __attribute__((vector_size(8))) cms_float32x2_t
std::vector< const GeomDet * > theBackDets
const std::vector< const GeomDet * > & subLayer(int ind) const
void groupedCompatibleDetsV(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const __attribute__((hot))
virtual const BoundSurface & surface() const
The surface of the GeometricSearchDet.
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
PeriodicBinFinderInPhi< float > BinFinderType
virtual const std::vector< const GeomDet * > & basicComponents() const
SubLayerCrossings computeCrossings(const TrajectoryStateOnSurface &tsos, PropagationDirection propDir) const __attribute__((hot))
BinFinderType theBackBinFinder
virtual std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &, const Propagator &, const MeasurementEstimator &) const
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 * >())