Skip to content
Snippets Groups Projects

OT t0 time tools provoke FP auditor into crashing

Merged Manuel Tobias Schiller requested to merge mschille-20190506-ott0-nanfix into run2-patches
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -87,7 +87,7 @@ StatusCode TupleToolTrackTime::fill( const LHCb::Particle*,
return StatusCode::SUCCESS;
}
Gaudi::Math::ValueWithError track_t0 = m_trackT0Tool -> trackT0( *track );
const auto track_t0 = m_trackT0Tool -> trackT0( *track );
// Fill tuple
test &= tuple->column( prefix+"_TRACK_time", track_t0.value() );
Loading