CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkHistory.cxx File Reference

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const TrkHistory &history)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & os,
const TrkHistory & history )

Definition at line 51 of file TrkHistory.cxx.

51 {
52 history.print(os);
53 return os;
54}
void print(std::ostream &os=std::cout) const