File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323#include <fstream>
2424#include "Generators/GeneratorPythia8Param.h"
2525#include "Generators/DecayerPythia8Param.h"
26- #include <nlohmann/json.hpp>
2726#endif
27+ #include <nlohmann/json.hpp>
2828#include "generator_pythia8_longlived.C"
2929
3030using namespace Pythia8 ;
@@ -445,8 +445,8 @@ class GeneratorPythia8LF : public o2::eventgen::GeneratorPythia8
445445
446446 std ::vector < ConfigContainer > mGunConfigs ; // List of gun configurations to use
447447 std ::vector < ConfigContainer > mGunConfigsGenDecayed ; // List of gun configurations to use that will be decayed by the generator
448- Pythia pythiaObjectSignal ; // Signal collision generator
449- Pythia pythiaObjectMinimumBias ; // Minimum bias collision generator
448+ Pythia8 :: Pythia pythiaObjectSignal ; // Signal collision generator
449+ Pythia8 :: Pythia pythiaObjectMinimumBias ; // Minimum bias collision generator
450450};
451451
452452///___________________________________________________________
You can’t perform that action at this time.
0 commit comments