Skip to content

Commit 192ccdf

Browse files
authored
[EMCAL-710] Fix number of error types after adding STU decoder errors (#13052)
1 parent 60ca7f9 commit 192ccdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ErrorTypeFEE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class ErrorTypeFEE
191191

192192
/// \brief Get the number of error types
193193
/// \return Number of error types (including undefined)
194-
static constexpr int getNumberOfErrorTypes() { return 7; }
194+
static constexpr int getNumberOfErrorTypes() { return 9; }
195195

196196
/// \brief Get the name of the error type
197197
/// \param errorTypeID ID of the error type

0 commit comments

Comments
 (0)