Philippe Canal

Results 332 comments of Philippe Canal

The problem may (or may not) simply be that the map is not loaded.

The meta description does indeed point to a thread problem. The low level symptom (wrong bytecount) unfortunately does not help (it could be that the writing was wrong or that...

The bug is hiding from me :(. No luck so far seeing it in a debugger with the second recipe either.

If an exception is desired when the `TTree` is empty, wouldn't it make more sense to catch it explicitly? I.e. ``` 5 TTree noEntry("noEntry", "All branches correct but no entry");...

What am I doing wrong in the following attempt to reproduce?: With: ``` // tester.C #include #include #include int tester() { TTree t{"test", "test"}; std::vector b1; std::vector b2; t.Branch("b1", &b1);...

Indeed with `Next` I now get the behavior. It is still a bit odd to me that the original code is not checking for error code from `Next` (which returns...

> [1965517:tpc-tracker]: i= 2, mPadSubset type= 23, offset= 56, len=2, method=0 [optimized] > as I would have expected it to be len=1. Can you explain me what is going on?...