Skip to content

Commit

Permalink
fix: iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Sep 20, 2024
1 parent 9ff6a88 commit 83b33a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
27 changes: 1 addition & 26 deletions src/algorithms/calorimetry/CalorimeterHitToTrackerHit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,9 @@

#include "algorithms/calorimetry/CalorimeterHitToTrackerHit.h"

#include <DD4hep/Alignments.h>
#include <DD4hep/IDDescriptor.h>
#include <DD4hep/Objects.h>
#include <DD4hep/Readout.h>
#include <DD4hep/Segmentations.h>
#include <DD4hep/Shapes.h>
#include <DD4hep/VolumeManager.h>
#include <DD4hep/Volumes.h>
#include <DD4hep/config.h>
#include <DDSegmentation/BitFieldCoder.h>
#include <Evaluator/DD4hepUnits.h>
#include <Math/GenVector/Cartesian3D.h>
#include <Math/GenVector/DisplacementVector3D.h>
#include <algorithms/service.h>
#include <edm4eic/EDM4eicVersion.h>
#include <fmt/core.h>
#include <fmt/format.h>
#include <algorithm>
#include <cctype>
#include <edm4eic/CovDiag3f.h>
#include <gsl/pointers>
#include <map>
#include <ostream>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>

#include "services/evaluator/EvaluatorSvc.h"

using namespace dd4hep;

Expand Down
7 changes: 1 addition & 6 deletions src/algorithms/calorimetry/CalorimeterHitToTrackerHit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@

#pragma once

#include <DD4hep/DetElement.h>
#include <DD4hep/Detector.h>
#include <DD4hep/IDDescriptor.h>
#include <DDRec/CellIDPositionConverter.h>
#include <Parsers/Primitives.h>
#include <DD4hep/VolumeManager.h>
#include <algorithms/algorithm.h>
#include <algorithms/geo.h>
#include <edm4eic/CalorimeterHitCollection.h>
#include <edm4eic/TrackerHitCollection.h>
#include <stddef.h>
#include <stdint.h>
#include <gsl/pointers>
#include <string>
#include <string_view>
Expand Down
6 changes: 4 additions & 2 deletions src/detectors/BEMC/BEMC.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
#include <edm4eic/EDM4eicVersion.h>
#include <Evaluator/DD4hepUnits.h>
#include <JANA/JApplication.h>
#include <edm4eic/CalorimeterHit.h>
#include <math.h>
#include <string>
#include <map>
#include <vector>

#include "algorithms/calorimetry/CalorimeterHitDigiConfig.h"
#include "algorithms/meta/SubDivideFunctors.h"
#include "extensions/jana/JOmniFactoryGeneratorT.h"
#include "factories/calorimetry/CalorimeterClusterRecoCoG_factory.h"
#include "factories/calorimetry/CalorimeterHitDigi_factory.h"
Expand All @@ -21,7 +24,6 @@
#include "factories/calorimetry/ImagingTopoCluster_factory.h"
#include "factories/calorimetry/TruthEnergyPositionClusterMerger_factory.h"
#include "factories/meta/SubDivideCollection_factory.h"
#include "algorithms/meta/SubDivideFunctors.h"


extern "C" {
Expand Down

0 comments on commit 83b33a2

Please sign in to comment.