BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkKalTrk.cxx File Reference
#include "TrkBase/TrkKalTrk.h"
#include "MdcRecoUtil/Pdt.h"
#include "MdcRecoUtil/PdtPid.h"
#include "TrkBase/TrkErrCode.h"
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const TrkKalTrk &kaltrk)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & os,
const TrkKalTrk & kaltrk )

Definition at line 48 of file TrkKalTrk.cxx.

48 {
49 kaltrk.print( os );
50 return os;
51}
void print(std::ostream &os) const