29 cout <<
"temporary dummy implementation of MuDetRod::components()!!" << endl;
30 static const vector<const GeometricSearchDet*>
result;
41 return make_pair(
false, ms);
54 vector<DetWithState>
result;
57 pair<bool, TrajectoryStateOnSurface> compat =
compatible(startingState, prop, est);
61 <<
" (should not have been selected!)";
71 <<
" pos: " << dets[
closest]->surface().position() <<
" impact " << startPos;
77 int nclosest =
result.size();
87 float detHalfLen = closestPlane.bounds().length() / 2.;
89 for (
unsigned int idet =
closest + 1; idet < dets.size(); idet++) {
92 LogTrace(
metname) <<
" negativeZ: det:" << idet <<
" pos " << nextPos.
y() <<
" maxDistance " 102 for (
int idet =
closest - 1; idet >= 0; idet--) {
105 LogTrace(
metname) <<
" positiveZ: det:" << idet <<
" pos " << nextPos.
y() <<
" maxDistance " 116 LogTrace(
metname) <<
" MuDetRod::compatibleDets, size: " <<
result.size() <<
" on closest: " << nclosest
117 <<
" # checked dets: " << nnextdet + 1;
119 LogTrace(
metname) <<
" ***Rod not compatible---should have been discarded before!!!";
128 cout <<
"dummy implementation of MuDetRod::groupedCompatibleDets()" << endl;
const BoundSurface & surface() const final
The surface of the GeometricSearchDet.
const std::string metname
Geom::Phi< T > phi() const
int closest(std::vector< int > const &vec, int value)
virtual Local2DVector maximalLocalDisplacement(const TrajectoryStateOnSurface &ts, const Plane &plane) const =0
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
GlobalPoint globalPosition() const
const std::vector< const GeometricSearchDet * > & components() const override
Returns basic components, if any.
std::vector< DetGroup > groupedCompatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override
int binIndex(T z) const override
returns an index in the valid range for the bin closest to Z
virtual HitReturnType estimate(const TrajectoryStateOnSurface &ts, const TrackingRecHit &hit) const =0
GenericBinFinderInZ< float, GeomDet > BinFinderType
std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &prop, const MeasurementEstimator &est) const override
LocalVector toLocal(const reco::Track::Vector &v, const Surface &s)
bool add(int idet, std::vector< DetWithState > &result, const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const
Query detector idet for compatible and add the output to result.
std::vector< DetWithState > compatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override
const PositionType & position() const
const std::vector< const GeomDet * > & basicComponents() const override
~MuDetRod() override
Destructor.
virtual const Plane & specificSurface() const final
Return the rod surface as a Plane.
BinFinderType theBinFinder
MuDetRod(std::vector< const GeomDet *>::const_iterator first, std::vector< const GeomDet *>::const_iterator last)
Construct from iterators on GeomDet*.