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() <<
")";
void Print() const
WVE Solaric CC5.0 complains about this.
ostream & operator<<(ostream &os, const RooComplex &z)
you should not use this method at all Int_t Int_t z
typedef void((*Func_t)())
Class RooComplex is a simple container class for complex values.