Olivier Couet
Olivier Couet
Now I get: ``` ... [100%] Built target modules_idx [100%] Generating tutorials/hsimple.root Processing hsimple.C... hsimple : Real Time = 0.22 seconds Cpu Time = 0.07 seconds (TFile *) 0x7fccdab5e360 [100%]...
@jolly-chen : Looks good! let's see what it will produce.
Indeed it is just using `gInterpreter->MapCppName` if a test should be done it would be to test `MapCppName`. I thought a bit about it and I think this issue might...
Indeed this approach using `gInterpreter->MapCppName` is already used in some other SavePrimitives methods (like TH1). Seems to me it makes sense to continue with the same technique in the class...
I am on it. It is more complex than expected. TH2Poly is more complex
I do not see that with master on my Intel IMac running MacOS 12.7.4 ``` root [0] TH1F h("h","h", 64, -4,4); root [1] h.FillRandom("gaus") root [2] h.Draw() Info in :...
I tried also on macphsft33 Macos 14.4.1 M2 .with master. Itis also fine
On Mac, an extra "ProcessEvent" is needed to flush the buffers. It can not be included in Update() (many long discussions with Timur about that. I do not remember the...
The long line produces a syntax error. The `` was truncated.