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, sp_x, sp_y, sp_z, sp_radius, sp_covr, sp_covz, sp_topHalfStripLength, sp_bottomHalfStripLength, sp_topStripDirection[0], sp_topStripDirection[1], sp_topStripDirection[2], sp_bottomStripDirection[0], sp_bottomStripDirection[1], sp_bottomStripDirection[2], sp_stripCenterDistance[0], sp_stripCenterDistance[1], sp_stripCenterDistance[2], sp_topStripCenterPosition[0], sp_topStripCenterPosition[1], sp_topStripCenterPosition[2]) | |
Public Attributes | |
uint64_t | measurement_id = 0 |
Event-unique measurement identifier. Each value can appear at most once. | |
float | sp_x = 0 |
Space point information. | |
float | sp_y = 0 |
float | sp_z = 0 |
float | sp_radius = 0 |
float | sp_covr = 0 |
float | sp_covz = 0 |
float | sp_topHalfStripLength = 0 |
float | sp_bottomHalfStripLength = 0 |
Acts::Vector3 | sp_topStripDirection |
Acts::Vector3 | sp_bottomStripDirection |
Acts::Vector3 | sp_stripCenterDistance |
Acts::Vector3 | sp_topStripCenterPosition |
Definition at line 228 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 228 of file CsvOutputData.hpp
ActsExamples::SpacePointData::DFE_NAMEDTUPLE | ( | SpacePointData | , |
measurement_id | , | ||
sp_x | , | ||
sp_y | , | ||
sp_z | , | ||
sp_radius | , | ||
sp_covr | , | ||
sp_covz | , | ||
sp_topHalfStripLength | , | ||
sp_bottomHalfStripLength | , | ||
sp_topStripDirection | [0], | ||
sp_topStripDirection | [1], | ||
sp_topStripDirection | [2], | ||
sp_bottomStripDirection | [0], | ||
sp_bottomStripDirection | [1], | ||
sp_bottomStripDirection | [2], | ||
sp_stripCenterDistance | [0], | ||
sp_stripCenterDistance | [1], | ||
sp_stripCenterDistance | [2], | ||
sp_topStripCenterPosition | [0], | ||
sp_topStripCenterPosition | [1], | ||
sp_topStripCenterPosition | [2] | ||
) |
uint64_t ActsExamples::SpacePointData::measurement_id = 0 |
Event-unique measurement identifier. Each value can appear at most once.
Definition at line 230 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 230 of file CsvOutputData.hpp
float ActsExamples::SpacePointData::sp_bottomHalfStripLength = 0 |
Definition at line 238 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 238 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
Acts::Vector3 ActsExamples::SpacePointData::sp_bottomStripDirection |
Definition at line 242 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 242 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
float ActsExamples::SpacePointData::sp_covr = 0 |
Definition at line 233 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 233 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
float ActsExamples::SpacePointData::sp_covz = 0 |
Definition at line 233 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 233 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
float ActsExamples::SpacePointData::sp_radius = 0 |
Definition at line 232 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 232 of file CsvOutputData.hpp
Acts::Vector3 ActsExamples::SpacePointData::sp_stripCenterDistance |
Definition at line 244 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 244 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
float ActsExamples::SpacePointData::sp_topHalfStripLength = 0 |
Definition at line 236 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 236 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
Acts::Vector3 ActsExamples::SpacePointData::sp_topStripCenterPosition |
Definition at line 246 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 246 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
Acts::Vector3 ActsExamples::SpacePointData::sp_topStripDirection |
Definition at line 240 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 240 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
float ActsExamples::SpacePointData::sp_x = 0 |
Space point information.
Definition at line 232 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 232 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
float ActsExamples::SpacePointData::sp_y = 0 |
Definition at line 232 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 232 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().
float ActsExamples::SpacePointData::sp_z = 0 |
Definition at line 232 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 232 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSpacePointReader::read().