Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _episodes/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~
Expand Down