We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bac33 commit 905edeeCopy full SHA for 905edee
Detectors/FIT/FV0/base/include/FV0Base/Constants.h
@@ -30,7 +30,7 @@ struct Constants {
30
static constexpr int nTcms = 1; // Number of trigger and clock modules (TCMs)
31
static constexpr int nGbtLinks = nPms + nTcms;
32
static constexpr int nFv0Channels = Geometry::getNumberOfReadoutChannels();
33
- static constexpr int nFv0ChannelsPlusRef = nFv0Channels + 1;
+ static constexpr int nFv0ChannelsPlusRef = nFv0Channels + 2;
34
};
35
36
} // namespace fv0
0 commit comments