Skip to content

Commit 3be1d3a

Browse files
committed
Merge pull request cms-sw#2123 from ktf/fix-pythia8-180-fastsim
Pythia8 migration -- Port FastSim to pythia8 180
2 parents 09c72af + f962a9e commit 3be1d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FastSimulation/ParticleDecay/interface/PythiaDecays.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// Needed for Pythia8
88
#include <HepMC/GenEvent.h>
99
#include <HepMC/GenParticle.h>
10-
#include <Pythia.h>
11-
#include <HepMCInterface.h>
10+
#include <Pythia8/Pythia.h>
11+
#include <Pythia8/Pythia8ToHepMC.h>
1212
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
1313
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
1414
#include "GeneratorInterface/ExternalDecays/interface/ExternalDecayDriver.h"

0 commit comments

Comments
 (0)