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

File containing implementation of LauParameter class. More...

#include <iostream>
#include <map>
#include "TRandom.h"
#include "LauParameter.hh"
#include "LauRandom.hh"

Go to the source code of this file.

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 implementation of LauParameter class.

Definition in file LauParameter.cc.

Function Documentation

Double_t operator* ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 604 of file LauParameter.cc.

Double_t operator* ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 608 of file LauParameter.cc.

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

Definition at line 612 of file LauParameter.cc.

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

Definition at line 638 of file LauParameter.cc.

Double_t operator+ ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 580 of file LauParameter.cc.

Double_t operator+ ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 584 of file LauParameter.cc.

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

Definition at line 588 of file LauParameter.cc.

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

Definition at line 628 of file LauParameter.cc.

Double_t operator- ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 592 of file LauParameter.cc.

Double_t operator- ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 596 of file LauParameter.cc.

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

Definition at line 600 of file LauParameter.cc.

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

Definition at line 633 of file LauParameter.cc.

Double_t operator/ ( const LauParameter lhs,
Double_t  rhs 
)

Definition at line 616 of file LauParameter.cc.

Double_t operator/ ( Double_t  lhs,
const LauParameter rhs 
)

Definition at line 620 of file LauParameter.cc.

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

Definition at line 624 of file LauParameter.cc.

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

Definition at line 643 of file LauParameter.cc.

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

Output stream operator.

Definition at line 650 of file LauParameter.cc.