#include <memory>
#include <set>
#include <vector>
#include "action.h"
#include "actionfinderfactory.h"
#include "configuration.h"
#include "scatteraction.h"
#include "scatteractionsfinderparameters.h"
Go to the source code of this file.
Classes | |
class | smash::ScatterActionsFinder |
A simple scatter finder: Just loops through all particles and checks each pair for a collision. More... | |
Namespaces | |
smash | |
Functions | |
ScatterActionsFinderParameters | smash::create_finder_parameters (Configuration &config, const ExperimentParameters ¶meters) |
Gather all relevant parameters for a ScatterActionsFinder either getting them from an ExperimentParameters instance or extracting them from a Configuration . More... | |