Skip to content

Commit f470e56

Browse files
committed
FIT: Added missing const qualifier to fv0::ChannelDataFloat::getFlag
1 parent b72658d commit f470e56

File tree

1 file changed

+1
-1
lines changed
  • DataFormats/Detectors/FIT/FV0/include/DataFormatsFV0

1 file changed

+1
-1
lines changed

DataFormats/Detectors/FIT/FV0/include/DataFormatsFV0/RecPoints.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct ChannelDataFloat {
5858
{
5959
adcId = flag;
6060
}
61-
bool getFlag(fit::EEventDataBit bitFlag)
61+
bool getFlag(fit::EEventDataBit bitFlag) const
6262
{
6363
return bool(uint8_t(adcId) & (1u << uint8_t(bitFlag)));
6464
}

0 commit comments

Comments
 (0)