From 4b18baaea27783616d3f82559a3131e87f920153 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Fri, 13 Aug 2021 12:38:41 +0200 Subject: [PATCH] [RecoPixelVertexing] Move public headers to interface directory --- .../PixelTriplets/{plugins => interface}/ThirdHitRZPrediction.h | 0 .../PixelTriplets/plugins/PixelTripletHLTGenerator.cc | 2 +- .../PixelTriplets/plugins/PixelTripletLargeTipGenerator.cc | 2 +- .../TkSeedGenerator/plugins/MultiHitGeneratorFromChi2.cc | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename RecoPixelVertexing/PixelTriplets/{plugins => interface}/ThirdHitRZPrediction.h (100%) diff --git a/RecoPixelVertexing/PixelTriplets/plugins/ThirdHitRZPrediction.h b/RecoPixelVertexing/PixelTriplets/interface/ThirdHitRZPrediction.h similarity index 100% rename from RecoPixelVertexing/PixelTriplets/plugins/ThirdHitRZPrediction.h rename to RecoPixelVertexing/PixelTriplets/interface/ThirdHitRZPrediction.h diff --git a/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletHLTGenerator.cc b/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletHLTGenerator.cc index 9a934bdb2fd4d..36b4bce0850ae 100644 --- a/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletHLTGenerator.cc +++ b/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletHLTGenerator.cc @@ -3,7 +3,7 @@ #include "FWCore/ParameterSet/interface/ParameterSetDescription.h" #include "ThirdHitPredictionFromInvParabola.h" -#include "ThirdHitRZPrediction.h" +#include "RecoPixelVertexing/PixelTriplets/interface/ThirdHitRZPrediction.h" #include "RecoTracker/TkMSParametrization/interface/PixelRecoUtilities.h" #include "FWCore/Framework/interface/ESHandle.h" diff --git a/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletLargeTipGenerator.cc b/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletLargeTipGenerator.cc index 2662b65e406c1..608dc5a7e3c7a 100644 --- a/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletLargeTipGenerator.cc +++ b/RecoPixelVertexing/PixelTriplets/plugins/PixelTripletLargeTipGenerator.cc @@ -3,7 +3,7 @@ #include "FWCore/ParameterSet/interface/ParameterSetDescription.h" #include "RecoPixelVertexing/PixelTriplets/interface/ThirdHitPredictionFromCircle.h" -#include "ThirdHitRZPrediction.h" +#include "RecoPixelVertexing/PixelTriplets/interface/ThirdHitRZPrediction.h" #include "RecoTracker/TkMSParametrization/interface/PixelRecoUtilities.h" #include "FWCore/Framework/interface/ESHandle.h" diff --git a/RecoTracker/TkSeedGenerator/plugins/MultiHitGeneratorFromChi2.cc b/RecoTracker/TkSeedGenerator/plugins/MultiHitGeneratorFromChi2.cc index 75bf3c03789af..1e05605869929 100644 --- a/RecoTracker/TkSeedGenerator/plugins/MultiHitGeneratorFromChi2.cc +++ b/RecoTracker/TkSeedGenerator/plugins/MultiHitGeneratorFromChi2.cc @@ -2,7 +2,7 @@ #include "FWCore/ParameterSet/interface/ParameterSetDescription.h" #include "RecoPixelVertexing/PixelTriplets/interface/ThirdHitPredictionFromCircle.h" -#include "RecoPixelVertexing/PixelTriplets/plugins/ThirdHitRZPrediction.h" +#include "RecoPixelVertexing/PixelTriplets/interface/ThirdHitRZPrediction.h" #include "FWCore/Framework/interface/ESHandle.h" #include "FWCore/Utilities/interface/ESInputTag.h"