OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
RadialPeak Struct Reference

#include <RadialPeak.h>

Public Member Functions

Expressions::Result_t operator() (client::function::arguments_t args)
 

Static Public Attributes

static const std::string name = "RadialPeak"
 

Private Attributes

std::string peak_filename_
 
int turn_number_
 
boost::tuple< std::string, int > argument_types
 

Detailed Description

A simple expression to get the n-th peak of a radial probe

Definition at line 19 of file RadialPeak.h.

Member Function Documentation

Expressions::Result_t RadialPeak::operator() ( client::function::arguments_t  args)
inline

Definition at line 23 of file RadialPeak.h.

References Physics::e, endl(), peak_filename_, turn_number_, and OptPilotException::what().

Here is the call graph for this function:

Member Data Documentation

boost::tuple<std::string, int> RadialPeak::argument_types
private

Definition at line 61 of file RadialPeak.h.

const std::string RadialPeak::name = "RadialPeak"
static

Definition at line 21 of file RadialPeak.h.

std::string RadialPeak::peak_filename_
private

Definition at line 57 of file RadialPeak.h.

Referenced by operator()().

int RadialPeak::turn_number_
private

Definition at line 58 of file RadialPeak.h.

Referenced by operator()().


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