BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
MdcHit.cxx File Reference

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 235 of file MdcHit.cxx.

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