OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
adder Struct Reference
Collaboration diagram for adder:

Public Member Functions

 adder ()
void operator() (double x)

Public Attributes

double sum

Detailed Description

Definition at line 1498 of file ParallelCyclotronTracker.cpp.

Constructor & Destructor Documentation

◆ adder()

adder::adder ( )
inline

Definition at line 1499 of file ParallelCyclotronTracker.cpp.

References sum.

Member Function Documentation

◆ operator()()

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

Definition at line 1501 of file ParallelCyclotronTracker.cpp.

References sum.

Member Data Documentation

◆ sum

double adder::sum

Definition at line 1500 of file ParallelCyclotronTracker.cpp.

Referenced by adder(), and operator()().


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