GooFit
v2.1.3
|
#include <fstream>
#include <goofit/FunctorWriter.h>
#include <goofit/PdfBase.h>
#include <goofit/Variable.h>
#include <map>
Go to the source code of this file.
Namespaces | |
GooFit | |
Functions | |
void | GooFit::writeToFile (PdfBase *pdf, const char *fname) |
void | GooFit::readFromFile (PdfBase *pdf, const char *fname) |
void | GooFit::readListOfNumbers (thrust::host_vector< fptype > &target, const char *fname) |
void | GooFit::writeListOfNumbers (thrust::host_vector< fptype > &target, const char *fname) |