Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/src/CsvOutputData.hpp>
Public Member Functions | |
DFE_NAMEDTUPLE (MeasurementData, measurement_id, geometry_id, local_key, local0, local1, phi, theta, time, var_local0, var_local1, var_phi, var_theta, var_time) | |
Public Attributes | |
uint64_t | measurement_id = 0 |
Event-unique measurement identifier. Each value can appear at most once. | |
uint64_t | geometry_id = 0u |
Hit surface identifier. | |
uint8_t | local_key = 0 |
Local hit information - bit identification what's measured. | |
float | local0 = 0 |
float | local1 = 0 |
float | phi = 0 |
float | theta = 0 |
float | time = 0 |
float | var_local0 = 0 |
float | var_local1 = 0 |
float | var_phi = 0 |
float | var_theta = 0 |
float | var_time = 0 |
Definition at line 125 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 125 of file CsvOutputData.hpp
ActsExamples::MeasurementData::DFE_NAMEDTUPLE | ( | MeasurementData | , |
measurement_id | , | ||
geometry_id | , | ||
local_key | , | ||
local0 | , | ||
local1 | , | ||
phi | , | ||
theta | , | ||
time | , | ||
var_local0 | , | ||
var_local1 | , | ||
var_phi | , | ||
var_theta | , | ||
var_time | |||
) |
uint64_t ActsExamples::MeasurementData::geometry_id = 0u |
Hit surface identifier.
Definition at line 129 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 129 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::local0 = 0 |
Definition at line 132 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 132 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::local1 = 0 |
Definition at line 132 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 132 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
uint8_t ActsExamples::MeasurementData::local_key = 0 |
Local hit information - bit identification what's measured.
Definition at line 131 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 131 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
uint64_t ActsExamples::MeasurementData::measurement_id = 0 |
Event-unique measurement identifier. Each value can appear at most once.
Definition at line 127 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 127 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::phi = 0 |
Definition at line 132 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 132 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::theta = 0 |
Definition at line 132 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 132 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::time = 0 |
Definition at line 132 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 132 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::var_local0 = 0 |
Definition at line 133 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 133 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::var_local1 = 0 |
Definition at line 133 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 133 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::var_phi = 0 |
Definition at line 133 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 133 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::var_theta = 0 |
Definition at line 133 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 133 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().
float ActsExamples::MeasurementData::var_time = 0 |
Definition at line 134 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 134 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvMeasurementWriter::writeT().