#include <RooFit/Evaluator.h>
#include <RooAbsCategory.h>
#include <RooAbsData.h>
#include <RooAbsReal.h>
#include <RooRealVar.h>
#include <RooBatchCompute.h>
#include <RooMsgService.h>
#include <RooNameReg.h>
#include <RooSimultaneous.h>
#include "BatchModeDataHelpers.h"
#include "BatchModeHelpers.h"
#include "Detail/Buffers.h"
#include "RooFitImplHelpers.h"
#include <chrono>
#include <iomanip>
#include <numeric>
#include <thread>
Classes | |
struct | RooFit::NodeInfo |
A struct used by the Evaluator to store information on the RooAbsArgs in the computation graph. More... | |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |