Go to the documentation of this file. 1 #ifndef RecoMTD_DetLayers_MTDDetSector_H
2 #define RecoMTD_DetLayers_MTDDetSector_H
18 std::vector<const GeomDet*>::const_iterator
last,
32 const std::vector<const GeometricSearchDet*>&
components()
const override;
45 std::vector<DetWithState>&
result)
const override;
56 std::vector<DetWithState>&
result,
61 size_t hshift(
const uint32_t detid,
const int horizontalShift)
const;
62 size_t vshift(
const uint32_t detid,
const int verticalShift,
size_t& closest)
const;
68 std::vector<DetWithState>&
result,
size_t hshift(const uint32_t detid, const int horizontalShift) const
GeometricSearchDet(bool doHaveGroups)
std::vector< const GeomDet * > theDets
std::vector< DetWithState > compatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override
const MTDTopology * topo_
void compatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetWithState > &result) const override
std::vector< DetGroup > groupedCompatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override
void compatibleDetsLine(const size_t idetMin, std::vector< DetWithState > &result, const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est) const
bool add(size_t idet, std::vector< DetWithState > &result, const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est) const
ReferenceCountingPointer< BoundDiskSector > theDiskS
const BoundDiskSector & specificSurface() const
std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &prop, const MeasurementEstimator &est) const override
std::ostream & operator<<(std::ostream &, const MTDDetSector &)
const std::vector< const GeometricSearchDet * > & components() const override
Returns basic components, if any.
void setDisk(BoundDiskSector *diskS)
const std::vector< const GeomDet * > & basicComponents() const override
MTDDetSector(std::vector< const GeomDet * >::const_iterator first, std::vector< const GeomDet * >::const_iterator last, const MTDTopology &topo)
Construct from iterators on GeomDet*.
size_t vshift(const uint32_t detid, const int verticalShift, size_t &closest) const
const BoundSurface & surface() const final
The surface of the GeometricSearchDet.