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.

22 lines
678 B

  1. //Renata Kopecna
  2. #ifndef GENLVLVSMC_H
  3. #define GENLVLVSMC_H
  4. #include <iostream>
  5. #include <assert.h>
  6. #include <parse.hh>
  7. #include <paths.hh>
  8. #include <spdlog.h>
  9. //Used to plot the fit results of GenLvl MC vs processed MC
  10. //Plots both signal and Jpsi, hence nBins is hardcoded to 5 and it reads both the fit of
  11. //4 bins in MC + 1 bin in RefMC
  12. int plotComparison(std::string observable);
  13. int plotComparison_Toy_GenVsFit(std::string observable, bool isRef);
  14. int plotComparison_Toy_GenVsMC(std::string observable, bool isRef);
  15. int plotComparison_Toy_InitVsAcutalFit(std::string observable, bool isRef);
  16. int plotComparisonMCFolding(std::string observable);
  17. #endif // GENLVLVSMC_H