#include "RooFit.h"
#include "RooComplex.h"
#include "RooComplex.h"
#include "Riostream.h"
#include <iomanip>
ClassImp(RooComplex)
void RooComplex::Print() const {
cout << *this << endl;
}
ostream& operator<<(ostream& os, const RooComplex& z)
{
return os << "(" << z.re() << "," << z.im() << ")";
}
Last change: Tue May 13 17:04:17 2008
Last generated: 2008-05-13 17:04
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.