BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkExchangePar.cxx File Reference
#include "TrkBase/TrkExchangePar.h"
#include "MdcGeom/BesAngle.h"
#include <assert.h>
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &o, const TrkExchangePar &helix)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & o,
const TrkExchangePar & helix )

Definition at line 77 of file TrkExchangePar.cxx.

77 {
78 helix.print( o );
79 return o;
80}
void print(std::ostream &o) const