From ad0683c7d20c9573560350e736610c05bbae7357 Mon Sep 17 00:00:00 2001 From: Pascal Raisig <praisig@ikf.uni-frankfurt.de> Date: Tue, 23 Jun 2020 11:11:36 +0200 Subject: [PATCH] Increase classDef value of CbmTrdDigi.h for completeness --- core/data/trd/CbmTrdDigi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/data/trd/CbmTrdDigi.h b/core/data/trd/CbmTrdDigi.h index 6b6a49e75a..fde3016466 100644 --- a/core/data/trd/CbmTrdDigi.h +++ b/core/data/trd/CbmTrdDigi.h @@ -203,7 +203,7 @@ private: static const Int_t fgkTrgOffset = 29; static const Int_t fgkTypOffset = 31; - ClassDefNV(CbmTrdDigi, 2); // Production ready TRD digit + ClassDefNV(CbmTrdDigi, 3); // Production ready TRD digit }; #endif -- GitLab