Skip to content

Commit 905edee

Browse files
author
Wiktor Pierozak
committed
Modified constant that describes expected number of channels in FV0 LUT
1 parent b1bac33 commit 905edee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/FIT/FV0/base/include/FV0Base/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct Constants {
3030
static constexpr int nTcms = 1; // Number of trigger and clock modules (TCMs)
3131
static constexpr int nGbtLinks = nPms + nTcms;
3232
static constexpr int nFv0Channels = Geometry::getNumberOfReadoutChannels();
33-
static constexpr int nFv0ChannelsPlusRef = nFv0Channels + 1;
33+
static constexpr int nFv0ChannelsPlusRef = nFv0Channels + 2;
3434
};
3535

3636
} // namespace fv0

0 commit comments

Comments
 (0)