#include <iostream>
#include <set>
#include <ginac/ginac.h>
#include <cmath>
#include <complex>
#include <memory>
#include <tr1/memory>
#include "TRandom3.h"
#include "TMath.h"
Go to the source code of this file.
|
| class | measure |
| | A class containing the value and uncertainty of an experimental measure. More...
|
| |
| class | observable |
| | A base class representing an experimental measure. More...
|
| |
| class | limitedobs |
| | An experimental measure which is an upper limit on a parameter with a given Confidence Level. More...
|
| |
| class | gaussobs |
| | An experimental measure of a parameter which is a mean value and a standard deviation. More...
|
| |
| class | gauss2obs |
| | the same as gaussobs but with a different initializer, such that the uncertainty sigma is absolute More...
|
| |
| class | freeparameter |
| | A parameter which will be fitted in the simulation. More...
|
| |
| class | discreteparameter |
| | A parameter which will be fitted in the simulation. More...
|
| |
| class | parameters |
| | vector of parameters More...
|
| |
| class | calcu |
| | Base class to do the calculus of a constraint to the model. More...
|
| |
| class | calcuba |
| | class to do the calculus of a constraint based on a GiNaC compiled expression More...
|
| |
| class | calcuex |
| | class to do the calculus of a constraint based on a GiNaC symbolic expression More...
|
| |
| class | prediction |
| | theoretical expression for an experimental measure More...
|
| |
| class | Model |
| | Abstract class for a model. More...
|
| |
| #define _USE_MATH_DEFINES |