jpata commited on
Commit
4ab00d4
·
1 Parent(s): a433f25

fix description

Browse files
Files changed (1) hide show
  1. docs/TECHNICAL.md +2 -2
docs/TECHNICAL.md CHANGED
@@ -67,9 +67,9 @@ A maximum of 20 candidates per jet are used (padded/clipped).
67
  | 2 | 2, 3, 4 | 1-prong, ≥2 π⁰ |
68
  | 3 | 5, 10 | 3-prong, 0 π⁰ |
69
  | 4 | 6–9, 11–14 | 3-prong, ≥1 π⁰ |
70
- | 5 | 15, -1 | Rare / Other |
71
 
72
- Leptonic decay modes (15) and background (-1) are mapped to class 5. HPS DM 16 is currently unmapped. Background is tagged in a separate head.
73
 
74
  ## Data
75
 
 
67
  | 2 | 2, 3, 4 | 1-prong, ≥2 π⁰ |
68
  | 3 | 5, 10 | 3-prong, 0 π⁰ |
69
  | 4 | 6–9, 11–14 | 3-prong, ≥1 π⁰ |
70
+ | 5 | 15, 16, -1 | Rare / Leptonic / Other |
71
 
72
+ Rare decay modes (15), leptonic decays (16), and background (-1) are all mapped to class 5. Background samples are masked during training so only signal taus contribute to this head. Background is also tagged in a separate `tau_id_head`.
73
 
74
  ## Data
75