BOSS 7.0.9
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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}