CGEM BOSS 6.6.5.h
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}