BOSS 7.0.9
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 79 of file TrkExchangePar.cxx.

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