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

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

+ Collaboration diagram for PtErrorAccessor:

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
 

Detailed Description

Definition at line 348 of file CommonUtils.h.

View newest version in sPHENIX GitHub at line 348 of file CommonUtils.h

Member Function Documentation

float PtErrorAccessor::operator() ( ULong64_t  entry)
inline
Returns
the calculated error on pT
Parameters
entrythe 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.

Member Data Documentation

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


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