1 #ifndef TrackingTools_DetLayers_GeneralBinFinderInR_H 2 #define TrackingTools_DetLayers_GeneralBinFinderInR_H 33 std::vector<const Det*> dets(
first,
last);
int binIndex(T R) const override
std::vector< double > RBorders() const
std::vector< T > theBorders
GeneralBinFinderInR(std::vector< Det *>::const_iterator first, std::vector< Det *>::const_iterator last)
Construct from the list of Det*.
int binIndex(int i) const override
Returns an index in the valid range.
T binPosition(int ind) const override
The middle of the bin.
std::vector< double > RBins() const
The centers of the Dets.
GeneralBinFinderInR(const RBorderFinder &bf)
Construct from an already initialized RBorderFinder.