BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtId.cc File Reference
#include "EvtPatches.hh"
#include "EvtId.hh"
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const EvtId &id)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & s,
const EvtId & id )

Definition at line 27 of file EvtId.cc.

27 {
28
29 s << "(Id=" << id._id << " Alias=" << id._alias << ")";
30
31 return s;
32}
XmlRpcServer s