From 288f2ec376536cf90ba110884e2ef278765b95c6 Mon Sep 17 00:00:00 2001 From: Javier Galan Date: Tue, 9 Feb 2021 23:44:16 +0100 Subject: [PATCH] Adding LibraryVersion to metadata classes --- src/TRestTrackAnalysisProcess.cxx | 1 + src/TRestTrackBlobAnalysisProcess.cxx | 1 + src/TRestTrackDetachIsolatedNodesProcess.cxx | 1 + src/TRestTrackPathMinimizationProcess.cxx | 1 + src/TRestTrackPointLikeAnalysisProcess.cxx | 1 + src/TRestTrackReconnectionProcess.cxx | 1 + src/TRestTrackReductionProcess.cxx | 1 + 7 files changed, 7 insertions(+) diff --git a/src/TRestTrackAnalysisProcess.cxx b/src/TRestTrackAnalysisProcess.cxx index 26fb840..7643f23 100644 --- a/src/TRestTrackAnalysisProcess.cxx +++ b/src/TRestTrackAnalysisProcess.cxx @@ -176,6 +176,7 @@ void TRestTrackAnalysisProcess::LoadDefaultConfig() { SetTitle("Default config") //______________________________________________________________________________ void TRestTrackAnalysisProcess::Initialize() { SetSectionName(this->ClassName()); + SetLibraryVersion(LIBRARY_VERSION); fInputTrackEvent = NULL; fOutputTrackEvent = new TRestTrackEvent(); diff --git a/src/TRestTrackBlobAnalysisProcess.cxx b/src/TRestTrackBlobAnalysisProcess.cxx index 9377d31..30e9a98 100644 --- a/src/TRestTrackBlobAnalysisProcess.cxx +++ b/src/TRestTrackBlobAnalysisProcess.cxx @@ -35,6 +35,7 @@ void TRestTrackBlobAnalysisProcess::LoadDefaultConfig() { SetTitle("Default conf //______________________________________________________________________________ void TRestTrackBlobAnalysisProcess::Initialize() { SetSectionName(this->ClassName()); + SetLibraryVersion(LIBRARY_VERSION); fInputTrackEvent = NULL; fOutputTrackEvent = new TRestTrackEvent(); diff --git a/src/TRestTrackDetachIsolatedNodesProcess.cxx b/src/TRestTrackDetachIsolatedNodesProcess.cxx index 22cea01..8b1f76b 100644 --- a/src/TRestTrackDetachIsolatedNodesProcess.cxx +++ b/src/TRestTrackDetachIsolatedNodesProcess.cxx @@ -38,6 +38,7 @@ void TRestTrackDetachIsolatedNodesProcess::LoadDefaultConfig() { //______________________________________________________________________________ void TRestTrackDetachIsolatedNodesProcess::Initialize() { SetSectionName(this->ClassName()); + SetLibraryVersion(LIBRARY_VERSION); fInputTrackEvent = NULL; fOutputTrackEvent = new TRestTrackEvent(); diff --git a/src/TRestTrackPathMinimizationProcess.cxx b/src/TRestTrackPathMinimizationProcess.cxx index af90e40..8aad31a 100644 --- a/src/TRestTrackPathMinimizationProcess.cxx +++ b/src/TRestTrackPathMinimizationProcess.cxx @@ -38,6 +38,7 @@ void TRestTrackPathMinimizationProcess::LoadDefaultConfig() { //______________________________________________________________________________ void TRestTrackPathMinimizationProcess::Initialize() { SetSectionName(this->ClassName()); + SetLibraryVersion(LIBRARY_VERSION); fInputTrackEvent = NULL; fOutputTrackEvent = new TRestTrackEvent(); diff --git a/src/TRestTrackPointLikeAnalysisProcess.cxx b/src/TRestTrackPointLikeAnalysisProcess.cxx index 5499c2d..6e621bd 100644 --- a/src/TRestTrackPointLikeAnalysisProcess.cxx +++ b/src/TRestTrackPointLikeAnalysisProcess.cxx @@ -30,6 +30,7 @@ void TRestTrackPointLikeAnalysisProcess::LoadDefaultConfig() { SetTitle("Default //______________________________________________________________________________ void TRestTrackPointLikeAnalysisProcess::Initialize() { SetSectionName(this->ClassName()); + SetLibraryVersion(LIBRARY_VERSION); fTrackEvent = NULL; } diff --git a/src/TRestTrackReconnectionProcess.cxx b/src/TRestTrackReconnectionProcess.cxx index 537840b..14cf30b 100644 --- a/src/TRestTrackReconnectionProcess.cxx +++ b/src/TRestTrackReconnectionProcess.cxx @@ -37,6 +37,7 @@ void TRestTrackReconnectionProcess::LoadDefaultConfig() { //______________________________________________________________________________ void TRestTrackReconnectionProcess::Initialize() { SetSectionName(this->ClassName()); + SetLibraryVersion(LIBRARY_VERSION); fInputTrackEvent = NULL; fOutputTrackEvent = new TRestTrackEvent(); diff --git a/src/TRestTrackReductionProcess.cxx b/src/TRestTrackReductionProcess.cxx index e53c184..2ae3947 100644 --- a/src/TRestTrackReductionProcess.cxx +++ b/src/TRestTrackReductionProcess.cxx @@ -40,6 +40,7 @@ void TRestTrackReductionProcess::LoadDefaultConfig() { //______________________________________________________________________________ void TRestTrackReductionProcess::Initialize() { SetSectionName(this->ClassName()); + SetLibraryVersion(LIBRARY_VERSION); fInputTrackEvent = NULL; fOutputTrackEvent = new TRestTrackEvent();