Skip to content

Commit

Permalink
Adding LibraryVersion to metadata classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Feb 9, 2021
1 parent 5efc063 commit 288f2ec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/TRestTrackAnalysisProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void TRestTrackAnalysisProcess::LoadDefaultConfig() { SetTitle("Default config")
//______________________________________________________________________________
void TRestTrackAnalysisProcess::Initialize() {
SetSectionName(this->ClassName());
SetLibraryVersion(LIBRARY_VERSION);

fInputTrackEvent = NULL;
fOutputTrackEvent = new TRestTrackEvent();
Expand Down
1 change: 1 addition & 0 deletions src/TRestTrackBlobAnalysisProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void TRestTrackBlobAnalysisProcess::LoadDefaultConfig() { SetTitle("Default conf
//______________________________________________________________________________
void TRestTrackBlobAnalysisProcess::Initialize() {
SetSectionName(this->ClassName());
SetLibraryVersion(LIBRARY_VERSION);

fInputTrackEvent = NULL;
fOutputTrackEvent = new TRestTrackEvent();
Expand Down
1 change: 1 addition & 0 deletions src/TRestTrackDetachIsolatedNodesProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ void TRestTrackDetachIsolatedNodesProcess::LoadDefaultConfig() {
//______________________________________________________________________________
void TRestTrackDetachIsolatedNodesProcess::Initialize() {
SetSectionName(this->ClassName());
SetLibraryVersion(LIBRARY_VERSION);

fInputTrackEvent = NULL;
fOutputTrackEvent = new TRestTrackEvent();
Expand Down
1 change: 1 addition & 0 deletions src/TRestTrackPathMinimizationProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ void TRestTrackPathMinimizationProcess::LoadDefaultConfig() {
//______________________________________________________________________________
void TRestTrackPathMinimizationProcess::Initialize() {
SetSectionName(this->ClassName());
SetLibraryVersion(LIBRARY_VERSION);

fInputTrackEvent = NULL;
fOutputTrackEvent = new TRestTrackEvent();
Expand Down
1 change: 1 addition & 0 deletions src/TRestTrackPointLikeAnalysisProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ void TRestTrackPointLikeAnalysisProcess::LoadDefaultConfig() { SetTitle("Default
//______________________________________________________________________________
void TRestTrackPointLikeAnalysisProcess::Initialize() {
SetSectionName(this->ClassName());
SetLibraryVersion(LIBRARY_VERSION);

fTrackEvent = NULL;
}
Expand Down
1 change: 1 addition & 0 deletions src/TRestTrackReconnectionProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ void TRestTrackReconnectionProcess::LoadDefaultConfig() {
//______________________________________________________________________________
void TRestTrackReconnectionProcess::Initialize() {
SetSectionName(this->ClassName());
SetLibraryVersion(LIBRARY_VERSION);

fInputTrackEvent = NULL;
fOutputTrackEvent = new TRestTrackEvent();
Expand Down
1 change: 1 addition & 0 deletions src/TRestTrackReductionProcess.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void TRestTrackReductionProcess::LoadDefaultConfig() {
//______________________________________________________________________________
void TRestTrackReductionProcess::Initialize() {
SetSectionName(this->ClassName());
SetLibraryVersion(LIBRARY_VERSION);

fInputTrackEvent = NULL;
fOutputTrackEvent = new TRestTrackEvent();
Expand Down

0 comments on commit 288f2ec

Please sign in to comment.