File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4343DECLARE_SOA_COLUMN (RunNumber, runNumber, int );
You can’t perform that action at this time.
0 commit comments