BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkHitOnTrk.cxx File Reference
#include "TrkBase/TrkHitOnTrk.h"
#include "TrkBase/TrkDifPoca.h"
#include "TrkBase/TrkDifTraj.h"
#include "TrkBase/TrkFundHit.h"
#include "TrkBase/TrkPoca.h"
#include "TrkBase/TrkRecoTrk.h"
#include "TrkBase/TrkRep.h"
#include "TrkBase/TrkSimpTraj.h"
#include <assert.h>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &o, const TrkHitOnTrk &x)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & o,
const TrkHitOnTrk & x )

Definition at line 221 of file TrkHitOnTrk.cxx.

221 {
222 x.print( o );
223 return o;
224}