Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/src/CsvOutputData.hpp>
Public Member Functions | |
DFE_NAMEDTUPLE (SurfaceGridData, geometry_id, volume_id, layer_id, surface_id, type_loc0, nbins_loc0, min_loc0, max_loc0, type_loc1, nbins_loc1, min_loc1, max_loc1) | |
Public Attributes | |
uint64_t | geometry_id = 0 |
Surface identifier. Not available in the TrackML datasets. | |
uint32_t | volume_id = 0 |
Partially decoded surface identifier components. | |
uint32_t | layer_id = 0 |
uint32_t | surface_id = 0 |
int | type_loc0 = -1 |
The number of bins in loc 0 / 1. | |
int | nbins_loc0 = -1 |
float | min_loc0 = 0 |
float | max_loc0 = 0 |
int | type_loc1 = -1 |
int | nbins_loc1 = -1 |
float | min_loc1 = 0 |
float | max_loc1 = 0 |
Definition at line 259 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 259 of file CsvOutputData.hpp
ActsExamples::SurfaceGridData::DFE_NAMEDTUPLE | ( | SurfaceGridData | , |
geometry_id | , | ||
volume_id | , | ||
layer_id | , | ||
surface_id | , | ||
type_loc0 | , | ||
nbins_loc0 | , | ||
min_loc0 | , | ||
max_loc0 | , | ||
type_loc1 | , | ||
nbins_loc1 | , | ||
min_loc1 | , | ||
max_loc1 | |||
) |
uint64_t ActsExamples::SurfaceGridData::geometry_id = 0 |
Surface identifier. Not available in the TrackML datasets.
Definition at line 261 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 261 of file CsvOutputData.hpp
uint32_t ActsExamples::SurfaceGridData::layer_id = 0 |
Definition at line 263 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 263 of file CsvOutputData.hpp
float ActsExamples::SurfaceGridData::max_loc0 = 0 |
Definition at line 267 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 267 of file CsvOutputData.hpp
float ActsExamples::SurfaceGridData::max_loc1 = 0 |
Definition at line 270 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 270 of file CsvOutputData.hpp
float ActsExamples::SurfaceGridData::min_loc0 = 0 |
Definition at line 267 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 267 of file CsvOutputData.hpp
float ActsExamples::SurfaceGridData::min_loc1 = 0 |
Definition at line 270 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 270 of file CsvOutputData.hpp
int ActsExamples::SurfaceGridData::nbins_loc0 = -1 |
Definition at line 266 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 266 of file CsvOutputData.hpp
int ActsExamples::SurfaceGridData::nbins_loc1 = -1 |
Definition at line 269 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 269 of file CsvOutputData.hpp
uint32_t ActsExamples::SurfaceGridData::surface_id = 0 |
Definition at line 263 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 263 of file CsvOutputData.hpp
int ActsExamples::SurfaceGridData::type_loc0 = -1 |
The number of bins in loc 0 / 1.
Definition at line 265 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 265 of file CsvOutputData.hpp
int ActsExamples::SurfaceGridData::type_loc1 = -1 |
Definition at line 268 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 268 of file CsvOutputData.hpp
uint32_t ActsExamples::SurfaceGridData::volume_id = 0 |
Partially decoded surface identifier components.
Definition at line 263 of file CsvOutputData.hpp.
View newest version in sPHENIX GitHub at line 263 of file CsvOutputData.hpp