26 #define ROO_COMPLEX_CXX
37 static int nwarns = 0;
39 cout <<
"[#0] WARN: RooComplex is deprecated. Please use std::complex<Double_t> in your code instead." << std::endl;
48 cout << *
this << endl;
54 return os <<
"(" << z.
re() <<
"," << z.
im() <<
")";
ostream & operator<<(ostream &os, const RooComplex &z)
typedef void((*Func_t)())
void Print() const
WVE Solaric CC5.0 complains about this.