BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
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::ostream & operator<< (std::ostream &o, const zav &z)
 

Function Documentation

◆ operator<<()

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

Definition at line 137 of file KalFitAlg/KalFitAlg-00-07-55-p03/KalFitAlg/lpav/zav.h.

137 {
138 o << " zav::w=" << z._w << " sav=" << z._sav << " zav=" << z._zav
139 << " nc=" << z._nc << " chisq=" << z._chisq << " a=" << z._a
140 << " b=" << z._b << " c11=" << z._c11 << " c21=" << z._c21
141 << " c22=" << z._c22 << " sig_inv=" << z._sig_inv << std::endl;
142 return o;
143}