1 #ifndef FASTSIM_DECAYER_H 2 #define FASTSIM_DECAYER_H 22 class HepRandomEngine;
52 void decay(
const Particle & particle, std::vector<std::unique_ptr<Particle> > & secondaries, CLHEP::HepRandomEngine & engine)
const;
std::unique_ptr< gen::P8RndmEngine > pythiaRandomEngine_
Instance of pythia Random Engine.
Implementation of non-stable particle decays.
std::unique_ptr< Pythia8::Pythia > pythia_
Instance of pythia.