diff --git a/compile/include/JetReconstruction.h b/compile/include/JetReconstruction.h index c9c79c7..f21703e 100644 --- a/compile/include/JetReconstruction.h +++ b/compile/include/JetReconstruction.h @@ -5,6 +5,11 @@ #include +/*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.