BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
Ext_xp_err.cxx File Reference
#include "Ext_xp_err.h"
#include <math.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const Ext_xp_err &err)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const Ext_xp_err & err )

Definition at line 239 of file Ext_xp_err.cxx.

239 {
240 s << "m_err: " << (Ext_errmx)err << std::endl
241 << "m_xv: " << err.m_xv << std::endl
242 << " abs(xv)= " << err.m_xv.mag() << std::endl
243 << "m_pv: " << err.m_pv << std::endl
244 << " abs(pv)= " << err.m_pv.mag() << std::endl
245 << "m_xp_jcb: " << err.m_xp_jcb << std::endl
246 << "m_h2xp_jcb: " << err.m_h2xp_jcb << std::endl
247 << "m_q: " << err.m_q << std::endl
248 << "m_mass: " << sqrt( err.m_mass2 ) << std::endl;
249 return s;
250}
XmlRpcServer s