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.

11 lines
207 B

  1. //Renata Kopecna
  2. #ifndef MASSFIT_H
  3. #define MASSFIT_H
  4. #include <options.hh>
  5. #include <parse.hh>
  6. int massfit(fcnc::options opts, bool fitReference, bool splitRuns, basic_params pars);
  7. #endif // MASSFIT_H