/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenBase/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

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


Function Documentation

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

Definition at line 28 of file EvtComplex.cc.

References EvtComplex::_ipart, and EvtComplex::_rpart.

00028                                                     {
00029 
00030   s<<"("<<c._rpart<<","<<c._ipart<<")";
00031   return s;
00032 
00033 }


Generated on Tue Nov 29 23:15:52 2016 for BOSS_7.0.2 by  doxygen 1.4.7