-
Sylvester Joosten authoredSylvester Joosten authored
To learn more about this project, read the wiki.
README.md 5.80 KiB
Physics Benchmarks for the EIC
Documentation Links
-
eicd
- EIC Data Model. (SeeReconstructedParticle
for most needs) -
juggler
reconstruction framework. - Benchmark repository common code - common_bench
- Guide to tracking
- ROOT's
RDataFrame
Adding new benchmarks
See the benchmarks/DVCS
directory for a basic example. Note currently the reconstruction is far from perfect.
Pass/Fail tests
- Create a script that returns exit status 0 for success.
- Any non-zero value will be considered failure.
- Script
See common_bench for details.