BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DifIndepPar.h File Reference
#include <assert.h>
#include <stdlib.h>
#include "CLHEP/Matrix/SymMatrix.h"
#include "CLHEP/Matrix/Vector.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  DifIndepPar

Functions

std::ostream & operator<< (std::ostream &o, const DifIndepPar &i)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & o,
const DifIndepPar & i )
inline

Definition at line 71 of file Reconstruction/MdcPatRec/MdcRecoUtil/include/MdcRecoUtil/DifIndepPar.h.

71 {
72 i.print( o );
73 return o;
74}
void print(std::ostream &os=std::cout) const