Skip to content

Commit

Permalink
Update status badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 15, 2022
1 parent dea9966 commit 342a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Marlin (Modular Analysis and Reconstruction for the LINear Collider )
[![Build Status](https://travis-ci.org/iLCSoft/Marlin.svg?branch=master)](https://travis-ci.org/iLCSoft/Marlin)
[![linux](https://github.com/iLCSoft/Marlin/actions/workflows/linux.yml/badge.svg)](https://github.com/iLCSoft/Marlin/actions/workflows/linux.yml)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11089/badge.svg)](https://scan.coverity.com/projects/ilcsoft-marlin)

The idea is that every computing task is implemented as a processor (module) that analyzes data in an LCEvent and creates additional output collections that are added to the event. The framework allows to define the processors (and their order) that are executed at runtime in a simple steering file. Via the steering file you can also define named parameters (string, float, int - single and arrays) for every processor as well as for the global scope. By using the framework users don't have to write any code that deals with the IO they simply write processors with defined callbacks, i.e. init(), processRunHeader(), processEvent(), end().
Expand Down

0 comments on commit 342a914

Please sign in to comment.