16 std::vector<const RIO_OnTrack*>& rots,
17 const std::vector<const MeasurementBase*>& measurements,
21 rots.reserve(rots.size() + measurements.size());
24 for (; it != itEnd; ++it) {
29 if (convertCompRots &&
nullptr == rot) {
Base class for all CompetingRIOsOnTack implementations, extends the common MeasurementBase.
unsigned int indexOfMaxAssignProb() const
Index of the ROT with the highest assignment probability.
virtual const RIO_OnTrack & rioOnTrack(unsigned int) const =0
returns the RIO_OnTrack (also known as ROT) objects depending on the integer.
This class is the pure abstract base class for all fittable tracking measurements.
virtual bool type(MeasurementBaseType::Type type) const =0
Interface method checking the type.
Class to handle RIO On Tracks ROT) for InDet and Muons, it inherits from the common MeasurementBase.