SiWECAL-TestBeam / SiWECAL-TB-monitoring

Event-based almost-online monitoring for the SiW ECAL
GNU General Public License v3.0
0 stars 3 forks source link

SiWECAL-TB-monitoring

Tests on dummy data pre-commit GitHub repo size

Event-based almost-online monitoring for the SiW ECAL. To get started, check out the tutorial.

Submodules

The monitoring procedure interacts closely with code from the SiWECAL-TB-analysis repository. In many places (conversion, event building) will directly call the analysis code. Therefore each commit in the monitoring repository can only be expected to work with a specific commit from the analysis repository. This relationship is represented by tracking the analysis repository as a git submodule.

The TLDR for using a repository with submodules:

For more information on git submodules we recommended the submodules chapter of the Git Pro book.

Useful web links