We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22dbf2 commit 0a338abCopy full SHA for 0a338ab
src/services/io/podio/JEventProcessorPODIO.cc
@@ -199,6 +199,11 @@ JEventProcessorPODIO::JEventProcessorPODIO() {
199
"MCNonScatteredElectronAssociations", // Remove if/when used internally
200
"ReconstructedBreitFrameParticles",
201
202
+ // Truthiness (reconstructed <-> truth comparisons)
203
+#if __has_include(<edm4eic/Truthiness.h>)
204
+ "Truthiness",
205
+#endif
206
+
207
// Central tracking
208
"CentralTrackSegments",
209
"CentralTrackVertices",
0 commit comments