ATLAS Offline Software
Loading...
Searching...
No Matches
VxJetFitterDebugInfo.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace Trk {
8
12
13 MsgStream& VxJetFitterDebugInfo::dump(MsgStream& sl) const {
14 sl << "VxJetFitterDebugInfo: numFitIterations " << m_numFitIterations <<
15 " numSignFlipFitIterations " << m_numSignFlipFitIterations<<endmsg;
16 //" numSignFlip " << m_numSignFlips << endmsg;
17 return sl;
18 }
19
20 std::ostream& VxJetFitterDebugInfo::dump(std::ostream& sl) const {
21 sl << "VxJetFitterDebugInfo: numFitIterations " << m_numFitIterations <<
22 " numSignFlipFitIterations " << m_numSignFlipFitIterations << std::endl;
23 return sl;
24 }
25
26}
27
#define endmsg
MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
Ensure that the ATLAS eigen extensions are properly loaded.