- Jan 10, 2022
-
-
Gerhard Raven authored
Change the type of the properties used to specify the input / output locations of {Merging,Splitting}Transformer from vector-of-string to the more appropriate vector-of-DataObjID
-
Marco Clemencic authored
See merge request !1298
-
Marco Clemencic authored
Closes #114 See merge request !1296
-
Marco Clemencic authored
See merge request !1293
-
Marco Clemencic authored
See merge request !1288
-
Marco Clemencic authored
See merge request !1291
-
Marco Clemencic authored
See merge request !1289
-
- Jan 07, 2022
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Closes #212 See merge request !1290
-
Frank Winklmeier authored
Apply the `OrderedSetSemantics` by default to `std::unordered_set` and `set::set`. This fixes e.g. problems when merging the ExtraInputs/Outputs properties of algorithms.
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jan 06, 2022
-
-
Marco Clemencic authored
-
- Dec 16, 2021
-
-
Gerhard Raven authored
-
- Dec 15, 2021
-
-
Gerhard Raven authored
-
- Dec 14, 2021
-
-
Gerhard Raven authored
-
- Dec 13, 2021
-
-
Johannes Heuel authored
-
Johannes Heuel authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
- Dec 11, 2021
-
-
Johannes Heuel authored
-
- Dec 09, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1287
-
Marco Clemencic authored
See merge request !1286
-
Marco Clemencic authored
-
-
Marco Clemencic authored
-
-
Marco Clemencic authored
See merge request !1285
-
Marco Clemencic authored
See merge request !1284
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1282
-
Marco Clemencic authored
See merge request !1279
-
- Dec 08, 2021
-
-
Frank Winklmeier authored
The `TObject::InheritsFrom` call can be quite slow. Since we already deduce the object type (`TH1`, `TTree`, etc.) during registration, save this information and use it instead of re-deriving it every time. Also avoid calling `updateFiles` if no TTrees are registered. Both these changes significantly speed up the `EndEvent` incident handling for jobs with large (>10k) number of histograms. Also re-organize `struct THistID` to avoid padding and delete unused `reset` method.
-