From a1e2e9ec1777cb72eed809e19f7307e64da08174 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 19 Feb 2022 13:35:59 -0600 Subject: [PATCH] Finally use correct header --- benchmarks/tracking_detectors/analysis/sim_track_hits.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/tracking_detectors/analysis/sim_track_hits.cxx b/benchmarks/tracking_detectors/analysis/sim_track_hits.cxx index 544dfc7f..7c70d1c0 100644 --- a/benchmarks/tracking_detectors/analysis/sim_track_hits.cxx +++ b/benchmarks/tracking_detectors/analysis/sim_track_hits.cxx @@ -4,7 +4,7 @@ #include "TLegend.h" #include "TProfile.h" #include "THStack.h" -#include "Math/GenVector/LorentzVector.h" +#include "Math/Vector4D.h" #include <cstdlib> #include <iostream> -- GitLab