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

#include <MaxNormRadialPeak.h>

Public Member Functions

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

Static Public Attributes

static const std::string name
 

Private Attributes

std::string meas_filename_
 
std::string sim_filename_
 
int begin_
 
int end_
 
boost::tuple< std::string,
std::string, int, int > 
argument_types
 

Detailed Description

A simple expression computing the maximum norm of all peak errors (given as first and second argument) for a range of peaks (third argument and fourth argument) according to

\[ result = ||measurement_i - value_i||_\infty \]

Definition at line 27 of file MaxNormRadialPeak.h.

Member Function Documentation

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

Definition at line 31 of file MaxNormRadialPeak.h.

References abs(), begin_, Physics::e, end_, endl(), max(), meas_filename_, sim_filename_, and OptPilotException::what().

Here is the call graph for this function:

Member Data Documentation

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

Definition at line 86 of file MaxNormRadialPeak.h.

int MaxNormRadialPeak::begin_
private

Definition at line 82 of file MaxNormRadialPeak.h.

Referenced by operator()().

int MaxNormRadialPeak::end_
private

Definition at line 83 of file MaxNormRadialPeak.h.

Referenced by operator()().

std::string MaxNormRadialPeak::meas_filename_
private

Definition at line 80 of file MaxNormRadialPeak.h.

Referenced by operator()().

const std::string MaxNormRadialPeak::name
static

Definition at line 29 of file MaxNormRadialPeak.h.

std::string MaxNormRadialPeak::sim_filename_
private

Definition at line 81 of file MaxNormRadialPeak.h.

Referenced by operator()().


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