Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Scripts/TrackingPerformance/CommonUtils.h>
Public Member Functions | |
float | operator() (ULong64_t entry) |
Public Attributes | |
std::vector< float > * | qop_value = nullptr |
std::vector< float > * | qop_error = nullptr |
std::vector< float > * | theta_value = nullptr |
std::vector< float > * | theta_error = nullptr |
Definition at line 348 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 348 of file CommonUtils.h
|
inline |
entry | the entry in the tree |
Definition at line 358 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 358 of file CommonUtils.h
References qop_error, qop_value, theta_error, and theta_value.
std::vector<float>* PtErrorAccessor::qop_error = nullptr |
Definition at line 350 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 350 of file CommonUtils.h
Referenced by operator()().
std::vector<float>* PtErrorAccessor::qop_value = nullptr |
Definition at line 349 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 349 of file CommonUtils.h
Referenced by operator()().
std::vector<float>* PtErrorAccessor::theta_error = nullptr |
Definition at line 353 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 353 of file CommonUtils.h
Referenced by operator()().
std::vector<float>* PtErrorAccessor::theta_value = nullptr |
Definition at line 352 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 352 of file CommonUtils.h
Referenced by operator()().