#include <RooFit/TestStatistics/RooAbsL.h>
#include <RooFit/TestStatistics/LikelihoodWrapper.h>
#include <RooFit/TestStatistics/LikelihoodGradientWrapper.h>
#include <Fit/Fitter.h>
#include <TStopwatch.h>
#include <TMatrixDSymfwd.h>
#include <fstream>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Classes | |
struct | RooMinimizer::Config |
Config argument to RooMinimizer constructor. More... | |
class | RooMinimizer |
Wrapper class around ROOT::Fit:Fitter that provides a seamless interface between the minimizer functionality and the native RooFit interface. More... | |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::TestStatistics |
Namespace for new RooFit test statistic calculation. | |