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

File containing declaration of LauParameter class. More...

#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)
 
ostream & operator<< (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 575 of file LauParameter.hh.

Function Documentation

Double_t operator* ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 693 of file LauParameter.cc.

Double_t operator* ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 697 of file LauParameter.cc.

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

Definition at line 701 of file LauParameter.cc.

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

Definition at line 727 of file LauParameter.cc.

Double_t operator+ ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 669 of file LauParameter.cc.

Double_t operator+ ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 673 of file LauParameter.cc.

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

Definition at line 677 of file LauParameter.cc.

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

Definition at line 717 of file LauParameter.cc.

Double_t operator- ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 681 of file LauParameter.cc.

Double_t operator- ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 685 of file LauParameter.cc.

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

Definition at line 689 of file LauParameter.cc.

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

Definition at line 722 of file LauParameter.cc.

Double_t operator/ ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 705 of file LauParameter.cc.

Double_t operator/ ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 709 of file LauParameter.cc.

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

Definition at line 713 of file LauParameter.cc.

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

Definition at line 732 of file LauParameter.cc.

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

Output stream operator.

Definition at line 739 of file LauParameter.cc.