- Jan 25, 2019
-
-
Attila Krasznahorkay authored
Some of the VP1 packages were using the ${QT5_ROOT} variable. Since that variable no longer exists, it seemed reasonable to clean up the configuration of these packages. While at it, I made all other cleanup that seemed reasonable.
-
Vakhtang Tsulaia authored
All units migrated except GeoModelKernelUnits::gram/g, which is different from Gaudi::Units::gram/g
-
-
- Jan 22, 2019
-
-
Vakhtang Tsulaia authored
-
- Dec 18, 2018
-
-
Edward Moyse authored
-
- Dec 17, 2018
-
-
Walter Lampl authored
Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 61 files were set to 644 (ATLINFR-2011).
-
- Dec 14, 2018
-
-
Vakhtang Tsulaia authored
Given the standalone library is based on Eigen instead of CLHEP, all GeoModel clients in Athena code were also migrated to the Eigen-based interface of GeoModel. This affected a large number of packages. Most significant changes have been introduced to subsystem GeoModel packages. The in-house GeoModelKernel code has been removed from the repository. Almost all header files in PixelGeoModel have been moved to the src directory. The next step should be turning this package into a component-only library. Similar code reorganization can be applied to SCT_GeoModel too. Subsystem readout geometry interfaces remain mostly unchanged, except for a minor change in the InDet readout geometry interface (which was unavoidable). Several non-GeoModel packages affected by this migration mostly required addition of missing CLHEP includes. Former-commit-id: 9cffebb1
-
- Nov 28, 2018
-
-
Frank Winklmeier authored
Former-commit-id: ee9c11aa
-
- Nov 15, 2018
-
-
Storing ED online setup changes See merge request atlas/athena!15860 (cherry picked from commit 2d37f4b8 [formerly 79fd73179a63716f2005efe7d4386df5254b1c69]) 5fb3a177 Storing ED online setup changes f0736e22 Update EventUtils.py b55a3e55 Update EventDisplaysConfig.py e86e2e61 Update OnlineEventDisplaysSvc.py a1d5ca40 Update PruneAlg.py 62d561dc Update ONCRPCServerSvc.cxx 1a16d917 Update ONCRPCServerSvc.cxx Former-commit-id: 6b6fc89f
-
- Nov 05, 2018
-
-
Goetz Gaycken authored
Former-commit-id: 1ab115ddfb206752f9bf98b128d51230ed5d8a82
-
- Nov 01, 2018
-
-
Edward Moyse authored
Former-commit-id: 9dc8a2c8
-
- Oct 20, 2018
-
-
scott snyder authored
gcc8 warning: Catching polymorphic exception by value. Former-commit-id: c6cb057a
-
- Oct 17, 2018
-
-
scott snyder authored
gcc8 warnings: Catching polymorphic exception by value. Former-commit-id: 6913a0fe
-
- Oct 01, 2018
-
-
Peter Van Gemmeren authored
Former-commit-id: d33bbc09
-
scott snyder authored
gcc8 warnings: Catching polymorphic exception by value. Former-commit-id: 49d51d9b
-
- Sep 27, 2018
-
-
scott snyder authored
Headers from CLIDSvc moved to AthenaKernel; adjust. Remove unneeded direct dependency on SGTools. Former-commit-id: c2e0a7c4
-
- Sep 25, 2018
-
-
Riccardo Maria Bianchi authored
Former-commit-id: 3d2a36d5
-
- Sep 24, 2018
-
-
scott snyder authored
Missing #include. Former-commit-id: a3ec180e
-
- Sep 18, 2018
-
-
Former-commit-id: 41349720
-
- Sep 11, 2018
-
-
Remove Lorentz angle related methods from SiDetectorElement. Remove SiLorentzAngleSvc and SiLorentzAngleCHSvc classes, their interface, and usages. (ATLASRECTS-4048, ATLASRECTS-4486) Former-commit-id: e7d79d7cf17d3d403d1b2ec8565ef3a610af92d8
-
- Sep 02, 2018
-
-
scott snyder authored
Compilation warning: missing break in switch statement. Former-commit-id: fcf31aa7
-
- Aug 10, 2018
-
-
Former-commit-id: fa147369bbc4cadde69656bdfefb16bbf5b38375
-
- Aug 01, 2018
-
-
scott snyder authored
Remove reference to obsolete package DataModel. Former-commit-id: 0800187d
-
- Jul 20, 2018
-
-
charles leggett authored
The Gaudi PluginSvc has been refactored and modernizes. See gaudi/Gaudi!709 As well as some changes to macros that directly call on certain features of the PluginSvc itself, other code that has been impacted is as follows: - destructors of Converters must be public - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included Former-commit-id: 83042516
-
- Jul 06, 2018
-
-
Former-commit-id: 7168881c
-
- Jul 02, 2018
-
-
Former-commit-id: 5b311b8f
-
- May 07, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 7398b866
-
- Apr 21, 2018
-
-
Vakhtang Tsulaia authored
Former-commit-id: b9c81962
-
- Apr 19, 2018
-
-
Vakhtang Tsulaia authored
This reverts merge request !10494 Former-commit-id: 101cb2ff
-
Edward Moyse authored
We need to initialise the SoGenericBox (probably this worked before because it was initialised somewhere else). Fix for ATLASVPONE-397 Former-commit-id: ea1a34b5
-
Edward Moyse authored
Former-commit-id: c14d4a5f
-
- Apr 16, 2018
-
-
Walter Lampl authored
Former-commit-id: db8692a5
-
- Apr 10, 2018
-
-
Riccardo Maria Bianchi authored
adding a warning message if rel. 21 is detected, then give instructions to use rel. 22 or master and quit Former-commit-id: 455ae4ec
-
- Mar 29, 2018
-
-
charles leggett authored
major changes: - removal of DECLARE_FACTORY_ENTRIES - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT - constructor of Converters is public, not protected - remove #include "GaudiKernel/CnvFactory.h" - remove #include "GaudiKernel/ToolFactory.h" - remove #include "GaudiKernel/AlgFactory.h" - remove #include "GaudiKernel/AudFactory.h" - remove #include "DeclareFactoryEntries.h" Former-commit-id: fd7a40f5
-
- Mar 26, 2018
-
-
Stewart Martin-Haugh authored
Former-commit-id: a861566a96ab6d18f9444848374bf2a1a3c24f81
-
- Mar 14, 2018
-
-
Attila Krasznahorkay authored
library as well in LCG_91. Former-commit-id: 9f4527a6
-
- Mar 07, 2018
-
-
scott snyder authored
Private data members should start with m_. Former-commit-id: 0333bfcb
-
scott snyder authored
Private data members should start with m_. Former-commit-id: bcd8e8ef
-
Edward Moyse authored
Former-commit-id: 32cc3918
-
- Feb 28, 2018
-
-
scott snyder authored
Private data members should start with m_. Former-commit-id: acfc4304
-