BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkRecoTrk.cxx File Reference
#include <vector>
#include <assert.h>
#include <functional>
#include <algorithm>
#include "MdcGeom/Constants.h"
#include "TrkBase/TrkRecoTrk.h"
#include "TrkBase/TrkHitOnTrk.h"
#include "TrkBase/TrkFundHit.h"
#include "TrkBase/TrkDifTraj.h"
#include "TrkBase/TrkExchangePar.h"
#include "TrkBase/TrkErrCode.h"
#include "TrkBase/TrkExtInterface.h"
#include "TrkBase/TrkFitStatus.h"
#include "TrkBase/TrkRepIter.h"
#include "CLHEP/Vector/ThreeVector.h"
#include "MdcRecoUtil/Pdt.h"
#include "MdcRecoUtil/BesPointErr.h"
#include "MdcRecoUtil/BesVectorErr.h"
#include "MdcRecoUtil/DifPoint.h"
#include "MdcRecoUtil/DifVector.h"
#include "MdcRecoUtil/DifIndepPar.h"
#include "TrkBase/TrkRep.h"
#include "TrkBase/TrkContext.h"
#include "MdcRecoUtil/PdtPid.h"
#include "boost/shared_ptr.hpp"
#include "BField/BField.h"

Go to the source code of this file.

Classes

class  TrkRecoTrkImpl
 

Functions

ostream & operator<< (ostream &os, const TrkRecoTrk &tk)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  os,
const TrkRecoTrk tk 
)

Definition at line 441 of file TrkRecoTrk.cxx.

443{
444 tk.print(os);
445 return os;
446}
virtual void print(std::ostream &) const
Definition: TrkRecoTrk.cxx:166