We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644ba5e commit 9c1f00cCopy full SHA for 9c1f00c
DataFormats/Detectors/EMCAL/src/Constants.cxx
@@ -48,6 +48,7 @@ int o2::emcal::channelTypeToInt(o2::emcal::ChannelType_t chantype)
48
case o2::emcal::ChannelType_t::LEDMON:
49
return 3;
50
};
51
+ throw o2::emcal::InvalidChanneltypeException(int(chantype));
52
}
53
54
o2::emcal::ChannelType_t o2::emcal::intToChannelType(int chantype)
0 commit comments