Skip to content

Commit e8bdaa7

Browse files
mfasDashahor02
authored andcommitted
[EMCAL-551] Align indices for HG/LG cells
Adapt order of HG/LG cells to comply with the indices used in the mapping (0 - low gain, 1 - high gain)
1 parent 0b5535f commit e8bdaa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ enum {
3131
/// \enum ChannelType_t
3232
/// \brief Type of a raw data channel
3333
enum ChannelType_t {
34-
HIGH_GAIN, ///< High gain channel
3534
LOW_GAIN, ///< Low gain channel
35+
HIGH_GAIN, ///< High gain channel
3636
TRU, ///< TRU channel
3737
LEDMON ///< LED monitor channel
3838
};

0 commit comments

Comments
 (0)