Skip to content

Commit d77347d

Browse files
committed
fix: iwyu
1 parent a49f118 commit d77347d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/algorithms/digi/LGADChargeSharing.cc

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,20 @@
33
//
44
// Spread energy deposition from one strip to neighboring strips within sensor boundaries
55

6+
#include <DD4hep/Alignments.h>
67
#include <DD4hep/DetElement.h>
7-
#include <DD4hep/Handle.h>
88
#include <DD4hep/Readout.h>
99
#include <DD4hep/Segmentations.h>
10-
#include <DD4hep/Volumes.h>
1110
#include <Evaluator/DD4hepUnits.h>
1211
#include <Math/GenVector/Cartesian3D.h>
1312
#include <Math/GenVector/DisplacementVector3D.h>
14-
#include <TGeoManager.h>
1513
#include <TGeoMatrix.h>
16-
#include <TGeoVolume.h>
1714
#include <algorithms/geo.h>
1815
#include <algorithms/service.h>
1916
#include <edm4hep/Vector3d.h>
2017
#include <edm4hep/Vector3f.h>
2118
#include <fmt/core.h>
19+
#include <algorithm>
2220
#include <cmath>
2321
#include <gsl/pointers>
2422
#include <stdexcept>

src/algorithms/digi/LGADChargeSharing.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <DD4hep/IDDescriptor.h>
99
#include <DD4hep/Objects.h>
10+
#include <DD4hep/VolumeManager.h>
1011
#include <DDRec/CellIDPositionConverter.h>
1112
#include <DDSegmentation/BitFieldCoder.h>
1213
#include <algorithms/algorithm.h>

src/algorithms/fardetectors/MatrixTransferStatic.cc

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <Evaluator/DD4hepUnits.h>
1313
#include <Math/GenVector/Cartesian3D.h>
1414
#include <Math/GenVector/DisplacementVector3D.h>
15+
#include <edm4hep/Vector3d.h>
1516
#include <edm4hep/Vector3f.h>
1617
#include <edm4hep/utils/vector_utils.h>
1718
#include <fmt/core.h>

0 commit comments

Comments
 (0)