Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/src/CsvOutputData.hpp>
Public Member Functions | |
DFE_NAMEDTUPLE (HitData, hit_id, geometry_id, x, y, z, t) | |
Public Attributes | |
uint64_t | hit_id = 0 |
Event-unique hit identifier. Each value can appear at most once. | |
uint64_t | geometry_id = 0u |
Hit surface identifier. Not available in the TrackML datasets. | |
float | x = 0 |
Global hit position components in mm. | |
float | y = 0 |
float | z = 0 |
float | t = 0.0f |
Global hit time in ns. Not available in the TrackML datasets. | |
Definition at line 103 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 103 of file CsvOutputData.hpp
uint64_t ActsExamples::HitData::geometry_id = 0u |
Hit surface identifier. Not available in the TrackML datasets.
Definition at line 107 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 107 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().
uint64_t ActsExamples::HitData::hit_id = 0 |
Event-unique hit identifier. Each value can appear at most once.
Definition at line 105 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 105 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().
float ActsExamples::HitData::t = 0.0f |
Global hit time in ns. Not available in the TrackML datasets.
Definition at line 111 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 111 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().
float ActsExamples::HitData::x = 0 |
Global hit position components in mm.
Definition at line 109 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 109 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().
float ActsExamples::HitData::y = 0 |
Definition at line 109 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 109 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().
float ActsExamples::HitData::z = 0 |
Definition at line 109 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 109 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().