This repository contains the complete solution for the Final Project: Discovery of the Higgs boson in the H->ZZ->4l channel.
Ensure you have the following Python packages installed:
pip install numpy pandas matplotlib scikit-learnEnsure your directory looks like this:
FinalProject/
├── FinalProject_Complete.py # The code provided
├── data/
│ ├── clean_data_2011.csv
│ └── clean_data_2012.csv
├── MC/
│ ├── higgs2011.csv
│ ├── zzto4mu2011.csv
│ └── ... (all other MC files)
└── plots/ (Created automatically)
Simply execute the script:
python FinalProject_Complete.py- Terminal: The script will print the exact numbers needed for your report (Significance, Event Counts, etc.).
- Plots: Check the
plots/folder for:step3_mass_no_cuts.pngstep4_Z_masses.pngstep5_mass_final_cuts.pngstep6_mass_ml_cuts.png
- Open
FinalReport.md. - Run the code.
- Look for lines like
MC Significance: ...in the terminal output. - Replace the
[INSERT NUMBER HERE]placeholders in the report with these numbers. - Insert the generated images into the document (if using Word/LaTeX).