SUSY search with WH+MET final states. By Sicong Lu.
This repository aims to store the codes used to make the analysis for record keeping.
Mostly python, some C++.
None.
The instructions to run each piece of codes can be found in the README in the relevant folders.
The main analysis codes can be found in Analysis_Code/ . The relevant .root file can be found in: root_file_temp/
One is also trying to use XGBoost to get some intuition on the best possible sensitivity using cut-based analysis. The code for that can be found in : XGBoost_Strategy/ The relevant .csv file can be found in: csv_file_temp/
The limit setting procedure is directly adopted from Dr Miaoyuan Liu: git@github.com:mialiu149/limitsetting.git One is adding more comments...