cms-tamu / HHWWbb_analysis

Framework to run the analysis for HHWWbb analysis
0 stars 1 forks source link

Drell-Yan Estimation #4

Open demarley opened 6 years ago

demarley commented 6 years ago

Setup framework for interacting with DY samples to perform proper DY estimation (using BDT).

lpernie commented 6 years ago

Yes, I need good root file that I can load, and then I can start!

tahuang1991 commented 6 years ago

Done. A new version is copied to cmstca: /data/taohuang/HHNtuple_20180418_DYestimation The files for each process are compressed into one so in fact there are two copies of Ntuples here: one under each subdirectory and one just under this directory with production name + "_Friend.root"

demarley commented 6 years ago

Thanks @tahuang1991! Now that there are some files @lpernie can update the framework to do thes estimation.

lpernie commented 6 years ago

I will stat with simple script that covert those file into CSV files. Then I will try to figure out how to convert the BDTk-based algorithm from Tao in a similar script that use sklearn or similar. Feel free to suggest!