Skip to content

Commit

Permalink
add ClusterSequence constants
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Nov 11, 2024
1 parent 5611e5e commit 940c464
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compile/include/JetReconstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

#include <stddef.h>

/*Special states in a history.*/
#define JETRECONSTRUCTION_INVALID -3
#define JETRECONSTRUCTION_NONEXISTENTPARENT -2
#define JETRECONSTRUCTION_BEAMJET -1

/*
Enumeration representing different jet algorithms used in
the JetReconstruction module.
Expand Down

0 comments on commit 940c464

Please sign in to comment.