We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1c6e5 commit 35ddd10Copy full SHA for 35ddd10
1 file changed
DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/ChannelData.h
@@ -76,8 +76,8 @@ struct ChannelData {
76
void print() const;
77
void printLog() const;
78
[[nodiscard]] uint8_t getChannelID() const { return ChId; }
79
- [[nodiscard]] uint16_t getTime() const { return CFDTime; }
80
- [[nodiscard]] uint16_t getAmp() const { return QTCAmpl; }
+ [[nodiscard]] int16_t getTime() const { return CFDTime; }
+ [[nodiscard]] int16_t getAmp() const { return QTCAmpl; }
81
82
bool operator==(ChannelData const& other) const
83
{
0 commit comments