Skip to content
Snippets Groups Projects
Commit 6bb65a50 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'dup_headers' into 'master'

egamma reco remove duplicate include of headers.

See merge request !38565
parents 33ac63a6 2bf8fa53
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ CREATED: Jul 2008 ...@@ -23,7 +23,6 @@ CREATED: Jul 2008
#include "xAODEgamma/ElectronFwd.h" #include "xAODEgamma/ElectronFwd.h"
#include "xAODTracking/TrackParticleFwd.h" #include "xAODTracking/TrackParticleFwd.h"
#include "TrkTrack/Track.h" #include "TrkTrack/Track.h"
#include "TrkParameters/TrackParameters.h"
#include <memory> #include <memory>
static const InterfaceID IID_egammaTrkRefitterTool("IegammaTrkRefitterTool", 1, 0); static const InterfaceID IID_egammaTrkRefitterTool("IegammaTrkRefitterTool", 1, 0);
......
...@@ -35,10 +35,7 @@ ...@@ -35,10 +35,7 @@
#include <TH1.h> #include <TH1.h>
#include <TH2.h> #include <TH2.h>
#include <TFormula.h> #include <TFormula.h>
#include "egammaLayerRecalibTool/corr_HV_EMBPS.h" #include "egammaLayerRecalibTool/corr_HV_EMBPS.h"
#include "xAODEgamma/Egamma.h"
#include "xAODCaloEvent/CaloCluster.h"
struct StdCalibrationInputs struct StdCalibrationInputs
......
...@@ -23,7 +23,6 @@ PACKAGE: offline/Reconstruction/egamma/egammaTools ...@@ -23,7 +23,6 @@ PACKAGE: offline/Reconstruction/egamma/egammaTools
#include "EventPrimitives/EventPrimitives.h" #include "EventPrimitives/EventPrimitives.h"
#include "FourMom/EigenP5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h" #include "FourMom/EigenP5Jacobiand0z0PhiThetaqOverP2d0z0PhiEtaP.h"
#include "GeoPrimitives/GeoPrimitives.h" #include "GeoPrimitives/GeoPrimitives.h"
#include "xAODEgamma/EgammaxAODHelpers.h"
// END OF HEADER FILES INCLUDE // END OF HEADER FILES INCLUDE
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "TrkEventPrimitives/LocalParameters.h" #include "TrkEventPrimitives/LocalParameters.h"
#include "TrkEventPrimitives/ParticleHypothesis.h" #include "TrkEventPrimitives/ParticleHypothesis.h"
#include "TrkMaterialOnTrack/MaterialEffectsBase.h" #include "TrkMaterialOnTrack/MaterialEffectsBase.h"
#include "TrkSurfaces/PerigeeSurface.h"
#include "TrkCaloCluster_OnTrack/CaloCluster_OnTrack.h" #include "TrkCaloCluster_OnTrack/CaloCluster_OnTrack.h"
#include "AtlasDetDescr/AtlasDetectorID.h" #include "AtlasDetDescr/AtlasDetectorID.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment