Skip to content

Commit 940c464

Browse files
committed
add ClusterSequence constants
1 parent 5611e5e commit 940c464

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compile/include/JetReconstruction.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
#include <stddef.h>
77

8+
/*Special states in a history.*/
9+
#define JETRECONSTRUCTION_INVALID -3
10+
#define JETRECONSTRUCTION_NONEXISTENTPARENT -2
11+
#define JETRECONSTRUCTION_BEAMJET -1
12+
813
/*
914
Enumeration representing different jet algorithms used in
1015
the JetReconstruction module.

0 commit comments

Comments
 (0)