#include <Shower.h>
Public Member Functions | |
void | shower (Event &, BeamParticle &, BeamParticle &, bool=false) |
Driver routine to handle a succession of showers. | |
void | shower (Event &) |
Driver routine to handle a succession of showers. | |
Static Public Attributes | |
static long | ISR |
Constant (possibly to be changed externally). | |
static long | FSR |
Constant (possibly to be changed externally). | |
static long | FSRONISR |
Constant (possibly to be changed externally). | |
static TimeShower * | theTimeShower |
Pointer to the object doing the actual work for time-like showers. | |
static SpaceShower * | theSpaceShower |
Pointer to the object doing the actual work for space-like showers. |
(Currently only latter implemented.) Used by the internal Pythia7 Shower classes.
Definition at line 107 of file Shower.h.
void Pythia7::Shower::Shower::shower | ( | Event & | ) |
Driver routine to handle a succession of showers.
Simpler version for final-state radiation only; no beams required.