Silverweed

Results 86 comments of Silverweed

The move out of `Experimental` is not really a driving motivation for this change (I hadn't even considered that), but making the file more information-dense is. Maybe it's only me,...

Crash observed in readFV0hits.C, looks related: ``` *** Break *** segmentation violation =========================================================== There was a crash. This is the entire stack trace of all threads: =========================================================== #0 0x00007f11078a2006 in...

Another way to make it succeed is by commenting out the `#if defined(__CLING__) ...` guards to add the includes even with the interpreter (found by @dpiparo)

Minimal repro for https://github.com/root-project/root/issues/18972#issuecomment-2966616169: ``` void foo() { std::string simFName(o2::base::DetectorNameConf::getHitsFileName(o2::detectors::DetID::FV0, "o2sim")); std::vector hits; } ``` Interestingly, this only crashes if a `std::vector` is involved.

> Does it crash without the string? No, it only crashes if `o2::base::DetectorNameConf` is autoloaded

Only with the string? Does it crash without?

(copied from #19137) I just tested the `GetAndSave` repro with a local build of O2 (on archlinux) with this patch applied on top of v6-36-00-alice2 and the crash disappeared for...

Hello, thanks for the contribution. I tested this quickly and found 2 problems: 1- if you click on a row label, don't change anything and click outside, the edit input...

Also, if now I click on a row the color defaults to red no matter which row it is, and if I click outside without touching anything the row changes...