From b18a05d3590c3e9ac88de3ff766c90da5f401140 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 7 Apr 2022 14:16:30 -0500 Subject: [PATCH] Remove R__LOAD_LIBRARY(libDD4pod.so) --- benchmarks/far_forward/analysis/analysis_zdc_neutrons.cxx | 1 - benchmarks/far_forward/analysis/analysis_zdc_photons.cxx | 1 - benchmarks/far_forward/analysis/hits_far_forward_protons.cxx | 1 - benchmarks/far_forward/analysis/print_far_forward_protons.cxx | 1 - benchmarks/far_forward/analysis/rec_far_forward_protons.cxx | 1 - benchmarks/track_finding/scripts/rec_multiple_tracks.cxx | 1 - benchmarks/track_fitting/scripts/rec_multiple_tracks.cxx | 1 - benchmarks/track_fitting/scripts/rec_single_tracks.cxx | 1 - benchmarks/tracking/scripts/hits_central_electrons.cxx | 1 - benchmarks/tracking/scripts/hits_central_pions.cxx | 1 - benchmarks/tracking/scripts/rec_central_electrons.cxx | 1 - benchmarks/tracking/scripts/rec_central_pions.cxx | 1 - benchmarks/tracking/scripts/rec_multiple_tracks.cxx | 1 - 13 files changed, 13 deletions(-) diff --git a/benchmarks/far_forward/analysis/analysis_zdc_neutrons.cxx b/benchmarks/far_forward/analysis/analysis_zdc_neutrons.cxx index 5ac4ecaa..810c4431 100644 --- a/benchmarks/far_forward/analysis/analysis_zdc_neutrons.cxx +++ b/benchmarks/far_forward/analysis/analysis_zdc_neutrons.cxx @@ -22,7 +22,6 @@ #include "TVector3.h" R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "fmt/core.h" #include "DD4hep/Detector.h" #include "DDG4/Geant4Data.h" diff --git a/benchmarks/far_forward/analysis/analysis_zdc_photons.cxx b/benchmarks/far_forward/analysis/analysis_zdc_photons.cxx index 4f2ae18e..b86527de 100644 --- a/benchmarks/far_forward/analysis/analysis_zdc_photons.cxx +++ b/benchmarks/far_forward/analysis/analysis_zdc_photons.cxx @@ -22,7 +22,6 @@ #include "TVector3.h" R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "fmt/core.h" #include "DD4hep/Detector.h" #include "DDG4/Geant4Data.h" diff --git a/benchmarks/far_forward/analysis/hits_far_forward_protons.cxx b/benchmarks/far_forward/analysis/hits_far_forward_protons.cxx index 639096d5..f1f1f58f 100644 --- a/benchmarks/far_forward/analysis/hits_far_forward_protons.cxx +++ b/benchmarks/far_forward/analysis/hits_far_forward_protons.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/SimTrackerHitCollection.h" #include "edm4hep/SimTrackerHitData.h" #include "edm4hep/MCParticleCollection.h" diff --git a/benchmarks/far_forward/analysis/print_far_forward_protons.cxx b/benchmarks/far_forward/analysis/print_far_forward_protons.cxx index 56ad3359..1f5b2484 100644 --- a/benchmarks/far_forward/analysis/print_far_forward_protons.cxx +++ b/benchmarks/far_forward/analysis/print_far_forward_protons.cxx @@ -7,7 +7,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" diff --git a/benchmarks/far_forward/analysis/rec_far_forward_protons.cxx b/benchmarks/far_forward/analysis/rec_far_forward_protons.cxx index 98a302fb..50f5da71 100644 --- a/benchmarks/far_forward/analysis/rec_far_forward_protons.cxx +++ b/benchmarks/far_forward/analysis/rec_far_forward_protons.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" diff --git a/benchmarks/track_finding/scripts/rec_multiple_tracks.cxx b/benchmarks/track_finding/scripts/rec_multiple_tracks.cxx index 46600f1d..2e3795c4 100644 --- a/benchmarks/track_finding/scripts/rec_multiple_tracks.cxx +++ b/benchmarks/track_finding/scripts/rec_multiple_tracks.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libJugBase.so) R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" diff --git a/benchmarks/track_fitting/scripts/rec_multiple_tracks.cxx b/benchmarks/track_fitting/scripts/rec_multiple_tracks.cxx index ed1a5cdf..f4043eba 100644 --- a/benchmarks/track_fitting/scripts/rec_multiple_tracks.cxx +++ b/benchmarks/track_fitting/scripts/rec_multiple_tracks.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" diff --git a/benchmarks/track_fitting/scripts/rec_single_tracks.cxx b/benchmarks/track_fitting/scripts/rec_single_tracks.cxx index df53981b..5d2852aa 100644 --- a/benchmarks/track_fitting/scripts/rec_single_tracks.cxx +++ b/benchmarks/track_fitting/scripts/rec_single_tracks.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" diff --git a/benchmarks/tracking/scripts/hits_central_electrons.cxx b/benchmarks/tracking/scripts/hits_central_electrons.cxx index cd89209e..4e8f29ee 100644 --- a/benchmarks/tracking/scripts/hits_central_electrons.cxx +++ b/benchmarks/tracking/scripts/hits_central_electrons.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/SimTrackerHitCollection.h" #include "edm4hep/SimTrackerHitData.h" #include "edm4hep/MCParticleCollection.h" diff --git a/benchmarks/tracking/scripts/hits_central_pions.cxx b/benchmarks/tracking/scripts/hits_central_pions.cxx index 00c2afce..866d1fe9 100644 --- a/benchmarks/tracking/scripts/hits_central_pions.cxx +++ b/benchmarks/tracking/scripts/hits_central_pions.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/SimTrackerHitCollection.h" #include "edm4hep/SimTrackerHitData.h" #include "edm4hep/MCParticleCollection.h" diff --git a/benchmarks/tracking/scripts/rec_central_electrons.cxx b/benchmarks/tracking/scripts/rec_central_electrons.cxx index df64ea46..a4bd4b2c 100644 --- a/benchmarks/tracking/scripts/rec_central_electrons.cxx +++ b/benchmarks/tracking/scripts/rec_central_electrons.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" diff --git a/benchmarks/tracking/scripts/rec_central_pions.cxx b/benchmarks/tracking/scripts/rec_central_pions.cxx index 708eebc9..f98a027e 100644 --- a/benchmarks/tracking/scripts/rec_central_pions.cxx +++ b/benchmarks/tracking/scripts/rec_central_pions.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" diff --git a/benchmarks/tracking/scripts/rec_multiple_tracks.cxx b/benchmarks/tracking/scripts/rec_multiple_tracks.cxx index ed1a5cdf..f4043eba 100644 --- a/benchmarks/tracking/scripts/rec_multiple_tracks.cxx +++ b/benchmarks/tracking/scripts/rec_multiple_tracks.cxx @@ -9,7 +9,6 @@ #include <iostream> R__LOAD_LIBRARY(libeicd.so) -R__LOAD_LIBRARY(libDD4pod.so) #include "edm4hep/MCParticleCollection.h" #include "eicd/TrackParametersCollection.h" #include "eicd/ClusterCollection.h" -- GitLab