Skip to content

Commit d74a594

Browse files
mfasDasawenzel
authored andcommitted
[EMCAL-502] Increment ClassDef version of the Digit
Due to the change from Energy to Amplitude the new digit class is no longer compatible with the old layout. Therefore the ClassDef needs to be increased.
1 parent a8a5b62 commit d74a594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class Digit : public DigitBase
8989
Short_t mTower = -1; ///< Tower index (absolute cell ID)
9090
ChannelType_t mChannelType = ChannelType_t::HIGH_GAIN; ///< Channel type (high gain, low gain, TRU, LEDMON)
9191

92-
ClassDefNV(Digit, 1);
92+
ClassDefNV(Digit, 2);
9393
};
9494

9595
std::ostream& operator<<(std::ostream& stream, const Digit& dig);

0 commit comments

Comments
 (0)