- Mar 12, 2021
-
-
Rosen Matev authored
Release notes and dependencies for Rec v32r0 See merge request !2369
-
Rosen Matev authored
-
- Mar 10, 2021
-
-
Rosen Matev authored
changes required for LHCb!2959 See merge request !2362
-
-
- Mar 09, 2021
-
-
Rosen Matev authored
adapt to changes required for LHCb!2956 See merge request !2361
-
- Mar 05, 2021
-
-
Rosen Matev authored
TrackRungeKuttaExtrapolator: switch to meta_enum See merge request !2358
-
Gerhard Raven authored
-
- Mar 03, 2021
-
-
Gerhard Raven authored
-
- Mar 02, 2021
-
-
Rosen Matev authored
Adapt PyConf API to snake_case convention See merge request !2354
-
Rosen Matev authored
Update calo reco monitoring histograms See merge request !2355
-
Rosen Matev authored
Make RichFuture.py example work even if env vars are not defined. See merge request !2357
-
Rosen Matev authored
TrackEventFitter - Migrate to thread safe counters See merge request !2350
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
- Mar 01, 2021
-
-
Daniel Campora authored
-
patch generated by https://gitlab.cern.ch/lhcb/Rec/-/jobs/12402164
-
Carla Marin Benito authored
-
Eduardo Rodrigues authored
-
- Feb 26, 2021
-
-
Rosen Matev authored
Change assert on maximum SciFi hits to warning See merge request !2353
-
-
- Feb 25, 2021
-
-
Rosen Matev authored
Fixes for LCG 99 See merge request !2342
-
- Feb 23, 2021
-
-
Christoph Hasse authored
-
- Feb 22, 2021
-
-
Christoph Hasse authored
-
- Feb 21, 2021
-
-
Rosen Matev authored
Remove useless warnings See merge request !2348
-
Rosen Matev authored
Use DataHandle objects in functor tests Closes #186 See merge request !2349
-
- Feb 19, 2021
-
-
Alex Pearce authored
Closes #186.
-
Rosen Matev authored
Such warnings are in general better placed in issues, rather than spamming the stdout for every run (by users or in tests). This code is anyway going to be replaced by the data flow currently defined in Moore.
-
- Feb 18, 2021
-
-
Rosen Matev authored
Minor fix for adding UT hits to long tracks See merge request !2347
-
Rosen Matev authored
Rich updates for ref index calib run3 See merge request !2346
-
Rosen Matev authored
RichPIDQC - Prebook histograms and explicitly define IDs See merge request !2345
-
Rosen Matev authored
Declare data dependencies in ThOr functors See merge request !2343
-
Christoph Hasse authored
-
Alex Pearce authored
This allows functors with DataHandle data dependencies to be serialised. As PyConf.Algorithm makes no guarantees about serialisation, we drop it during serialisation, relying on the TES location encoded in the functor string representation to implicitly preserve the data dependency.
-
Alex Pearce authored
By implementing the `data_dependencies` API added in LHCb!2930, PyConf can now retrieve data dependencies of functors. The various BoundFunctor specialisations now propagate the dependencies of their inputs to themselves. Complex functors, like MVA and COMB, are responsible for propagating data dependencies from their arguments. To support existing tests and allow for gradual migration, strings are allowed in place of DataHandle arguments, but a warning is logged. Users of functors should migrate to using DataHandle. See Moore#51 for further motivation.
-
Alex Pearce authored
Follows usage elsewhere in the stack, e.g. PyConf and Moore.
-