Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
calibrations.xml: add hpdirc_positive.lut (#711)
Adds hpDIRC LUT to support eic/EICrecon#1365 I pick @nathanwbrei 's fork over https://github.com/rdom/fastpid since the file got a minor update ```diff diff --git a/hpdirc_positive.lut b/hpdirc_positive.lut index a0c5841..ac5b96d 100644 --- a/hpdirc_positive.lut +++ b/hpdirc_positive.lut @@ -1,3 +1,21 @@ +# PDG code of the particle (e 11, pi 211, K 321, p 2212) +11 211 321 2212 + +# Charge (-1,1) +1 + +# Momentum [GeV/c] +0.20 10.2 0.2 + +# Polar angle [deg] +25.0 161.0 1.0 + +# Azimuthal angle [deg] +0.0 30.5 0.5 + +# Outputs columns are P[e], P[pi], P[K], P[p] +# We ignore muons for now + 11 1 0.20 25.00 0.00 0.0000 0.0000 0.0000 0.0000 11 1 0.20 25.00 0.50 0.0000 0.0000 0.0000 0.0000 11 1 0.20 25.00 1.00 0.0000 0.0000 0.0000 0.0000 ```
- Loading branch information