library: libRooFit
#include "RooComplex.h"

RooComplex


class description - header file - source file - inheritance tree (.pdf)

class RooComplex

Inheritance Chart:
RooComplex

    public:
RooComplex(Double_t a = 0, Double_t b = 0) RooComplex operator-() const RooComplex operator+(const RooComplex& other) const RooComplex operator-(const RooComplex& other) const RooComplex operator*(const RooComplex& other) const RooComplex operator/(const RooComplex& other) const RooComplex operator*(const Double_t& other) const RooComplex exp() const RooComplex conj() const RooComplex sqrt() const RooComplex(const RooComplex&) virtual ~RooComplex() Double_t abs() const Double_t abs2() const static TClass* Class() Double_t im() const virtual TClass* IsA() const RooComplex& operator=(const RooComplex& other) Bool_t operator==(const RooComplex& other) const void Print() const Double_t re() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Double_t _re Double_t _im

Class Description

void Print()
  WVE Solaric CC5.0 complains about this
inline RooComplex(Double_t a=0, Double_t b=0)
virtual ~RooComplex()
RooComplex& operator=(const RooComplex& other)
RooComplex operator-()
 unary operators
return RooComplex(-_re,-_im)
RooComplex operator+(const RooComplex& other)
 binary operators
RooComplex operator-(const RooComplex& other)
RooComplex operator*(const RooComplex& other)
RooComplex operator/(const RooComplex& other)
RooComplex operator*(const Double_t& other)
Bool_t operator==(const RooComplex& other)
Double_t re()
 unary functions
Double_t im()
Double_t abs()
Double_t abs2()
RooComplex exp()
RooComplex conj()
RooComplex sqrt()

Last update: Tue Jul 11 11:45:25 2006
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - Top of the page

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.