Integrate UT decoding onto sequence.
Compare changes
Files
91@@ -26,7 +26,7 @@
@@ -26,7 +26,7 @@
@@ -64,8 +64,8 @@ class TrackChecker
@@ -64,8 +64,8 @@ class TrackChecker
Closes https://gitlab.cern.ch/lhcb-parallelization/cuda_hlt/issues/11
This MR adds the UT decoding into the sequence.
ut estimate number of hits
refactored into ut calculate number of hits
.ut calculate number of hits
.ut_calculate_number_of_hits
, prefix_sum_reduce_ut_hits
, prefix_sum_single_block_ut_hits
, prefix_sum_scan_ut_hits
, decode_raw_banks
, sort_by_x
, veloUT
.hitsSOA
datatype. Extended UTHits
datatype generated by UT decoding with methods of hitsSOA
.temp
array.InputReader.h
contains a base class and specializations for each type of input read.std::vector<char>
, in consonance with all other readers.input/geometry
has been refactored to input/detector_configuration
, still configurable with -g
.input/detector_configuration
.units * sizeof(uint32_t)
instead of units
(converted payload to char*
).