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

#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
 

Detailed Description

Definition at line 45 of file CsvOutputData.hpp.

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

Member Function Documentation

ActsExamples::SimHitData::DFE_NAMEDTUPLE ( SimHitData  ,
particle_id  ,
geometry_id  ,
tx  ,
ty  ,
tz  ,
tt  ,
tpx  ,
tpy  ,
tpz  ,
te  ,
deltapx  ,
deltapy  ,
deltapz  ,
deltae  ,
index   
)

Member Data Documentation

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
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().


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