Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/src/CsvOutputData.hpp>
Public Member Functions | |
DFE_NAMEDTUPLE (SimHitData, particle_id, geometry_id, tx, ty, tz, tt, tpx, tpy, tpz, te, deltapx, deltapy, deltapz, deltae, index) | |
Public Attributes | |
uint64_t | geometry_id = 0u |
Hit surface identifier. Not available in the TrackML datasets. | |
uint64_t | particle_id = 0 |
Event-unique particle identifier of the generating particle. | |
float | tx = 0 |
True global hit position components in mm. | |
float | ty = 0 |
float | tz = 0 |
float | tt = 0.0f |
float | tpx = 0 |
True particle momentum in GeV before interaction. | |
float | tpy = 0 |
float | tpz = 0 |
float | te = 0.0f |
float | deltapx = 0.0f |
float | deltapy = 0.0f |
float | deltapz = 0.0f |
float | deltae = 0.0f |
int32_t | index = -1 |
Definition at line 45 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 45 of file CsvOutputData.hpp
ActsExamples::SimHitData::DFE_NAMEDTUPLE | ( | SimHitData | , |
particle_id | , | ||
geometry_id | , | ||
tx | , | ||
ty | , | ||
tz | , | ||
tt | , | ||
tpx | , | ||
tpy | , | ||
tpz | , | ||
te | , | ||
deltapx | , | ||
deltapy | , | ||
deltapz | , | ||
deltae | , | ||
index | |||
) |
float ActsExamples::SimHitData::deltae = 0.0f |
Definition at line 64 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 64 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::deltapx = 0.0f |
True four-momentum change in GeV due to interaction. Not available in the TrackML datasets.
Definition at line 61 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 61 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::deltapy = 0.0f |
Definition at line 62 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 62 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::deltapz = 0.0f |
Definition at line 63 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 63 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
uint64_t ActsExamples::SimHitData::geometry_id = 0u |
Hit surface identifier. Not available in the TrackML datasets.
Definition at line 47 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 47 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
int32_t ActsExamples::SimHitData::index = -1 |
Definition at line 66 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 66 of file CsvOutputData.hpp
Referenced by GeometryVisualisationAndMaterialHandling.index_info::__repr__(), ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
uint64_t ActsExamples::SimHitData::particle_id = 0 |
Event-unique particle identifier of the generating particle.
Definition at line 49 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 49 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::te = 0.0f |
True particle energy in GeV before interaction. Not available in the TrackML datasets.
Definition at line 58 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 58 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::tpx = 0 |
True particle momentum in GeV before interaction.
Definition at line 55 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 55 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::tpy = 0 |
Definition at line 55 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 55 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::tpz = 0 |
Definition at line 55 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 55 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::tt = 0.0f |
Definition at line 53 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 53 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::tx = 0 |
True global hit position components in mm.
Definition at line 51 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 51 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::ty = 0 |
Definition at line 51 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 51 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().
float ActsExamples::SimHitData::tz = 0 |
Definition at line 51 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 51 of file CsvOutputData.hpp
Referenced by ActsExamples::CsvSimHitReader::read(), and ActsExamples::CsvSimHitWriter::writeT().