10 #ifndef SRC_INCLUDE_SMASH_FLUIDIZATIONACTION_H_
11 #define SRC_INCLUDE_SMASH_FLUIDIZATIONACTION_H_
35 const double time_until)
36 :
Action(in_part, out_part, time_until,
Action is the base class for a generic process that takes a number of incoming particles and transfor...
ParticleList incoming_particles_
List with data of incoming particles.
FluidizationAction is a special action indicating that a particle will be removed from the hadronic e...
void generate_final_state() override
Generate the final state of particles to be fluidized and removes them from the evolution.
FluidizationAction(const ParticleData &in_part, const ParticleData &out_part, const double time_until)
Construct action of fluidization.
double check_conservation(const uint32_t id_process) const override
Conservation laws should not be obeyed, since particles are being removed.
void format_debug_output(std::ostream &out) const override
Writes information about this action to the out stream.
double get_partial_weight() const override
Return the specific weight for the chosen outgoing channel, which is mainly used for the partial weig...
double get_total_weight() const override
Return the total weight value, which is mainly used for the weight output entry.
ParticleData contains the dynamic information of a certain particle.
ProcessType
ProcessTypes are used to identify the type of the process.
@ HyperSurfaceCrossing
See here for a short description.