Skip to content
Snippets Groups Projects
Commit 8a7d9dda authored by Volker Friese's avatar Volker Friese Committed by Pierre-Alain Loizeau
Browse files

Changed ClassDef version to 2.

parent e878ebfe
No related branches found
No related tags found
1 merge request!1051Make CbmDigiData, CbmDigiEvent and CbmDigiTimeslice classes (previously...
Pipeline #20625 passed
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
** @brief Collection of digis from all detector systems ** @brief Collection of digis from all detector systems
** @author Volker Friese <v.friese@gsi.de> ** @author Volker Friese <v.friese@gsi.de>
** @since 7.12.2022 ** @since 7.12.2022
** @version 1.0 ** @version 2.0
**/ **/
class CbmDigiData { class CbmDigiData {
...@@ -54,7 +54,7 @@ public: ...@@ -54,7 +54,7 @@ public:
// --- ROOT serializer // --- ROOT serializer
#ifndef NO_ROOT #ifndef NO_ROOT
ClassDefNV(CbmDigiData, 1); ClassDefNV(CbmDigiData, 2);
#endif #endif
/** @brief Clear content **/ /** @brief Clear content **/
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
** @brief Collection of digis from all detector systems within one event ** @brief Collection of digis from all detector systems within one event
** @author Volker Friese <v.friese@gsi.de> ** @author Volker Friese <v.friese@gsi.de>
** @since 7.12.2022 ** @since 7.12.2022
** @version 1.0 ** @version 2.0
**/ **/
class CbmDigiEvent { class CbmDigiEvent {
...@@ -36,7 +36,7 @@ public: ...@@ -36,7 +36,7 @@ public:
// --- ROOT serializer // --- ROOT serializer
#ifndef NO_ROOT #ifndef NO_ROOT
ClassDefNV(CbmDigiEvent, 1); ClassDefNV(CbmDigiEvent, 2);
#endif #endif
/** @brief Clear content **/ /** @brief Clear content **/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment