Pakman
SweepController::Input Struct Reference

#include <SweepController.h>

Collaboration diagram for SweepController::Input:

Static Public Member Functions

static Input makeInput (const Arguments &args)
 

Public Attributes

Command simulator
 
std::vector< ParameterNameparameter_names
 
Command generator
 

Detailed Description

Input struct thats contains input to SweepController constructor.

Definition at line 68 of file SweepController.h.

Member Function Documentation

◆ makeInput()

SweepController::Input SweepController::Input::makeInput ( const Arguments args)
static

Static function to make Input from command-line arguments.

Parameters
argscommand-line arguments.
Returns
Input struct made from command-line arguments.

Definition at line 52 of file SweepControllerStatic.cc.

Member Data Documentation

◆ generator

Command SweepController::Input::generator

Command to generate parameter sets to simulate.

Definition at line 85 of file SweepController.h.

◆ parameter_names

std::vector<ParameterName> SweepController::Input::parameter_names

List of parameter names.

Definition at line 82 of file SweepController.h.

◆ simulator

Command SweepController::Input::simulator

Command to run simulation.

Definition at line 79 of file SweepController.h.


The documentation for this struct was generated from the following files: