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 38b4032 commit ba3b228Copy full SHA for ba3b228
MC/config/PWGLF/pythia8/generator_pythia8_LF_rapidity.C
@@ -25,6 +25,10 @@
25
#include "Generators/GeneratorPythia8Param.h"
26
#include "Generators/DecayerPythia8Param.h"
27
#endif
28
+#if defined(__CLING__) && !defined(__ROOTCLING__)
29
+#include "SimulationDataFormat/MCGenStatus.h"
30
+#include "SimulationDataFormat/MCUtils.h"
31
+#endif
32
#include "Generators/GeneratorPythia8.h"
33
#include <nlohmann/json.hpp>
34
#include "generator_pythia8_longlived.C"
0 commit comments