Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PtResidualAccessor Struct Reference

This the dedicted pT residual accessor. More...

#include <acts/blob/sPHENIX/Examples/Scripts/TrackingPerformance/CommonUtils.h>

+ Collaboration diagram for PtResidualAccessor:

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
 

Detailed Description

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

Member Function Documentation

float PtResidualAccessor::operator() ( ULong64_t  entry)
inline
Returns
the calculated Residual
Parameters
entrythe 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.

Member Data Documentation

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()().


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