Skip to content
Snippets Groups Projects

TRTProcessingOfStraw : minor clang-tidy fix

Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:SCT_Digitization_perf into 23.0
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -803,8 +803,7 @@ Amg::Vector3D TRTProcessingOfStraw::getGlobalPosition ( int hitID, const TimedH
}
ATH_MSG_WARNING ( "Could not find global coordinate of a straw - drifttime calculation will be inaccurate" );
const Amg::Vector3D def(0.0,0.0,0.0);
return def;
return {0.0,0.0,0.0};
}
Loading