12 lines
234 B
C++
12 lines
234 B
C++
//Renata Kopecna
|
|
|
|
#ifndef TOYS_HH
|
|
#define TOYS_HH
|
|
|
|
#include <options.hh>
|
|
#include <parse.hh>
|
|
|
|
int toysfit(fcnc::options opts, unsigned int nBins, bool fitReference, basic_params params, bool onlySig, bool onlyBkg);
|
|
|
|
#endif // TOYS_HH
|