Version: SMASH-3.1
thermalizationaction.cc
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017-2018,2022
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
Action is the base class for a generic process that takes a number of incoming particles and transfor...
Definition: action.h:35
The GrandCanThermalizer class implements the following functionality:
ThermalizationAction(const GrandCanThermalizer &gct, double absolute_labframe_time)
The inherited class.
Definition: action.h:24
ProcessType
ProcessTypes are used to identify the type of the process.
Definition: processbranch.h:39
@ Thermalization
See here for a short description.