Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 596 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 596 Bytes

short-ex-trk

Code for the CMSDAS Schools Short Tracking Exercise

The setup

This package is meant to provide solutions to the exercises

  • Setup in CMSSW_10_6_18
scram p -n cmssw CMSSW_10_6_18
cd cmssw/src/
cmsenv
git clone git@github.com:mmusich/short-ex-trk.git .
scram b -j 8

Then simply run the configs

cmsRun MyDirectory/PrintOutTracks/test/run_cfg.py
cmsRun MyDirectory/PrintOutTracks/test/run_cfg_MVA.py
cmsRun MyDirectory/PrintOutTracks/test/construct_secondary_vertices_cfg.py

or the scripts in

$CMSSW_BASE/src/MyDirectory/PrintOutTracks/scripts/