Angular analysis of B+->K*+(K+pi0)mumu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
343 B

//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