Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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]
 

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 Wed Feb 2 15:49:12 2011 for BOSS6.5.5 by  doxygen 1.3.9.1