Newer
Older
Reconstruction Benchmarks for the EIC
=====================================
[](https://eicweb.phy.anl.gov/EIC/benchmarks/reconstruction_benchmarks/-/commits/master)
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## Benchmarks
### Clustering
Located in `clustering` directory.
- Barrel Clusters (`clustering/barrel_clusters.sh`)
### EM Calorimetry
Located in `clustering` directory.
- Crystal Calorimeter electron reconstruction (`ecal/emcal_electrons.sh`)
- Crystal Calorimeter pi0 reconstruction (`ecal/emcal_pi0s.sh`)
Todo:
- ECal endcaps/barrel calorimetry
- Crystal calorimeter/endcap/barrel energy reconstruction efficiency
### Tracking
Located in `tracking` directory.
- Central (barrel) electron track reconstruction (`tracking/central_electrons.sh`)
Todo:
- Endcap electron tracks.
- TOF PID with UFSD
### RICH
Located in `rich` directory.
- PID of forward hadrons -- kaons/pions/protons (`rich/forward_hadrons.sh`)
Todo:
- detailed K/pi separation
## Adding new benchmarks
### Pass/Fail tests
- Create a script that returns exit status 0 for success.
- Any non-zero value will be considered failure.
- Script