10#include "GaudiKernel/MsgStream.h"
18 std::ostringstream os;
26 const std::streamsize old_prec = sl.precision();
27 const auto old_flags = sl.flags();
28 sl << std::setiosflags(std::ios::fixed)<< std::setprecision(3);
33 sl.precision(old_prec);
simple/trivial Implemenation class for fit the fit quality.
int numberDoF() const
returns the number of degrees of freedom of the overall track or vertex fit as integer
double chiSquared() const
returns the of the overall track fit
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output