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 cd4c4ca commit 5abc960Copy full SHA for 5abc960
compile/include/JetReconstruction.h
@@ -12,6 +12,9 @@
12
* reconstruction.
13
*/
14
15
+#ifndef JET_RECONSTRUCTION_JL_H_
16
+#define JET_RECONSTRUCTION_JL_H_
17
+
18
#include <stddef.h>
19
20
/*Special states in a history.*/
@@ -337,3 +340,5 @@ jetreconstruction_StatusCode jetreconstruction_exclusive_jets_njets(
337
340
jetreconstruction_StatusCode jetreconstruction_inclusive_jets(
338
341
const jetreconstruction_ClusterSequence *clustersequence, double ptmin,
339
342
jetreconstruction_JetsResult *result);
343
344
+#endif /* JET_RECONSTRUCTION_JL_H_ */
0 commit comments