laura is hosted by Hepforge, IPPP Durham
Laura++  v3r5
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"
#include "LauBlind.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

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 558 of file LauParameter.hh.

Function Documentation

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

Output stream operator.

Definition at line 728 of file LauParameter.cc.