CutLang: A Particle Physics Analysis Description Language and Runtime Interpreter
Sezen Sekmen, Gokhan Unel

TL;DR
CutLang is a new human-readable domain-specific language for defining high energy physics analyses, interpreted at runtime, simplifying analysis development compared to traditional compiled languages.
Contribution
It introduces a novel analysis description language and an interpreter framework that enables runtime analysis execution in particle physics research.
Findings
Allows writing analyses in human-readable text files
Enables runtime interpretation over CERN ROOT framework
Offers a practical alternative to compiled analysis code
Abstract
This note introduces CutLang, a domain specific language that aims to provide a clear, human readable way to define analyses in high energy particle physics (HEP) along with an interpretation framework of that language. A proof of principle (PoP) implementation of the CutLang interpreter, achieved using C++ as a layer over the CERN data analysis framework ROOT, is presently available. This PoP implementation permits writing HEP analyses in an unobfuscated manner, as a set of commands in human readable text files, which are interpreted by the framework at runtime. We describe the main features of CutLang and illustrate its usage with two analysis examples. Initial experience with CutLang has shown that a just-in-time interpretation of a human readable HEP specific language is a practical alternative to analysis writing using compiled languages such as C++.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
