Skip to content
Snippets Groups Projects

Fixed compilation problems in DBG for three Acts packages

Merged Vakhtang Tsulaia requested to merge tsulaia/athena:main-dbg-compile into main
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -165,7 +165,7 @@ namespace ActsTrk
{
try {
auto sl = state.getUncalibratedSourceLink().template get<ATLASUncalibSourceLink>();
assert( sl.isValid() && *sl != nullptr);
assert( sl != nullptr);
const xAOD::UncalibratedMeasurement &uncalibMeas = getUncalibratedMeasurement(sl);
measState = makeRIO_OnTrack(uncalibMeas, *parm);
ATH_MSG_DEBUG("Successfully used ATLASUncalibratedSourceLink");
Loading