#include <memory>
#include <vector>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <Pythia8/Pythia.h>
#include "Pythia8Plugins/HepMC2.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenRunInfoProduct.h"
#include "GeneratorInterface/ExternalDecays/interface/ExternalDecayDriver.h"
Go to the source code of this file.
Classes | |
class | PythiaDecays |
Namespaces | |
CLHEP | |
gen | |
Typedefs | |
typedef DaughterParticleList::const_iterator | DaughterParticleIterator |
typedef std::vector< RawParticle > | DaughterParticleList |
typedef DaughterParticleList::const_iterator DaughterParticleIterator |
Definition at line 29 of file PythiaDecays.h.
typedef std::vector<RawParticle> DaughterParticleList |
Definition at line 28 of file PythiaDecays.h.