|
gparticle
|
#include "gparticle_options.h"#include "gparticleConventions.h"#include "gparticle_reader.h"#include "gfactory_options.h"
Go to the source code of this file.
Namespaces | |
| namespace | gparticle |
Functions | |
| vector< GparticlePtr > | gparticle::getGParticlesFromOption (const std::shared_ptr< GOptions > &gopts, std::shared_ptr< GLogger > &logger) |
Builds inline generator particles from only the -gparticle option. | |
| vector< GparticlePtr > | gparticle::getGParticles (const std::shared_ptr< GOptions > &gopts, std::shared_ptr< GLogger > &logger) |
| Builds the list of generator particles from structured options. | |
| GOptions | gparticle::defineOptions () |
| Defines the structured options used by the gparticle module. | |