Commits on Source (88)
-
Gerhard Raven authoredf4403cbb
-
Christoph Hasse authored
feat: introduce a new implementation of IFactory which uses the project compiler to jit compile functors
bbb5bdd1 -
Christoph Hasse authoredaf782dd2
-
Christoph Hasse authoredc20d7dc3
-
Christoph Hasse authoreddeacb75b
-
Christoph Hasse authored1e1994d8
-
Christoph Hasse authoreda8f229a5
-
Christoph Hasse authoredbf5e2897
-
Christoph Hasse authored274b8740
-
Christoph Hasse authored574d3be8
-
Christoph Hasse authored54eb84de
-
Christoph Hasse authored64f02ff3
-
Christoph Hasse authored5eac951e
-
Christoph Hasse authored9cf6ed88
-
Christoph Hasse authored94c7b3c2
-
Christoph Hasse authored249ccdeb
-
Christoph Hasse authoredb9c7494f
-
59812a52
-
87ae7cfb
-
Christoph Hasse authored58d0633c
-
Christoph Hasse authored8a247d2a
-
08556f8d
-
5e9d7e6f
-
a5f8dbdb
-
306d57fe
-
328ceeb5
-
Christoph Hasse authoredf7a14c18
-
Christoph Hasse authored786763eb
-
Christoph Hasse authored241d9d6d
-
Christoph Hasse authored05f066ff
-
Christoph Hasse authored4dbdd5e6
-
Christoph Hasse authored668d8e75
-
Christoph Hasse authoreda128dc4d
-
Christoph Hasse authored1b65336b
-
Christoph Hasse authoredfb3d475c
-
Christoph Hasse authored583916ec
-
Christoph Hasse authored642374ba
-
Christoph Hasse authored960d9de2
-
Christoph Hasse authored9b6dc65b
-
Christoph Hasse authored39f2b44b
-
Christoph Hasse authored6e6d4573
-
Christoph Hasse authoredf9f6fa05
-
Christoph Hasse authored41917e98
-
Christoph Hasse authored9fd0a90f
-
Christoph Hasse authoredade9ace8
-
Christoph Hasse authored420c6018
-
Christoph Hasse authored8fb4d0c2
-
Christoph Hasse authored4146842a
-
Christoph Hasse authoredcc6787ab
-
Christoph Hasse authored39d91dd9
-
Christoph Hasse authoredf3260166
-
Christoph Hasse authored305f7da1
-
Christoph Hasse authored94dbc43e
-
Christoph Hasse authored1691fac8
-
Christoph Hasse authoredf6967e9b
-
d5036c04
-
Christoph Hasse authored2fc49964
-
Christoph Hasse authoredb91d7f92
-
Christoph Hasse authored840bac74
-
Christoph Hasse authored596cba51
-
Christoph Hasse authored
Benefit of only generating the cpp files and letting cmake handle the rest is that the cache library is treated as a normal lib and we get some stuff for free: - ccache is uses like for all other cpp files - list components -> easily retrival of functors in cache via PluginSVC
9118f720 -
Christoph Hasse authored773d19b9
-
Christoph Hasse authored48afb0d6
-
Christoph Hasse authoredcf868a5f
-
Christoph Hasse authored06aac1fd
-
Christoph Hasse authored1e3f18b5
-
Christoph Hasse authored5209325e
-
Christoph Hasse authoreda87a2ec3
-
Christoph Hasse authorede22dd289
-
4d9e3844
-
Christoph Hasse authored501d06b3
-
Christoph Hasse authored3281aee0
-
Christoph Hasse authored
fix clang linker problem due to missing gcc-toolchain flag, introduced when enabling multi threaded compilation
59b46959 -
Christoph Hasse authored2476b65a
-
Christoph Hasse authoredd2627c5d
-
02f2270a
-
Rosen Matev authored
Support fitting PrSeedTracks with PrKalmanFilter See merge request !2788
ccaf75ae -
RefBot authoreda538ce59
-
Rosen Matev authored
FunctorFactory, replace CLING backend with native compiler See merge request !2699
fcf82685 -
Rosen Matev authored
Update References for: LHCb!3430, !2699, Moore!1416, Analysis!871 based on lhcb-master-mr/4076 See merge request !2820
e91d5196 -
Gerhard Raven authored35075c41
-
Gerhard Raven authored66a790bc
-
Rosen Matev authored
fix duplicate symbols in SigmaNet See merge request !2808
dac09c26 -
Rosen Matev authored60f2018e
-
Rosen Matev authored
Fix issues with super project build See merge request !2822
84298fe7 -
Rosen Matev authored
add missing deref See merge request !2810
5864f43f -
5f3d8855
-
Rosen Matev authored
Fixed bug in FitNode::unbiasedState() introduced by the 2D measurements MR See merge request !2786
7a288d41
Showing
- Phys/FunctorCache/CMakeLists.txt 9 additions, 18 deletionsPhys/FunctorCache/CMakeLists.txt
- Phys/FunctorCache/options/ThOr_create_cache_opts.py 6 additions, 3 deletionsPhys/FunctorCache/options/ThOr_create_cache_opts.py
- Phys/FunctorCore/CMakeLists.txt 163 additions, 1 deletionPhys/FunctorCore/CMakeLists.txt
- Phys/FunctorCore/include/Functors/Cache.h 2 additions, 1 deletionPhys/FunctorCore/include/Functors/Cache.h
- Phys/FunctorCore/include/Functors/Core.h 0 additions, 6 deletionsPhys/FunctorCore/include/Functors/Core.h
- Phys/FunctorCore/include/Functors/IFactory.h 47 additions, 61 deletionsPhys/FunctorCore/include/Functors/IFactory.h
- Phys/FunctorCore/include/Functors/JIT_includes.h 52 additions, 0 deletionsPhys/FunctorCore/include/Functors/JIT_includes.h
- Phys/FunctorCore/include/Functors/Particle.h 4 additions, 5 deletionsPhys/FunctorCore/include/Functors/Particle.h
- Phys/FunctorCore/include/Functors/Utilities.h 46 additions, 1 deletionPhys/FunctorCore/include/Functors/Utilities.h
- Phys/FunctorCore/include/Functors/with_functor_maps.h 1 addition, 10 deletionsPhys/FunctorCore/include/Functors/with_functor_maps.h
- Phys/FunctorCore/include/Functors/with_functors.h 2 additions, 24 deletionsPhys/FunctorCore/include/Functors/with_functors.h
- Phys/FunctorCore/include/Functors/with_output_tree.h 8 additions, 4 deletionsPhys/FunctorCore/include/Functors/with_output_tree.h
- Phys/FunctorCore/python/Functors/utils.py 0 additions, 29 deletionsPhys/FunctorCore/python/Functors/utils.py
- Phys/FunctorCore/src/Cache.cpp 4 additions, 2 deletionsPhys/FunctorCore/src/Cache.cpp
- Phys/FunctorCore/src/Components/ExampleAlg.cpp 2 additions, 2 deletionsPhys/FunctorCore/src/Components/ExampleAlg.cpp
- Phys/FunctorCore/src/Components/Factory.cpp 489 additions, 292 deletionsPhys/FunctorCore/src/Components/Factory.cpp
- Phys/FunctorCore/src/FunctorDesc.cpp 20 additions, 5 deletionsPhys/FunctorCore/src/FunctorDesc.cpp
- Phys/FunctorCore/src/functor_jit_dummy/test_includes.cpp 13 additions, 0 deletionsPhys/FunctorCore/src/functor_jit_dummy/test_includes.cpp
- Phys/FunctorCore/tests/options/functor_datahandle_test.py 52 additions, 0 deletionsPhys/FunctorCore/tests/options/functor_datahandle_test.py
- Phys/FunctorCore/tests/options/test_functors.py 11 additions, 10 deletionsPhys/FunctorCore/tests/options/test_functors.py
This diff is collapsed.