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

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 337 of file TrkRecoTrk.cxx.

337 {
338 tk.print( os );
339 return os;
340}
virtual void print(std::ostream &) const