Skip to content

Commit 6c7ad8a

Browse files
feat: add Truthiness algorithm for event quality assessment (fix: iwyu) (#2164)
This PR applies the include-what-you-use fixes as suggested by https://github.com/eic/EICrecon/actions/runs/18894504119. Please merge this PR into the branch `truthiness` to resolve failures in PR #2163. 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 9309a47 commit 6c7ad8a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/algorithms/reco/Truthiness.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
#include <edm4eic/MCRecoParticleAssociationCollection.h>
77
#include <edm4eic/ReconstructedParticleCollection.h>
88
#include <edm4hep/MCParticleCollection.h>
9+
#include <edm4hep/Vector3d.h>
10+
#include <edm4hep/Vector3f.h>
911
#include <edm4hep/utils/vector_utils.h>
12+
#include <fmt/core.h>
1013
#include <cmath>
11-
#include <map>
1214
#include <set>
1315

1416
namespace eicrecon {

src/algorithms/reco/Truthiness.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
#pragma once
55

66
#include <algorithms/algorithm.h>
7-
#include <edm4eic/MCRecoParticleAssociation.h>
8-
#include <edm4eic/ReconstructedParticle.h>
9-
#include <edm4hep/MCParticle.h>
10-
#include <edm4hep/utils/vector_utils.h>
7+
#include <edm4eic/MCRecoParticleAssociationCollection.h>
8+
#include <edm4eic/ReconstructedParticleCollection.h>
9+
#include <edm4hep/MCParticleCollection.h>
1110
#include <string>
1211
#include <string_view>
1312

0 commit comments

Comments
 (0)