Version: SMASH-2.0
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
smash
Definition: action.h:24
smash::ProcessType::Thermalization
forced thermalization, many particles are replaced by a thermalized ensemble
smash::ThermalizationAction::ThermalizationAction
ThermalizationAction(const GrandCanThermalizer &gct, double absolute_labframe_time)
The inherited class.
Definition: thermalizationaction.cc:12
thermalizationaction.h
smash::Action
Definition: action.h:35
smash::GrandCanThermalizer
The GrandCanThermalizer class implements the following functionality:
Definition: grandcan_thermalizer.h:227
smash::ProcessType
ProcessType
Process Types are used to identify the type of the process.
Definition: processbranch.h:25