/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/KalFitAlg/KalFitAlg-00-07-55-p03/KalFitAlg/lpav/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 137 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.

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


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