Commit cf732d6
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 true1 parent 206cf74 commit cf732d6
1 file changed
Lines changed: 2 additions & 2 deletions
| 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