Analysis Software
Documentation for sPHENIX simulation software
|
This the dedicted pT residual accessor. More...
#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 > * | theta_value = nullptr |
std::vector< float > * | reference_pt = nullptr |
This the dedicted pT residual accessor.
Definition at line 325 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 325 of file CommonUtils.h
|
inline |
entry | the entry in the tree |
Definition at line 335 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 335 of file CommonUtils.h
References merge_hashes::p, qop_value, reference_pt, ActsTests::PropagationDatasets::theta, and theta_value.
std::vector<float>* PtResidualAccessor::qop_value = nullptr |
Definition at line 326 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 326 of file CommonUtils.h
Referenced by operator()().
std::vector<float>* PtResidualAccessor::reference_pt = nullptr |
Definition at line 330 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 330 of file CommonUtils.h
Referenced by operator()().
std::vector<float>* PtResidualAccessor::theta_value = nullptr |
Definition at line 328 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 328 of file CommonUtils.h
Referenced by operator()().