BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcHit.cxx File Reference
#include "MdcData/MdcHit.h"
#include "Identifier/MdcID.h"
#include "RawEvent/RawDataUtil.h"
#include "TrkBase/TrkHitOnTrk.h"
#include "TrkBase/TrkRecoTrk.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &o, const MdcHit &hit)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & o,
const MdcHit & hit )
extern

Definition at line 234 of file MdcHit.cxx.

234 {
235 hit.print( o );
236 return o;
237}
void print(std::ostream &o) const