Version: SMASH-1.5
thermalizationaction.cc
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017-
3  * SMASH Team
4  *
5  * GNU General Public License (GPLv3 or later)
6  */
7 
9 
10 namespace smash {
11 
13  double absolute_execution_time)
14  : Action(gct.particles_to_remove(), gct.particles_to_insert(),
15  absolute_execution_time, ProcessType::Thermalization) {}
16 } // namespace smash
ProcessType
Process Types are used to identify the type of the process.
Definition: processbranch.h:25
forced thermalization, many particles are replaced by a thermalized ensemble
ThermalizationAction(const GrandCanThermalizer &gct, double absolute_labframe_time)
The inherited class.
The GrandCanThermalizer class implements the following functionality:
Action is the base class for a generic process that takes a number of incoming particles and transfor...
Definition: action.h:34
Definition: action.h:24