12#ifndef ALICEO2_TRK_CHIPDIGITSCONTAINER_
13#define ALICEO2_TRK_CHIPDIGITSCONTAINER_
35 return (
static_cast<ULong64_t
>(roframe) << (8 *
sizeof(UInt_t))) + (
static_cast<ULong64_t
>(
col) << (8 *
sizeof(Short_t))) +
row;
Simulation parameters for the TRK digitizer. Based on the ITS2 and ITS3 digitizer parameters.
transient container for single chip digits accumulation
Definition of the SegmentationAlpide class.
Definition of the SegmentationChipclass.
Container for similated points connected to a given chip.
static ULong64_t getOrderingKey(UInt_t roframe, UShort_t row, UShort_t col)
Get global ordering key made of readout frame, column and row.
ClassDefNV(ChipDigitsContainer, 1)