BOSS 7.0.9
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 72 of file DifIndepPar.h.

72{ i.print(o); return o; }
void print(std::ostream &os=std::cout) const
Definition: DifIndepPar.cxx:69