AliceO2
AliceO2 copied to clipboard
O2 software project for the ALICE experiment at CERN
@jgrosseo I reopened the PR to include in the data model the latest modifications added to the converter https://github.com/alisw/AliPhysics/pull/23640 could we merge this in O2?
…tion This is useful in MC simulations, where we'd like to have collisions some short time before an actual timeframe start.
Software model for future FV0 like detector consisting of two segmented scintillator disks.
The main purpose of the commit: - Adding workflows for reading RecPoints for FV0 and FDD, these are needed for MC aQC Secondary purposes that arose during development: - ROOT...
I will continue our discussion here @ktf, @jgrosseo, @saganatt. @jgrosseo was correct; this solution shouldn't be implemented as it is. It was slower in this benchmark by 3-10 times for...
Created from the TPCFastTransform using: ``` std::vector buff; // can be also pmr::vector from DPL make(..) const o2::gpu::TPCFastTransformPOD& pod = o2::gpu::TPCFastTransformPOD::create(buff, tpc_fast_transform); ``` The buff vector will be expanded during...
The affected workflows are not used in online or offline data processing. For the moment are workflows that are started manually on the test machines. No need to cherry pick.
This PR brings the neural network application to GPU clusterization in the reconstruction code. Several remarks inline: - The code includes the ort_interface and GPUORTFloat16 classes in order to make...
Introduces `--aod-writer-df-offset N` option that makes dataframes numbers start from `N+1`. Can also be set in writer configuration JSON file as 'offset'.
Adding a library for the execution of ONNX models with GPU execution provider and float16 datatype (OrtDataType::Float16_t -> a wrapper around a uint16_t)