![]() |
Project
|
Please note that this readme shows how the reconstruction is done at the moment. The current reconstruction is not necessarily done the way it should be. The algorithm is under review and subject to change.
The FV0 reconstruction workflow is
and the actual reconstruction happens in
Currently, there's no channel data filtering applied in the FV0 reconstruction. All digit channel data are propagated to RecPoints. The following conversions are made:
uint8_t
) -> Channel ID (int
)int16_t
) -> Time in ns (double
)int16_t
) -> Ampltidue (ADC channels, double
)uint8_t
) -> Channel bits (int
)The reconstructed RecPoints contain:
o2::InteractionRecord
)FV0DigParam::chargeThrForMeanTime
)