10 #ifndef SRC_INCLUDE_SMASH_WALLCROSSINGACTION_H_
11 #define SRC_INCLUDE_SMASH_WALLCROSSINGACTION_H_
36 const double time_until = 0.0)
67 const ParticleList &plist,
double t_max,
const double,
68 const std::vector<FourVector> &)
const override;
72 const ParticleList &,
const ParticleList &,
double,
73 const std::vector<FourVector> &)
const override {
79 const ParticleList &,
const Particles &,
double,
80 const std::vector<FourVector> &)
const override {
91 const std::array<double, 3>
l_;
ActionFinderInterface is the abstract base class for all action finders, i.e.
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.
ParticleData contains the dynamic information of a certain particle.
The Particles class abstracts the storage and manipulation of particles.
Finder for wall crossing actions, when using peridic boundary conditons.
WallCrossActionsFinder(double l)
Construct wallcrossing actionfinder.
ActionList find_actions_with_surrounding_particles(const ParticleList &, const Particles &, double, const std::vector< FourVector > &) const override
Ignore the surrounding searches for wall crossing.
ActionList find_actions_in_cell(const ParticleList &plist, double t_max, const double, const std::vector< FourVector > &) const override
Find the next wall crossings for every particle before time t_max.
const std::array< double, 3 > l_
Periods in x,y,z directions in fm.
ActionList find_actions_with_neighbors(const ParticleList &, const ParticleList &, double, const std::vector< FourVector > &) const override
Ignore the neighbor searches for wall crossing.
ActionList find_final_actions(const Particles &, bool) const override
No final actions for wall crossing.
WallcrossingAction is a special action which indicates that a particle has crossed a box wall.
double get_partial_weight() const override
Return the specific weight for the chosen outgoing channel, which is mainly used for the partial weig...
WallcrossingAction(const ParticleData &in_part, const ParticleData &out_part, const double time_until=0.0)
Construct wallcrossing action.
void generate_final_state() override
Generate the final state for this action.
double get_total_weight() const override
Return the total weight value, which is mainly used for the weight output entry.
void format_debug_output(std::ostream &out) const override
Writes information about this action to the out stream.
ProcessType
ProcessTypes are used to identify the type of the process.
@ Wall
See here for a short description.