MINT2
|
#include "Mint/DalitzBox.h"
#include "Mint/Minimiser.h"
#include "Mint/Minimisable.h"
#include "Mint/MinuitParameterSet.h"
#include "Mint/FitParameter.h"
#include "Mint/GeneralisedPareto.h"
#include <iostream>
#include <ctime>
Go to the source code of this file.
Classes | |
class | FindMaxFCN |
Functions | |
ostream & | operator<< (ostream &os, const DalitzBox &box) |
Variables | |
bool | bigDebug = false |
bool | fastTest = false |
bool | veryFastTest = false |
bool | ultraFast = true |
bool | no_reuse = true |
ostream& operator<< | ( | ostream & | os, |
const DalitzBox & | box | ||
) |
Definition at line 980 of file DalitzBox.cpp.
bool bigDebug = false |
Definition at line 18 of file DalitzBox.cpp.
bool fastTest = false |
Definition at line 19 of file DalitzBox.cpp.
bool no_reuse = true |
Definition at line 23 of file DalitzBox.cpp.
bool ultraFast = true |
Definition at line 21 of file DalitzBox.cpp.
bool veryFastTest = false |
Definition at line 20 of file DalitzBox.cpp.