From af393983849e7e45cebb2b4a2c5a79f722ad9ef1 Mon Sep 17 00:00:00 2001 From: Kenichi Hatakeyama Date: Mon, 12 Jan 2026 13:49:05 -0600 Subject: [PATCH] Add commands for processing LHE files --- _episodes/01-introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_episodes/01-introduction.md b/_episodes/01-introduction.md index 8314521..2c8528d 100644 --- a/_episodes/01-introduction.md +++ b/_episodes/01-introduction.md @@ -473,6 +473,7 @@ xrdcp root://cmseos.fnal.gov//store/user/cmsdas/2026/short_exercises/Generators/ {: .callout} ~~~bash cd CMSSW_12_4_8/src; cmsenv; cd - +gzip -d MG5_aMC_v3_5_2/wplustest_4f_LO/Events/run_01/unweighted_events.lhe.gz python3.9 LHEReader.py --input MG5_aMC_v3_5_2/wplustest_4f_LO/Events/run_01/unweighted_events.lhe --output standalone.root python3.9 LHEReader.py --input genproductions_mg352/bin/MadGraph5_aMCatNLO/work/cmsgrid_final.lhe --output cmsgrid.root ~~~