Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::CellDataLegacy Struct Reference

#include <acts/blob/sPHENIX/Examples/Io/Csv/src/CsvOutputData.hpp>

Public Member Functions

 DFE_NAMEDTUPLE (CellDataLegacy, geometry_id, hit_id, channel0, channel1, timestamp, value)
 

Public Attributes

uint64_t geometry_id = 0u
 Hit surface identifier.
 
uint64_t hit_id = 0
 
int32_t channel0 = 0
 Digital cell address/ channel.
 
int32_t channel1 = 0
 
float timestamp = 0
 Digital cell timestamp. Not available in the TrackML datasets.
 
float value = 0
 (Digital) measured cell value, e.g. amplitude or time-over-threshold.
 

Detailed Description

Definition at line 160 of file CsvOutputData.hpp.

View newest version in sPHENIX GitHub at line 160 of file CsvOutputData.hpp

Member Function Documentation

ActsExamples::CellDataLegacy::DFE_NAMEDTUPLE ( CellDataLegacy  ,
geometry_id  ,
hit_id  ,
channel0  ,
channel1  ,
timestamp  ,
value   
)

Member Data Documentation

int32_t ActsExamples::CellDataLegacy::channel0 = 0

Digital cell address/ channel.

Definition at line 168 of file CsvOutputData.hpp.

View newest version in sPHENIX GitHub at line 168 of file CsvOutputData.hpp

Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().

int32_t ActsExamples::CellDataLegacy::channel1 = 0

Definition at line 168 of file CsvOutputData.hpp.

View newest version in sPHENIX GitHub at line 168 of file CsvOutputData.hpp

Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().

uint64_t ActsExamples::CellDataLegacy::geometry_id = 0u

Hit surface identifier.

Definition at line 162 of file CsvOutputData.hpp.

View newest version in sPHENIX GitHub at line 162 of file CsvOutputData.hpp

uint64_t ActsExamples::CellDataLegacy::hit_id = 0

Event-unique measurement identifier. As defined for the measurement 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 166 of file CsvOutputData.hpp.

View newest version in sPHENIX GitHub at line 166 of file CsvOutputData.hpp

Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().

float ActsExamples::CellDataLegacy::timestamp = 0

Digital cell timestamp. Not available in the TrackML datasets.

Definition at line 170 of file CsvOutputData.hpp.

View newest version in sPHENIX GitHub at line 170 of file CsvOutputData.hpp

Referenced by ActsExamples::CsvPlanarClusterWriter::writeT().

float ActsExamples::CellDataLegacy::value = 0

(Digital) measured cell value, e.g. amplitude or time-over-threshold.

Definition at line 172 of file CsvOutputData.hpp.

View newest version in sPHENIX GitHub at line 172 of file CsvOutputData.hpp

Referenced by pump.Token::__str__(), pump.Token::Clone(), and ActsExamples::CsvPlanarClusterWriter::writeT().


The documentation for this struct was generated from the following file: