ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Csv/src/TrackMlData.hpp>
Public Member Functions | |
DFE_NAMEDTUPLE (CellData, hit_id, ch0, ch1, timestamp, value) | |
Public Attributes | |
uint64_t | hit_id |
int32_t | ch0 |
int32_t | ch1 |
int32_t | timestamp = 0 |
Digital cell timestamp. Not available in the TrackML datasets. | |
int32_t | value |
(Digital) measured cell value, e.g. amplitude or time-over-threshold. | |
Definition at line 88 of file TrackMlData.hpp.
View newest version in sPHENIX GitHub at line 88 of file TrackMlData.hpp
int32_t FW::CellData::ch0 |
Digital cell address/ channel identifier. These should have been named channel{0,1} but we cannot change it now to avoid breaking backward compatibility.
Definition at line 96 of file TrackMlData.hpp.
View newest version in sPHENIX GitHub at line 96 of file TrackMlData.hpp
Referenced by FW::CsvPlanarClusterWriter::writeT().
int32_t FW::CellData::ch1 |
Definition at line 96 of file TrackMlData.hpp.
View newest version in sPHENIX GitHub at line 96 of file TrackMlData.hpp
Referenced by FW::CsvPlanarClusterWriter::writeT().
uint64_t FW::CellData::hit_id |
Event-unique hit identifier. As defined for the simulated hit above and used to link back to it; same value can appear multiple times for clusters with more than one active cell.
Definition at line 92 of file TrackMlData.hpp.
View newest version in sPHENIX GitHub at line 92 of file TrackMlData.hpp
Referenced by FW::CsvPlanarClusterWriter::writeT().
int32_t FW::CellData::timestamp = 0 |
Digital cell timestamp. Not available in the TrackML datasets.
Definition at line 98 of file TrackMlData.hpp.
View newest version in sPHENIX GitHub at line 98 of file TrackMlData.hpp
Referenced by FW::CsvPlanarClusterWriter::writeT().
int32_t FW::CellData::value |
(Digital) measured cell value, e.g. amplitude or time-over-threshold.
Definition at line 100 of file TrackMlData.hpp.
View newest version in sPHENIX GitHub at line 100 of file TrackMlData.hpp
Referenced by FW::CsvPlanarClusterWriter::writeT().