Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Scripts/TrackingPerformance/CommonUtils.h>
Public Member Functions | |
primitive_one_t | operator() (ULong64_t entry) |
Public Attributes | |
std::vector< primitive_one_t > * | one = nullptr |
std::vector< primitive_two_t > * | two = nullptr |
Definition at line 264 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 264 of file CommonUtils.h
|
inline |
Gives direct access to the underlying parameter
entry | the entry in the tree |
Definition at line 272 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 272 of file CommonUtils.h
References DivisionAccessor< primitive_one_t, primitive_two_t >::one, and DivisionAccessor< primitive_one_t, primitive_two_t >::two.
std::vector<primitive_one_t>* DivisionAccessor< primitive_one_t, primitive_two_t >::one = nullptr |
Definition at line 265 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 265 of file CommonUtils.h
Referenced by DivisionAccessor< primitive_one_t, primitive_two_t >::operator()().
std::vector<primitive_two_t>* DivisionAccessor< primitive_one_t, primitive_two_t >::two = nullptr |
Definition at line 267 of file CommonUtils.h.
View newest version in sPHENIX GitHub at line 267 of file CommonUtils.h
Referenced by DivisionAccessor< primitive_one_t, primitive_two_t >::operator()().