#include <vector>
#include <HepMC/GenEvent.h>
#include <HepMC/GenParticle.h>
#include <Pythia.h>
#include <HepMCInterface.h>
#include "FWCore/Utilities/interface/RandomNumberGenerator.h"
#include "GeneratorInterface/Core/interface/RNDMEngineAccess.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 | |
namespace | gen |
Typedefs | |
typedef DaughterParticleList::const_iterator | DaughterParticleIterator |
typedef std::vector< RawParticle > | DaughterParticleList |
typedef DaughterParticleList::const_iterator DaughterParticleIterator |
Definition at line 22 of file PythiaDecays.h.
typedef std::vector<RawParticle> DaughterParticleList |
Definition at line 19 of file PythiaDecays.h.