Philippe Canal

Results 332 comments of Philippe Canal

Which data member does the energy and pT (or eta or phi) correspond to?

Fair enough. It seems to have to do with the handling/passing-through to the base class. Let me try to write a standalone reproducer.

I can reproduce locally. I am looking for a solution.

I am making steady progress towards the fix.

> R__unzipLZMA: error 9 in lzma_code As far I can tell this means that there is a read error within the lzma decoding, i.e. the buffer is most likely corrupted....

One concern is a possible dead-lock between the ROOT lock and the dlopen lock .... We may need a more fine grain solution.

> If this analysis is correct, then we already have potential deadlock problems, ... Indeed but the only we can really affect is the code that is intentionally (and necessarily)...

Yes, it is albeit as similar patch still needs to be applied to the genreflex code path in ROOT's cmake.

On the surface the issue is that cmake produce rootcling command line for G__RIO.cxx which contains: ``` -writeEmptyRootPCM -D -compilerI/Application ``` Note the -D followed by nothing. We noted this...

Additional notes: nlohmann_json v3.9 only had one COMPILE_DEFINITIONS so it was working nlohmann_json v3.10.5 had two COMPILE_DEFINITIONS but one of them defaulted to ON nlohmann_json v3.11.0 increase to 5 BUT...