Skip to content

Commit 9b0638c

Browse files
Adopt onnx workflow over TMVA injecting low-q2 reconstructed particles later (fix: iwyu) (#2019)
This PR applies the include-what-you-use fixes as suggested by https://github.com/eic/EICrecon/actions/runs/17067207522. Please merge this PR into the branch `Swap-Low-Q2-reconstruction-from-TMVA-to-onnx` to resolve failures in PR #2018. 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 f542c97 commit 9b0638c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/global/pid_lut/pid_lut.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
// SPDX-License-Identifier: LGPL-3.0-or-later
22
// Copyright (C) 2022-2025 Christopher Dilks, Simon Gardner
33

4-
#include <Evaluator/DD4hepUnits.h>
54
#include <JANA/JApplicationFwd.h>
65
#include <JANA/Utils/JTypeInfo.h>
76
#include <cmath>
87
#include <string>
98
#include <vector>
109

1110
#include "algorithms/pid_lut/PIDLookupConfig.h"
12-
#include "algorithms/pid_lut/PhaseSpacePIDConfig.h"
1311
#include "extensions/jana/JOmniFactoryGeneratorT.h"
1412
// factories
1513
#include "factories/pid_lut/PIDLookup_factory.h"
16-
#include "factories/pid_lut/PhaseSpacePID_factory.h"
1714

1815
extern "C" {
1916
void InitPlugin(JApplication* app) {

0 commit comments

Comments
 (0)