BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TrkDetElemId.cxx File Reference
#include "TrkBase/TrkDetElemId.h"

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 101 of file TrkDetElemId.cxx.

101 {
102 id.printAll( os );
103 return os;
104}