15 LogDebug(
"TkDetLayers") <<
"DEBUG INFO for CompositeTECWedge" 17 <<
"TECWedge z, perp,innerRadius,outerR: " << this->
position().
z() <<
" , " 25 throw DetLayerException(
"SimpleTECWedge doesn't have GeometricSearchDet components");
37 std::vector<DetGroup>&
result)
const {
38 pair<bool, TrajectoryStateOnSurface> compat = this->
compatible(tsos, prop, est);
43 result.front().push_back(ge);
virtual const Surface::PositionType & position() const
Returns position of the surface.
const std::vector< const GeometricSearchDet * > & components() const override __attribute__((cold))
Returns basic components, if any.
std::vector< const GeomDet * > theDets
std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const override __attribute__((hot))
ReferenceCountingPointer< BoundDiskSector > theDiskSector
static std::pair< bool, TrajectoryStateOnSurface > isCompatible(const GeomDet *theDet, const TrajectoryStateOnSurface &ts, const Propagator &prop, const MeasurementEstimator &est)
~SimpleTECWedge() override __attribute__((cold))
GeometricSearchDet::DetWithState DetWithState
void groupedCompatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const override __attribute__((hot))
std::pair< const GeomDet *, TrajectoryStateOnSurface > DetWithState
SimpleTECWedge(const GeomDet *theDet) __attribute__((cold))