Skip to content

Code for the CMSDAS Schools Short Tracking Exercise

License

Notifications You must be signed in to change notification settings

CERN-CMS-DAS-2023/short-ex-trk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/


About

Code for the CMSDAS Schools Short Tracking Exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.3%
  • C++ 32.8%
  • C 11.9%