12 lines
327 B
C++
12 lines
327 B
C++
//Renata Kopecna
|
|
|
|
|
|
#ifndef PULLS_HH
|
|
#define PULLS_HH
|
|
|
|
#include <options.hh>
|
|
|
|
void do_pulls(fcnc::options opts, bool doToyPulls, bool doMCPulls, int job_id , double SwaveFraction, UInt_t nPulls, Double_t nToyEvents, UInt_t nMCEvents, std::string angularsuffix, bool Fit1bin, bool Fit2bins, bool FitAllbins);
|
|
|
|
#endif // PULLS_HH
|