shahor02
shahor02
Hello, I observe a constant (16MB) memory increase when writing to ``TFile`` or ``TMemFile`` with ``WriteObjectAny`` a ``std::vector`` of chars (also have seen this with TArrayC). Strangely, this does not...
@wiechula I've processed 1 pbpb event in "triggered mode", below is the plot of dz and t for the clusters reported by the reco to be on the wrong side...
Hi, In different PRs build tests we have some ```root -n -b -l -q -e ".L ${MACRO_FILE}"``` checks failing. Digging with @sawenzel we saw that this happens due to some...
Since higher versions produce lose the connection then produce seg.fault after a few 10 min of running (at least on ubuntu 22.04).
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...