Skip to content

Commit 0a338ab

Browse files
committed
Include Truthiness in output
1 parent f22dbf2 commit 0a338ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/services/io/podio/JEventProcessorPODIO.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@ JEventProcessorPODIO::JEventProcessorPODIO() {
199199
"MCNonScatteredElectronAssociations", // Remove if/when used internally
200200
"ReconstructedBreitFrameParticles",
201201

202+
// Truthiness (reconstructed <-> truth comparisons)
203+
#if __has_include(<edm4eic/Truthiness.h>)
204+
"Truthiness",
205+
#endif
206+
202207
// Central tracking
203208
"CentralTrackSegments",
204209
"CentralTrackVertices",

0 commit comments

Comments
 (0)