CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Ext_xp_err.cxx File Reference
#include <math.h>
#include <stdlib.h>
#include "TrkExtAlg/Ext_xp_err.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 236 of file Ext_xp_err.cxx.

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