- Aug 28, 2020
-
-
Frank Winklmeier authored
-
- Aug 14, 2020
-
-
- May 18, 2020
-
-
Walter Lampl authored
-
- Apr 28, 2020
-
-
Frank Winklmeier authored
-
- Dec 19, 2019
-
-
create Tracking/TrkConfig package, move all new configuration files in, update path where they were used
-
- Dec 17, 2019
-
-
- Dec 05, 2019
-
-
Edward Moyse authored
-
- Nov 19, 2019
-
-
John Chapman authored
Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file. In python3 the output file needs to be explicitly opened in binary mode. I.e. ```f = open('configdump.pkl','wb')``` rather than ```f = open('configdump.pkl','w')```
-
- Sep 18, 2019
-
-
Frank Winklmeier authored
Enable the ATLAS-specific flake8 checks ("ATL") for packages that already define a flake8 unit test. See https://gitlab.cern.ch/atlas/atlasexternals/tree/master/External/flake8_atlas for a list of the additional checks.
-
- Aug 27, 2019
-
-
- Aug 14, 2019
-
-
- Jul 27, 2019
-
-
Test ID now, and also fix problem with some properties of Trk__TrackingGeometrySvc not being filled.
-
- Jul 23, 2019
-
-
Edward Moyse authored
Flake8 failure.
-
- Jul 22, 2019
-
-
Edward Moyse authored
-
Edward Moyse authored
Fixed missing installation of python files, extended and improved the test in the Config file, and also explicitly disable the extrapolator if not required, to avoid an unconfigured autoretrieve.
-
- Jul 18, 2019
-
-
Frank Winklmeier authored
Fix warnings/errors flagged by `flake8`. Mostly unused variables/imports or stylistic code problems.
-
- Jul 11, 2019
-
-
Fixes for extrapolation - you need to explicitly turn the correct geometry and detdescr on, because otherwise the tracking geometry is not built. And we cannot just turn everything on or forward detetctors fails.
-
- Jun 25, 2019
-
-
Initial commit of DumpEventDataToJSON, including Jets and TrackParticles, with some simple extrapolation.
-