![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Object encapsulating the result of a computation call to the alignments calculator. More...
#include <AlignmentsCalculator.h>
Public Member Functions | |
| Result ()=default | |
| Result (const Result &result)=default | |
| Copy constructor. More... | |
| Result & | operator= (const Result &result)=default |
| Assignment operator. More... | |
| Result & | operator+= (const Result &result) |
| Add results. More... | |
| Result & | operator-= (const Result &result) |
| Subtract results. More... | |
| size_t | total () const |
| Summed counters. More... | |
Public Attributes | |
| size_t | computed = 0 |
| size_t | missing = 0 |
| size_t | multiply = 0 |
Object encapsulating the result of a computation call to the alignments calculator.
Definition at line 45 of file AlignmentsCalculator.h.
|
default |
|
default |
Copy constructor.
|
inline |
Add results.
Definition at line 179 of file AlignmentsCalculator.h.
|
inline |
Subtract results.
Definition at line 187 of file AlignmentsCalculator.h.
Assignment operator.
|
inline |
Summed counters.
Definition at line 60 of file AlignmentsCalculator.h.
| size_t dd4hep::align::AlignmentsCalculator::Result::computed = 0 |
Definition at line 47 of file AlignmentsCalculator.h.
| size_t dd4hep::align::AlignmentsCalculator::Result::missing = 0 |
Definition at line 48 of file AlignmentsCalculator.h.
| size_t dd4hep::align::AlignmentsCalculator::Result::multiply = 0 |
Definition at line 49 of file AlignmentsCalculator.h.
1.8.18