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

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 28 of file EvtComplex.cc.

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