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.

21 lines
667 B

  1. //Renata Kopecna
  2. #ifndef ANGULARCORR_HH
  3. #define ANGULARCORR_HH
  4. #include <vector>
  5. namespace fcnc { //Forward declarations
  6. class event;
  7. class options;
  8. }
  9. int scan_max_order_angular_ccorrection(fcnc::options opts, bool assumePhiEven, bool quickTest, bool test_4times1D, bool checkSignificance, bool runMinuit, bool checkFactorization, bool do3Dmoments);
  10. int sanityCheck_MC(fcnc::options opts);
  11. int sanityCheck(std::vector<fcnc::event>events, fcnc::options opts, bool PHSP, int bin, bool norm);
  12. int get_angular_acceptance(fcnc::options opts, bool testSaving);
  13. int get_angular_resolution(fcnc::options opts, std::vector<int> years);
  14. #endif // ANGULARCORR_HH