Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/src/CsvOutputData.hpp>
Public Member Functions | |
DFE_NAMEDTUPLE (SpacepointData, measurement_id, geometry_id, x, y, z, var_r, var_z) | |
Public Attributes | |
uint64_t | measurement_id |
uint64_t | geometry_id |
float | x |
float | y |
float | z |
float | var_r |
float | var_z |
Definition at line 277 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 277 of file CsvOutputData.hpp
ActsExamples::SpacepointData::DFE_NAMEDTUPLE | ( | SpacepointData | , |
measurement_id | , | ||
geometry_id | , | ||
x | , | ||
y | , | ||
z | , | ||
var_r | , | ||
var_z | |||
) |
uint64_t ActsExamples::SpacepointData::geometry_id |
Definition at line 279 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 279 of file CsvOutputData.hpp
uint64_t ActsExamples::SpacepointData::measurement_id |
Definition at line 278 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 278 of file CsvOutputData.hpp
float ActsExamples::SpacepointData::var_r |
Definition at line 281 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 281 of file CsvOutputData.hpp
float ActsExamples::SpacepointData::var_z |
Definition at line 281 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 281 of file CsvOutputData.hpp
float ActsExamples::SpacepointData::x |
Definition at line 280 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 280 of file CsvOutputData.hpp
float ActsExamples::SpacepointData::y |
Definition at line 280 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 280 of file CsvOutputData.hpp
float ActsExamples::SpacepointData::z |
Definition at line 280 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 280 of file CsvOutputData.hpp