From 7f06037882c3367183554893920c654356f55ee4 Mon Sep 17 00:00:00 2001 From: Akrit Kumar Behera Date: Wed, 8 Oct 2025 15:21:27 +0200 Subject: [PATCH] Fixes for Clean up EventShapeVariables.h and Thrust.h and checkHeaders --- PhysicsTools/CandUtils/interface/EventShapeVariables.h | 1 - PhysicsTools/CandUtils/interface/Thrust.h | 1 - PhysicsTools/PatExamples/interface/BTagPerformance.h | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/PhysicsTools/CandUtils/interface/EventShapeVariables.h b/PhysicsTools/CandUtils/interface/EventShapeVariables.h index 7c8ce95105e42..4e679cc155929 100644 --- a/PhysicsTools/CandUtils/interface/EventShapeVariables.h +++ b/PhysicsTools/CandUtils/interface/EventShapeVariables.h @@ -20,7 +20,6 @@ Christian Veelken, UC Davis */ -#include "DataFormats/Math/interface/Vector3D.h" #include "DataFormats/Candidate/interface/Candidate.h" #include "DataFormats/Candidate/interface/CandidateFwd.h" diff --git a/PhysicsTools/CandUtils/interface/Thrust.h b/PhysicsTools/CandUtils/interface/Thrust.h index 04b255a136db1..bd6a37818d056 100644 --- a/PhysicsTools/CandUtils/interface/Thrust.h +++ b/PhysicsTools/CandUtils/interface/Thrust.h @@ -31,7 +31,6 @@ * * */ -#include "DataFormats/Math/interface/Vector3D.h" #include "DataFormats/Candidate/interface/Candidate.h" #include diff --git a/PhysicsTools/PatExamples/interface/BTagPerformance.h b/PhysicsTools/PatExamples/interface/BTagPerformance.h index 0ef5b85646e03..1a051474956d4 100644 --- a/PhysicsTools/PatExamples/interface/BTagPerformance.h +++ b/PhysicsTools/PatExamples/interface/BTagPerformance.h @@ -12,6 +12,7 @@ #include "TArrayD.h" #include "TGraph.h" #include +#include #include class BTagPerformance {