BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkDetElemId.cxx File Reference

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const TrkDetElemId &id)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  os,
const TrkDetElemId id 
)

Definition at line 115 of file TrkDetElemId.cxx.

115 {
116 id.printAll(os);
117 return os;
118}