Version: SMASH-3.1
Action Classes

Classes

class  smash::Action
 Action is the base class for a generic process that takes a number of incoming particles and transforms them into any number of outgoing particles. More...
 
class  smash::ActionFinderInterface
 ActionFinderInterface is the abstract base class for all action finders, i.e. More...
 
class  smash::BremsstrahlungAction
 BremsAction is a special action which takes two incoming particles and performs a perturbative scattering where a Bremsstrahlung photon is produced. More...
 
class  smash::DecayAction
 DecayAction is a special action which takes one single particle in the initial state and makes it decay into a number of daughter particles (currently two or three). More...
 
class  smash::DecayActionDilepton
 DecayActionDilepton is special action created for particles that can decay into dileptons. More...
 
class  smash::DecayActionsFinder
 A simple decay finder: Just loops through all particles and checks if they can decay during the next timestep. More...
 
class  smash::DecayActionsFinderDilepton
 A dilepton decay finder: Loops through all particles and if they can decay into dileptons, it treats the decays with the shining method. More...
 
class  smash::FreeforallAction
 Action class to create any incoming/outgoing particle combination freely. More...
 
class  smash::HypersurfacecrossingAction
 Hypersurfacecrossingaction is a special action which indicates that a particle has crossed a hypersurface of given proper time. More...
 
class  smash::HyperSurfaceCrossActionsFinder
 Finder for hypersurface crossing actions. More...
 
class  smash::ScatterAction
 ScatterAction is a special action which takes two incoming particles and performs a scattering, producing one or more final-state particles. More...
 
class  smash::ScatterActionMulti
 ScatterActionMulti is a special action which takes any number of incoming particles and performs a scattering with the use of the stochastic criterion, producing one or more final-state particles. More...
 
class  smash::ScatterActionPhoton
 ScatterActionPhoton is a special action which takes two incoming particles and performs a perturbative electromagnetic scattering. More...
 
class  smash::ScatterActionsFinder
 A simple scatter finder: Just loops through all particles and checks each pair for a collision. More...
 
class  smash::ThermalizationAction
 ThermalizationAction implements forced thermalization as an Action class. More...
 
class  smash::WallcrossingAction
 WallcrossingAction is a special action which indicates that a particle has crossed a box wall. More...
 
class  smash::WallCrossActionsFinder
 Finder for wall crossing actions, when using peridic boundary conditons. More...