[EMCAL-1154] Adjust CellLabels for cross talk emulation#14385
[EMCAL-1154] Adjust CellLabels for cross talk emulation#14385jokonig merged 1 commit intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Error while checking build/O2/fullCI_slc9 for 70a163d at 2025-06-11 04:31: Full log here. |
|
Error while checking build/O2/fullCI_slc9 for 595d4c6 at 2025-06-14 12:48: Full log here. |
- The CellLabel class used gsl::span as its members to store the mcLabels and amplitude fractions. However, when we want to use the cross talk emulation, we want to add new cells which happens inside the cross talk emulation function. Outside of this function the newley added CellLabels would point to dangling memory. That's why the members needed to be changed to std::vectors. Also a move constructor was added.
|
Error while checking build/O2/fullCI_slc9 for ef47962 at 2025-06-16 07:13: Full log here. |
…#14385) - The CellLabel class used gsl::span as its members to store the mcLabels and amplitude fractions. However, when we want to use the cross talk emulation, we want to add new cells which happens inside the cross talk emulation function. Outside of this function the newley added CellLabels would point to dangling memory. That's why the members needed to be changed to std::vectors. Also a move constructor was added.
…#14385) - The CellLabel class used gsl::span as its members to store the mcLabels and amplitude fractions. However, when we want to use the cross talk emulation, we want to add new cells which happens inside the cross talk emulation function. Outside of this function the newley added CellLabels would point to dangling memory. That's why the members needed to be changed to std::vectors. Also a move constructor was added.
Uh oh!
There was an error while loading. Please reload this page.