This is an exeercise about running a CMS Run2 new physics search analysis on CMS open data using ADL and CutLang.
ADL, or Analysis Description Language, is a domain-specific language for writing HEP analyses. CutLang is a runtime interpreter of ADL that can run ADL on events and perform other analysis tasks.
Information about ADL and CutLang can be found at: https://adl.web.cern.ch/
Prerequisites
- Basic knowledge on HEP analysis concepts.
- Very basic knowledge on ROOT