File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
//
4
4
// Spread energy deposition from one strip to neighboring strips within sensor boundaries
5
5
6
+ #include < DD4hep/Alignments.h>
6
7
#include < DD4hep/DetElement.h>
7
- #include < DD4hep/Handle.h>
8
8
#include < DD4hep/Readout.h>
9
9
#include < DD4hep/Segmentations.h>
10
- #include < DD4hep/Volumes.h>
11
10
#include < Evaluator/DD4hepUnits.h>
12
11
#include < Math/GenVector/Cartesian3D.h>
13
12
#include < Math/GenVector/DisplacementVector3D.h>
14
- #include < TGeoManager.h>
15
13
#include < TGeoMatrix.h>
16
- #include < TGeoVolume.h>
17
14
#include < algorithms/geo.h>
18
15
#include < algorithms/service.h>
19
16
#include < edm4hep/Vector3d.h>
20
17
#include < edm4hep/Vector3f.h>
21
18
#include < fmt/core.h>
19
+ #include < algorithm>
22
20
#include < cmath>
23
21
#include < gsl/pointers>
24
22
#include < stdexcept>
Original file line number Diff line number Diff line change 7
7
8
8
#include < DD4hep/IDDescriptor.h>
9
9
#include < DD4hep/Objects.h>
10
+ #include < DD4hep/VolumeManager.h>
10
11
#include < DDRec/CellIDPositionConverter.h>
11
12
#include < DDSegmentation/BitFieldCoder.h>
12
13
#include < algorithms/algorithm.h>
Original file line number Diff line number Diff line change 12
12
#include < Evaluator/DD4hepUnits.h>
13
13
#include < Math/GenVector/Cartesian3D.h>
14
14
#include < Math/GenVector/DisplacementVector3D.h>
15
+ #include < edm4hep/Vector3d.h>
15
16
#include < edm4hep/Vector3f.h>
16
17
#include < edm4hep/utils/vector_utils.h>
17
18
#include < fmt/core.h>
You can’t perform that action at this time.
0 commit comments