BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkKalTrk.cxx File Reference
#include "TrkBase/TrkKalTrk.h"
#include "TrkBase/TrkErrCode.h"
#include "MdcRecoUtil/PdtPid.h"
#include "MdcRecoUtil/Pdt.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 50 of file TrkKalTrk.cxx.

50 {
51 kaltrk.print(os);
52 return os;
53}
void print(std::ostream &os) const
Definition: TrkKalTrk.cxx:34