BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcHit.cxx File Reference
#include "MdcData/MdcHit.h"
#include "TrkBase/TrkHitOnTrk.h"
#include "TrkBase/TrkRecoTrk.h"
#include "RawEvent/RawDataUtil.h"
#include "Identifier/MdcID.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 
)

Definition at line 235 of file MdcHit.cxx.

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