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 5611e5e commit 940c464Copy full SHA for 940c464
compile/include/JetReconstruction.h
@@ -5,6 +5,11 @@
5
6
#include <stddef.h>
7
8
+/*Special states in a history.*/
9
+#define JETRECONSTRUCTION_INVALID -3
10
+#define JETRECONSTRUCTION_NONEXISTENTPARENT -2
11
+#define JETRECONSTRUCTION_BEAMJET -1
12
+
13
/*
14
Enumeration representing different jet algorithms used in
15
the JetReconstruction module.
0 commit comments