16 lines
343 B
C++
16 lines
343 B
C++
//Renata Kopecna
|
|
|
|
#ifndef MOMFIT_HH
|
|
#define MOMFIT_HH
|
|
|
|
#include <options.hh>
|
|
//////////////////////////
|
|
// INIT VALUES FOR FITS //
|
|
//////////////////////////
|
|
|
|
int momfit(fcnc::options opts,
|
|
bool fitReference, bool fitSignalMC, bool fitData, bool blind,
|
|
bool Fit1bin, bool Fit2bins, bool FitAllbins);
|
|
|
|
#endif // MOMFIT_HH
|