Skip to content
Snippets Groups Projects

Assume Pythia83 for the master

Merged Andrii Verbytskyi requested to merge averbyts/athena:drop_old_pythia82 into master
All threads resolved!
5 files
+ 1
57
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -15,13 +15,7 @@
//#include "Pythia8/../Pythia8Plugins/HepMC2.h"
#ifdef HEPMC3
#ifdef PYTHIA_VERSION_INTEGER
#if PYTHIA_VERSION_INTEGER > 8299
#include "Pythia8Plugins/HepMC3.h"
#else
#include "Pythia8ToHepMC3.h"
#endif
#endif
#include "Pythia8Plugins/HepMC3.h"
namespace HepMC {
typedef HepMC3::Pythia8ToHepMC3 Pythia8ToHepMC;
}
Loading