- Jul 16, 2020
-
-
Frank Winklmeier authored
Fix or remove `atlas_install_*` statements that do not reference any files.
-
- Jul 14, 2020
-
-
Andrii Verbytskyi authored
-
- Jun 19, 2020
-
-
Marcin Nowak authored
SealSvc does not have any useful function any more
-
- May 28, 2020
-
-
scott snyder authored
Missing find_package for CLHEP.
-
- May 18, 2020
-
-
Frank Winklmeier authored
-
- May 15, 2020
-
-
- May 13, 2020
-
-
- May 07, 2020
-
-
IgnoreInputFileBoundary flag had no use and no plans for use. MetaDataSvc::prepareOutput(stream) is a new version of prepareOutput() that should work for parallel streams (metadata tools need to be adapted still)
-
- May 06, 2020
-
-
- Apr 29, 2020
-
-
- Apr 27, 2020
-
-
- Apr 24, 2020
-
-
Replaced the FourVector:point3d().x() and similar methods with FoutVector::position().x() and similar
-
- Apr 21, 2020
-
-
Andrii Verbytskyi authored
-
- Apr 20, 2020
-
-
-
Andrii Verbytskyi authored
-
- Apr 09, 2020
-
-
- Built full geometry model to get MBTS - Adapted to the new Run2 geometry hierarchy - Completed the CLHEP to Eigen migration - Migrated to standalone GeoModelKernel library Fixed the issue in AA-6
-
- Apr 07, 2020
-
-
-
Frank Winklmeier authored
StatusCodeSvc is deprecated. Remove the corresponding RecFlag and all its references.
-
- Apr 02, 2020
-
-
scott snyder authored
-
scott snyder authored
Updates for python 3 compatibility.
-
- Mar 31, 2020
-
-
Attila Krasznahorkay authored
This was just a best guess to what should be done here, hopefully I was not too much off the mark. ;-)
-
- Mar 29, 2020
-
-
scott snyder authored
Updates for python 3 compatibility. Enable flake8 checking and fix warnings.
-
scott snyder authored
Updates for python 3 compatibility. Enable flake8 checking and fix warnings.
-
- Mar 26, 2020
-
-
Liaoshan Shi authored
Fixed the issue in AA-5
-
- Mar 25, 2020
-
-
Attila Krasznahorkay authored
At the same time simplified the CMake configuration a tiny bit as well.
-
- Mar 18, 2020
-
-
Liaoshan Shi authored
The rotation angle and shift of MDT BMG chambers were not properly printed because the center of BMG chambers are not aligned with the sector center in XY-plane. This patch corrects for that and return a rotation angle to the next sector if the angular separation of the chamber and the next sector center is less than half of the sector open angle.
-
- Mar 11, 2020
-
-
Vakhtang Tsulaia authored
-
- Feb 24, 2020
-
-
- Feb 20, 2020
-
-
- Jan 31, 2020
-
-
Nicholas Styles authored
-
- Jan 30, 2020
-
-
Nicholas Styles authored
move remaining client code to use classes from PixelReadoutGeometry, remove duplicates from InDetReadoutGeometry
-
- Jan 03, 2020
-
-
scott snyder authored
clang warnings: - Remove unneeded #define private. - Fix typo in qualityString(); was calling wrong method. - Fix arg-passing problem in JetCollectionSettingsButton::Imp::createMaterial (int used for a float arg) - Remove MissingEtCollHandle::Imp::collHandle. Was unused and anyway just called itself.
-
scott snyder authored
clang warnigns: - Remove unneeded #define private. - Unused variables.
-
- Dec 25, 2019
-
-
scott snyder authored
clang warning: struct/class mismatch.
-
scott snyder authored
clang warning: unused private data member.
-
- Dec 24, 2019
-
-
scott snyder authored
clang warnings: - unused variables - unneeded #define private - comparing address of a references to nullptr.
-
scott snyder authored
clang warnings: - missing override keywords - unused variables. - string conversion.
-
scott snyder authored
- useless comparison will nullptr - unused variables - typeid with side effects - string conversion
-
- Dec 16, 2019
-
-
Attila Krasznahorkay authored
In the "new packaging" the external is now called like that...
-
- Nov 21, 2019
-
-
Frank Winklmeier authored
The `TestPolicy` dependency stems mostly from the automatic `requirements` to `CMakeLists.txt` file migration. In cmake builds, the TestPolicy package is mostly useless apart from a few header files. So most packages do no need this dependency anymore.
-