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

File containing declaration of LauParameter class. More...

#include <iosfwd>
#include <map>
#include <vector>
#include "TObject.h"
#include "TString.h"
#include "LauAbsRValue.hh"

Go to the source code of this file.

Classes

class  LauParameter
 Class for defining the fit parameter objects. More...
 

Typedefs

typedef std::vector
< std::vector< LauParameter > > 
LauParArray
 Type to define an array of parameters. More...
 

Functions

Double_t operator+ (const LauParameter &lhs, Double_t rhs)
 
Double_t operator+ (Double_t lhs, const LauParameter &rhs)
 
Double_t operator+ (const LauParameter &lhs, const LauParameter &rhs)
 
Double_t operator- (const LauParameter &lhs, Double_t rhs)
 
Double_t operator- (Double_t lhs, const LauParameter &rhs)
 
Double_t operator- (const LauParameter &lhs, const LauParameter &rhs)
 
Double_t operator* (const LauParameter &lhs, Double_t rhs)
 
Double_t operator* (Double_t lhs, const LauParameter &rhs)
 
Double_t operator* (const LauParameter &lhs, const LauParameter &rhs)
 
Double_t operator/ (const LauParameter &lhs, Double_t rhs)
 
Double_t operator/ (Double_t lhs, const LauParameter &rhs)
 
Double_t operator/ (const LauParameter &lhs, const LauParameter &rhs)
 
Double_t operator+= (Double_t &lhs, const LauParameter &rhs)
 
Double_t operator-= (Double_t &lhs, const LauParameter &rhs)
 
Double_t operator*= (Double_t &lhs, const LauParameter &rhs)
 
Double_t operator/= (Double_t &lhs, const LauParameter &rhs)
 
std::ostream & operator<< (std::ostream &stream, const LauParameter &par)
 Output stream operator. More...
 

Detailed Description

File containing declaration of LauParameter class.

Definition in file LauParameter.hh.

Typedef Documentation

typedef std::vector< std::vector<LauParameter> > LauParArray

Type to define an array of parameters.

Definition at line 576 of file LauParameter.hh.

Function Documentation

Double_t operator* ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 772 of file LauParameter.cc.

Double_t operator* ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 776 of file LauParameter.cc.

Double_t operator* ( const LauParameter lhs,
const LauParameter rhs 
)

Definition at line 780 of file LauParameter.cc.

Double_t operator*= ( Double_t &  lhs,
const LauParameter rhs 
)

Definition at line 806 of file LauParameter.cc.

Double_t operator+ ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 748 of file LauParameter.cc.

Double_t operator+ ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 752 of file LauParameter.cc.

Double_t operator+ ( const LauParameter lhs,
const LauParameter rhs 
)

Definition at line 756 of file LauParameter.cc.

Double_t operator+= ( Double_t &  lhs,
const LauParameter rhs 
)

Definition at line 796 of file LauParameter.cc.

Double_t operator- ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 760 of file LauParameter.cc.

Double_t operator- ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 764 of file LauParameter.cc.

Double_t operator- ( const LauParameter lhs,
const LauParameter rhs 
)

Definition at line 768 of file LauParameter.cc.

Double_t operator-= ( Double_t &  lhs,
const LauParameter rhs 
)

Definition at line 801 of file LauParameter.cc.

Double_t operator/ ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 784 of file LauParameter.cc.

Double_t operator/ ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 788 of file LauParameter.cc.

Double_t operator/ ( const LauParameter lhs,
const LauParameter rhs 
)

Definition at line 792 of file LauParameter.cc.

Double_t operator/= ( Double_t &  lhs,
const LauParameter rhs 
)

Definition at line 811 of file LauParameter.cc.

std::ostream& operator<< ( std::ostream &  stream,
const LauParameter par 
)

Output stream operator.

Definition at line 818 of file LauParameter.cc.