Changes between Version 9 and Version 10 of WorkBook/Tutorials/Mc4Bsm
- Timestamp:
- Jul 20, 2016, 9:49:24 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Tutorials/Mc4Bsm
v9 v10 163 163 4. Open the files with ROOT TBrowser as in the Getting Started section, and make sure that the new jet substructure variables are properly stored. 164 164 165 5. Now run this simple event selection macro. It will plot two crucial jet observables that can help in discriminating between a w-jet and a light jet: the jet mass, and the N-subjettiness ratio tau2/tau1. 165 5. Now [https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WorkBook/Tutorials/Mc4Bsm/macro.C download] and run this simple event selection macro. It will plot two crucial jet observables that can help in discriminating between a w-jet and a light jet: the jet mass, and the N-subjettiness ratio tau2/tau1. 166 {{{ 167 root examples/macro.C'("out_pp_jj_js_bc.root","out_pp_zp_ww_js_bc.root")' 168 }}}