From 36aca379c6d567f2df874412a1ba092c37cb9e72 Mon Sep 17 00:00:00 2001 From: Maciej Slupecki Date: Wed, 20 Apr 2022 12:11:29 +0200 Subject: [PATCH] [FIT] Quick fix - increment FT0 and FDD Digit version --- DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h | 2 +- DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h index b37a060202351..b180ea823aa1c 100644 --- a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h +++ b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h @@ -83,7 +83,7 @@ struct Digit { LOG(info) << "Ref first: " << ref.getFirstEntry() << "| Ref entries: " << ref.getEntries(); mTriggers.printLog(); } - ClassDefNV(Digit, 3); + ClassDefNV(Digit, 4); }; //For TCM extended mode (calibration mode), TCMdataExtended digit struct TriggersExt { diff --git a/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h b/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h index 6f961d59f3ebc..2b7758eeac1f5 100644 --- a/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h +++ b/DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h @@ -98,7 +98,7 @@ struct Digit { return std::tie(ref, mTriggers, mIntRecord) == std::tie(other.ref, other.mTriggers, other.mIntRecord); } void printLog() const; - ClassDefNV(Digit, 6); + ClassDefNV(Digit, 7); }; //For TCM extended mode (calibration mode), TCMdataExtended digit