laura is hosted by Hepforge, IPPP Durham
Laura++  v3r5
A maximum likelihood fitting package for performing Dalitz-plot analysis.
LauComplex.hh File Reference

File containing declaration of LauComplex class. More...

#include <iosfwd>
#include "TMath.h"

Go to the source code of this file.

Classes

class  LauComplex
 Class for defining a complex number. More...
 

Functions

std::istream & operator>> (std::istream &os, LauComplex &z)
 input/output operator formatting of a complex number More...
 
std::ostream & operator<< (std::ostream &os, const LauComplex &z)
 

Detailed Description

File containing declaration of LauComplex class.

Definition in file LauComplex.hh.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const LauComplex z 
)

Definition at line 57 of file LauComplex.cc.

std::istream& operator>> ( std::istream &  os,
LauComplex z 
)

input/output operator formatting of a complex number

Definition at line 62 of file LauComplex.cc.