Dr. Christian Tacke

Results 47 comments of Dr. Christian Tacke

May I ask on the current status of this?

Some events use abstract submission via indico and allow linking the authors via indico accounts. So having the ORCID available for the final publication / etc *might* be useful. When...

It might be a subset / special case of #5165, yes. Possibly not 100% obvious from reading it directly.

Keeping it as a separate issue might also be good for people to find it and have a look at the other issue as well (I am just subscribing). I...

This happened the other way around for me just a few days ago: * I expected manual configuration to not be touched by JCasC configuration, unless explicitly overriding a specific...

I would guess, that the crash is due to FairRun\* is not being destructed properly (because most examples have a `auto run = new FairRun;` instead of `FairRun run{};`). We...

> Yes, but just `fSink->Close()`. I don't understand what's the purpose of this if statement. The `if` has a good reason: This should happen in the dtor of FairRun. And...

Just one next thought: Calling `Close` from dtor of FairRun means that FairRunSomething doesn't any longer exist (because its dtor has already ran). It only exists as a FairRun. So...