27 #define ROO_COMPLEX_CXX
38 static int nwarns = 0;
40 cout <<
"[#0] WARN: RooComplex is deprecated. Please use std::complex<Double_t> in your code instead." << std::endl;
49 cout << *
this << endl;
55 return os <<
"(" << z.
re() <<
"," << z.
im() <<
")";
ostream & operator<<(ostream &os, const RooComplex &z)
typedef void((*Func_t)())
Class RooComplex is a simple container class for complex values.
void Print() const
WVE Solaric CC5.0 complains about this.