From 398ca19050edea27305b23f3bad1a06b6c25fe9a Mon Sep 17 00:00:00 2001 From: "Patrick L.S. Connor" <connorpa@mail.desy.de> Date: Wed, 21 Aug 2024 21:43:22 +0200 Subject: [PATCH] adding pipeline badges --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4b54d7..97d80c6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # Das Analysis System +[](https://gitlab.cern.ch/paconnor/software/-/commits/main) +https://gitlab.example.com/<namespace>/<project>/badges/<branch>/pipeline.svg + + Das Analysis System is a general project involving modular tools for physics analysis with high-level objects such as jets, leptons, and photons. The principle is to perform physics directly from the shell in atomic steps, applying one correction at a time and treating all systematic uncertainties simultaneously. The GitLab group is divided in several repositories: -- The `Installer` repo contains the necessary scripts to install the suite. -- The `Core` repo contains most of the code for the analysis of CMS data. -- The `Tables` repo contains the calibration of the high-level objects. -- The `Darwin` repo is a mirror of a [general toolkit](https://protodarwin.docs.cern.ch) for physics analysis. +- The `Installer` repo contains the necessary scripts to install the suite [](https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core). +- The `Core` repo contains most of the code for the analysis of CMS data [](https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core). +- The `Tables` repo contains the calibration of the high-level objects [](https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core). +- The `Darwin` repo is a mirror of a [general toolkit](https://protodarwin.docs.cern.ch) for physics analysis [](https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core). - `PlottingHelper` is a useful [library](https://github.com/zleba/PlottingHelper) originally made by Radek ZlebcÃk (Charles University) to help make plots with ROOT. *Note:* in the `Core` repo, the `Ntupliser` module require a working container that can only be installed if `/cvmfs` is available. See the dedicated section on containers for more details. -- GitLab