- Oct 02, 2019
-
-
Rosen Matev authored
-
Alex Pearce authored
Refactor application configuration See merge request !233
-
Rosen Matev authored
Tonic improvements Closes #83, #82, and #56 See merge request !239
-
- Oct 01, 2019
-
-
Alex Pearce authored
Closes #83.
-
Rosen Matev authored
- The precedence of nested binds was such that deeper binds override higher-level binds, however a bound value takes precedence over an argument given at the call site. This is now fixed such that higher-level binds always take precedence. - Add `f.bind(p=forced('val'))` and `f(p=forced('val'))` syntax to disregard higher-level binds. - Emit warnings whenever precedence is resolved: for conflicting higher-level binds or explicit argument at the call site or forcing. Closes #82.
-
Sascha Stahl authored
Add Sphinx-based documentation generation Closes #70 See merge request !235
-
- Sep 30, 2019
-
-
Alex Pearce authored
Closes #56.
-
- Sep 23, 2019
-
-
Alex Pearce authored
More reconstruction algorithms See merge request !214
-
Marian Stahl authored
Also tries to improve consistency with new configuration conventions.
-
- Sep 21, 2019
-
-
Alex Pearce authored
Take input files from the TestFileDB Closes #76 See merge request !236
-
Alex Pearce authored
Closes #76.
-
- Sep 20, 2019
-
-
Sascha Stahl authored
Add HLT2 test for all lines and particle makers, tidy up D02HH line module See merge request !216
-
Alex Pearce authored
Add test profiling the python config See merge request !231
-
Rosen Matev authored
- Add an options file that when inserted in the gaudirun.py options, runs cProfile and displays the results. - Add a test that uses these options and asserts the hlt1 configuration does not take more than 10 cpu seconds (real + sys).
-
- Sep 19, 2019
-
-
Alex Pearce authored
See #75.
-
Alex Pearce authored
-
Alex Pearce authored
Also add/fix some makers that the tests showed were broken.
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
-
- Sep 10, 2019
-
-
Sascha Stahl authored
Add zipping of SOA tracks + PV relations demonstrator See merge request !229
-
-
- Aug 29, 2019
-
-
Rosen Matev authored
Fix graphing of tool inputs See merge request !227
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
This allows us to verify whether tools should or should not belong to individual Algorithm instances, e.g. if a Tool instance should be private, then each call to its `configure` must pass in a parent.
-
Alex Pearce authored
Broken by !225.
-
Alex Pearce authored
Add HLT1 single muon lines See merge request !219
-
Sascha Stahl authored
Takes !184, !83, and parts of !209 and adapts them to the new configuration style.
-
- Aug 28, 2019
-
-
Rosen Matev authored
Generate data and control flow graphs by default Closes #62, #18, and #48 See merge request !225
-
Rosen Matev authored
-
Rosen Matev authored
Add TrackMVA and TwoTrackMVA implementations See merge request !223
-
Olli Lupton authored
-