BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkHistory.cxx File Reference
#include "TrkBase/TrkHistory.h"

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 40 of file TrkHistory.cxx.

40 {
41 history.print( os );
42 return os;
43}
void print(std::ostream &os=std::cout) const