12 std::tuple<uint8_t, uint8_t> top_bottom {0,0};
15 if (!trkMeasurements) {
40 std::get<0>(top_bottom) +=2;
43 std::get<1>(top_bottom)+=2;
48 std::get<0>(top_bottom)++;
51 std::get<1>(top_bottom)++;
#define IDTRKSEL_MSG_WARNING(the_msg)
Specific class to represent the SCT measurements.
RIO_OnTrack base class for Silicon detector in the InnerDetector.
virtual const Amg::Vector3D & globalPosition() const override
returns global position (gathered through Surface constraint)
This class is the pure abstract base class for all fittable tracking measurements.
Class to handle RIO On Tracks ROT) for InDet and Muons, it inherits from the common MeasurementBase.
Class mimicking the AthMessaging class from the offline software.
std::tuple< uint8_t, uint8_t > getSiHitsTopBottom(const Trk::Track &track, const asg::AsgMessaging &msgHelper)