Commit 29f8cb5
Fixes of bugs in class mask calculation
- Bypass in EMCAL C0TVX case needed as the
the input mask is manipulated to mimic trigger
accept
- Order of trigger mask check was wrong, ctpinuptmask
is a superset of tcl input mask
- Check of trigger class inpuyt mask was only based
on bitwise and, missing the check for equalty with the
class mask, making the condition always true
(cherry picked from commit cf732d6)1 parent 7cb75b5 commit 29f8cb5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments