|
std::vector< float > * | value = nullptr |
|
std::vector< float > * | reference = nullptr |
|
Definition at line 283 of file CommonUtils.h.
◆ operator()()
float ResidualAccessor::operator() |
( |
ULong64_t | entry | ) |
|
|
inline |
- Returns
- the calculated Residual
- Parameters
-
entry | the entry in the tree |
Definition at line 291 of file CommonUtils.h.
291 {
292 if (value != nullptr && reference != nullptr) {
293 float v = value->at(entry);
294 float r = reference->at(entry);
295 return (v - r);
296 }
297 return std::numeric_limits<float>::infinity();
298 }
◆ reference
std::vector<float>* ResidualAccessor::reference = nullptr |
◆ value
std::vector<float>* ResidualAccessor::value = nullptr |
The documentation for this struct was generated from the following file:
- build/_deps/acts-src/Examples/Scripts/TrackingPerformance/CommonUtils.h