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

File containing implementation of LauChebychevPdf class. More...

#include <iostream>
#include <vector>
#include "TMath.h"
#include "TSystem.h"
#include "LauChebychevPdf.hh"

Go to the source code of this file.

Functions

static double p1 (double t, double a, double b)
 
static double p2 (double t, double a, double b, double c)
 
static double p3 (double t, double a, double b, double c, double d)
 

Detailed Description

File containing implementation of LauChebychevPdf class.

Definition in file LauChebychevPdf.cc.

Function Documentation

static double p1 ( double  t,
double  a,
double  b 
)
inlinestatic

Definition at line 87 of file LauChebychevPdf.cc.

static double p2 ( double  t,
double  a,
double  b,
double  c 
)
inlinestatic

Definition at line 88 of file LauChebychevPdf.cc.

static double p3 ( double  t,
double  a,
double  b,
double  c,
double  d 
)
inlinestatic

Definition at line 89 of file LauChebychevPdf.cc.