BOSS 7.1.3
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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