#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 ScatterActionsFindereither getting them from anExperimentParametersinstance or extracting them from aConfiguration.  More... | |