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

  1. //Renata Kopecna
  2. #ifndef MOMFIT_HH
  3. #define MOMFIT_HH
  4. #include <options.hh>
  5. //////////////////////////
  6. // INIT VALUES FOR FITS //
  7. //////////////////////////
  8. int momfit(fcnc::options opts,
  9. bool fitReference, bool fitSignalMC, bool fitData, bool blind,
  10. bool Fit1bin, bool Fit2bins, bool FitAllbins);
  11. #endif // MOMFIT_HH