Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eic/detector_benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmookler committed Sep 20, 2024
2 parents eaecb3c + a69edd5 commit 20323e6
Show file tree
Hide file tree
Showing 10 changed files with 686 additions and 248 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ include:
- local: 'benchmarks/ecal_gaps/config.yml'
- local: 'benchmarks/tracking_detectors/config.yml'
- local: 'benchmarks/tracking_performances/config.yml'
- local: 'benchmarks/tracking_performances_dis/config.yml'
- local: 'benchmarks/barrel_ecal/config.yml'
- local: 'benchmarks/barrel_hcal/config.yml'
- local: 'benchmarks/zdc/config.yml'
- local: 'benchmarks/zdc_lyso/config.yml'
- local: 'benchmarks/material_maps/config.yml'
- local: 'benchmarks/material_scan/config.yml'
- local: 'benchmarks/pid/config.yml'
- local: 'benchmarks/timing/config.yml'
Expand All @@ -159,6 +159,7 @@ deploy_results:
- "collect_results:pid"
- "collect_results:tracking_performance"
- "collect_results:tracking_performance_campaigns"
- "collect_results:tracking_performances_dis"
- "collect_results:zdc"
- "collect_results:zdc_lyso"
script:
Expand Down
1 change: 1 addition & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include: "benchmarks/barrel_ecal/Snakefile"
include: "benchmarks/ecal_gaps/Snakefile"
include: "benchmarks/material_scan/Snakefile"
include: "benchmarks/tracking_performances/Snakefile"
include: "benchmarks/tracking_performances_dis/Snakefile"
include: "benchmarks/zdc_lyso/Snakefile"
include: "benchmarks/zdc_neutron/Snakefile"

Expand Down
23 changes: 0 additions & 23 deletions benchmarks/material_maps/config.yml

This file was deleted.

101 changes: 0 additions & 101 deletions benchmarks/material_maps/scripts/configureMap.py

This file was deleted.

123 changes: 0 additions & 123 deletions benchmarks/material_maps/scripts/writeMapConfig.py

This file was deleted.

10 changes: 10 additions & 0 deletions benchmarks/tracking_performances_dis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Detector Benchmark for tracking performance with DIS events
============================================================

## Overview
This benchmark generates and reconstructs DIS events. The generated charged-particle spectra is then compared to the spectra of truth-seeded and real-seeded reconstructed tracks. The hit-based track purity is also plotted.

## Contact
[Barak Schmookler]([email protected])


Loading

0 comments on commit 20323e6

Please sign in to comment.