OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Member Functions | Public Attributes | List of all members
adder Struct Reference

Public Member Functions

 adder ()
 
void operator() (double x)
 

Public Attributes

double sum
 

Detailed Description

Definition at line 1532 of file ParallelCyclotronTracker.cpp.

Constructor & Destructor Documentation

◆ adder()

adder::adder ( )
inline

Definition at line 1533 of file ParallelCyclotronTracker.cpp.

Member Function Documentation

◆ operator()()

void adder::operator() ( double  x)
inline

Definition at line 1535 of file ParallelCyclotronTracker.cpp.

References sum.

Member Data Documentation

◆ sum

double adder::sum

Definition at line 1534 of file ParallelCyclotronTracker.cpp.

Referenced by operator()().


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