12 lines
207 B
C++
12 lines
207 B
C++
//Renata Kopecna
|
|
|
|
#ifndef MASSFIT_H
|
|
#define MASSFIT_H
|
|
|
|
#include <options.hh>
|
|
#include <parse.hh>
|
|
|
|
int massfit(fcnc::options opts, bool fitReference, bool splitRuns, basic_params pars);
|
|
|
|
#endif // MASSFIT_H
|