Skip to content

Commit 54586d4

Browse files
extra
1 parent 26f89ea commit 54586d4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Common/DataModel/FITExtra.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ namespace fit
3030

3131
// Constants
3232
// TODO: add reference channels?
33-
static constexpr int nChFT0 = 212; ///< Number of FT0 channels
34-
static constexpr int nChFT0A = 96; ///< Number of FT0A channels
35-
static constexpr int nChFT0C = 112; ///< Number of FT0C channels
36-
static constexpr int nChFT0LCS = 4; ///< Number of FT0 LCS channels
37-
static constexpr int nChFV0 = o2::fv0::nFv0ChannelsPlusRef; ///< Number of FV0 channels
38-
static constexpr int nChFV0LCS = 1; ///< Number of FV0 LCS channels
39-
static constexpr int nChFDD = o2::fdd::Nchannels; ///< Number of FDD channels, TODO: add FDD LCS
40-
static constexpr int nADC = 4096; ///< Number of ADC channels
33+
static constexpr int nChFT0 = 212; ///< Number of FT0 channels
34+
static constexpr int nChFT0A = 96; ///< Number of FT0A channels
35+
static constexpr int nChFT0C = 112; ///< Number of FT0C channels
36+
static constexpr int nChFT0LCS = 4; ///< Number of FT0 LCS channels
37+
static constexpr int nChFV0 = o2::fv0::Constants::nFv0ChannelsPlusRef; ///< Number of FV0 channels
38+
static constexpr int nChFV0LCS = 1; ///< Number of FV0 LCS channels
39+
static constexpr int nChFDD = o2::fdd::Nchannels; ///< Number of FDD channels, TODO: add FDD LCS
40+
static constexpr int nADC = 4096; ///< Number of ADC channels
4141

4242
// BCs
4343
DECLARE_SOA_COLUMN(RunNumber, runNumber, int);

0 commit comments

Comments
 (0)