/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/TrackUtil/TrackUtil-00-00-08/TrackUtil/zav.h File Reference

#include <iostream>
#include "CLHEP/Matrix/Matrix.h"
#include "CLHEP/Matrix/SymMatrix.h"

Go to the source code of this file.

Classes

class  zav

Functions

std::ostreamoperator<< (std::ostream &o, const zav &z)


Function Documentation

std::ostream& operator<< ( std::ostream o,
const zav z 
) [inline]

Definition at line 136 of file zav.h.

References zav::_a, zav::_b, zav::_c11, zav::_c21, zav::_c22, zav::_chisq, zav::_nc, zav::_sav, zav::_sig_inv, zav::_w, and zav::_zav.

00136                                                        {
00137   o << " zav::w=" << z._w << " sav=" << z._sav << " zav=" << z._zav
00138     << " nc=" << z._nc << " chisq=" << z._chisq << " a=" << z._a
00139     << " b=" << z._b << " c11=" << z._c11 << " c21=" << z._c21
00140     << " c22=" << z._c22 << " sig_inv=" << z._sig_inv << std::endl;
00141   return o;
00142 }


Generated on Tue Nov 29 23:16:53 2016 for BOSS_7.0.2 by  doxygen 1.4.7