Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Detectors/FIT/FV0/base/include/FV0Base/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct Constants {
static constexpr int nTcms = 1; // Number of trigger and clock modules (TCMs)
static constexpr int nGbtLinks = nPms + nTcms;
static constexpr int nFv0Channels = Geometry::getNumberOfReadoutChannels();
static constexpr int nFv0ChannelsPlusRef = nFv0Channels + 1;
static constexpr int nFv0ChannelsPlusRef = nFv0Channels + 2;
};

} // namespace fv0
Expand Down