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

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const EvtComplex &c)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & s,
const EvtComplex & c )

Definition at line 27 of file EvtComplex.cc.

27 {
28
29 s << "(" << c._rpart << "," << c._ipart << ")";
30 return s;
31}
XmlRpcServer s