Skip to content

Commit 2585219

Browse files
MPGDTrackerDigi: Multi-SensitiveVolume solution for the 2D-strip read… (fix: iwyu) (#2204)
This PR applies the include-what-you-use fixes as suggested by https://github.com/eic/EICrecon/actions/runs/19710271095. Please merge this PR into the branch `MultiSensitiveMPGD` to resolve failures in PR #2177. Auto-generated by [create-pull-request][1] [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 495f44b commit 2585219

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/detectors/MPGD/MPGD.cc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
//
44
//
55

6+
#include <DD4hep/Detector.h>
67
#include <Evaluator/DD4hepUnits.h>
78
#include <JANA/JApplication.h>
89
#include <JANA/JApplicationFwd.h>
910
#include <JANA/JException.h>
1011
#include <JANA/Utils/JTypeInfo.h>
12+
#include <fmt/core.h>
13+
#include <fmt/format.h>
14+
#include <spdlog/logger.h>
15+
#include <gsl/pointers>
16+
#include <memory>
1117
#include <stdexcept>
1218
#include <string>
1319
#include <vector>
@@ -16,6 +22,7 @@
1622
#include "factories/digi/MPGDTrackerDigi_factory.h"
1723
#include "factories/digi/SiliconTrackerDigi_factory.h"
1824
#include "factories/tracking/TrackerHitReconstruction_factory.h"
25+
#include "services/geometry/dd4hep/DD4hep_service.h"
1926
#include "services/log/Log_service.h"
2027

2128
// 2D-STRIP DIGITIZATION

0 commit comments

Comments
 (0)