- Apr 23, 2017
-
-
Takashi Yamanaka authored
Initial attempt to create an AthSimulation Project See merge request !798 Former-commit-id: 8d93a9c2
-
Takashi Yamanaka authored
UserAnalysisUtils: Remove several uses of const_cast. See merge request !1027 Former-commit-id: 6f6a6c31
-
Takashi Yamanaka authored
SiCombinatorialTrackFinderTool_xk: Fix gcc6 warnings. See merge request !1028 Former-commit-id: fc3dc859
-
Takashi Yamanaka authored
Fix context creation for AthenaMP See merge request !1024 Former-commit-id: 9dc2fe1f
-
Takashi Yamanaka authored
Add branch description to project README See merge request !1048 Former-commit-id: f4c6455e
-
Takashi Yamanaka authored
AthenaPoolCnvSvc+InDetEventAthenaPool: Allow specifying name used for error messages to avoid undefined behavior. See merge request !1052 Former-commit-id: 1d17d5b5
-
Takashi Yamanaka authored
DataQualityUtils: Various fixes See merge request !1070 Former-commit-id: 0d0f59b1
-
Takashi Yamanaka authored
Add support to Read/Write handles for implicit symlinks See merge request !1068 Former-commit-id: ca3b0fc3
-
Takashi Yamanaka authored
AthContainers: MT fix for PackedContainerStreamer. See merge request !1069 Former-commit-id: 6b114cfe
-
Takashi Yamanaka authored
SCT_ConditionsServices: Fix test. See merge request !1105 Former-commit-id: 5b000d42
-
Takashi Yamanaka authored
xAODJet: Fix using declaration; use standard type traits. See merge request !1101 Former-commit-id: 408729c1
-
Takashi Yamanaka authored
AthenaPoolTest: Some reference files moved out-of-repository. See merge request !1102 Former-commit-id: 33794a69
-
Takashi Yamanaka authored
Master atlasrects 4013 (Add isBadSCTChip method to InDetTrackHoleSearchTool) See merge request !1094 Former-commit-id: dbe84f6f
-
- Apr 22, 2017
-
-
Scott Snyder authored
Fix build of component library: code should not be duplicated between main and component library. Former-commit-id: 26440b34
-
Scott Snyder authored
Gaudi/Athena initialization should not be done from global ctors. Add missing reference file. Former-commit-id: e3a12ca0
-
Scott Snyder authored
Some reference files were dropped during the git conversion. Allow finding them outside of the repository. Former-commit-id: 30d8f032
-
Scott Snyder authored
Use std::is_base_of rather than a hacky substitute. Former-commit-id: 9b20b49c
-
Scott Snyder authored
A using declaration should not be in the global namespace in a header. Former-commit-id: 81606706
-
- Apr 21, 2017
-
-
Susumu Oda authored
Add IGeoModelSvc to retrieve geometry information by following PixelConditionsTools/PixelCalibDbTool Former-commit-id: f12582fe
-
Susumu Oda authored
Former-commit-id: 20df4c4e
-
Susumu Oda authored
Former-commit-id: 24c4db16
-
Susumu Oda authored
Former-commit-id: 22f8f2a1
-
Oleg Kuprash authored
TrigT1CaloToolInterfaces+TrigT1CaloTools: Fix undefined behavior warning. See merge request !1022 Former-commit-id: 5a9a0f11
-
- Apr 20, 2017
-
-
scott snyder authored
Variable-length arrays are nonstandard, and gcc warns about them. In this particular case, we don't even need to use an array. Former-commit-id: 4b5c8172
-
Scott Snyder authored
Former-commit-id: c05129b3
-
Scott Snyder authored
Former-commit-id: b2ea65d8
-
Scott Snyder authored
Former-commit-id: 50bd78aa
-
scott snyder authored
PackedContainerStreamer was missing an implementation of the Generate() method. This doesn't matter in single-threaded mode, but leads to I/O crashes in MT mode. Former-commit-id: 5608c498
-
Scott Snyder authored
Former-commit-id: 5b456f84
-
Scott Snyder authored
to symlinked objects. Former-commit-id: 26c9420c
-
Scott Snyder authored
Tell hive about entries made with addSymLink and addAlias. Extend addedNewPersObject to also tell hive about symlinks and aliases. Former-commit-id: bc2d4295
-
Scott Snyder authored
Extend SGInputLoader to tell hive about aliases and symlinks for objects being read. Former-commit-id: 454282e4
-
Scott Snyder authored
Former-commit-id: 2732c51a
-
scott snyder authored
The MsgStream used for generating messages from AthenaPoolConverter had the name hardcoded as `AthenaPoolConverter'. In some cases, downstream code was using tricks to change this to something more meaningful. Add an optional argument to the converter constructors to allow overriding the default with a more appropriate name. Former-commit-id: 3d84e7e4
-
scott snyder authored
Code in this package was taking advantage of undefined behavior to change the name used by the MsgStreams of converters (a protected data member) to something more meaningful. This results in warnings from the undefined behavior sanitizer. cnvname.AthenaPoolCnvSvc added an optional argument to the converter constructors to allow specifying this name. So switch to using this. Former-commit-id: 746f7f53
-
Frank Winklmeier authored
Former-commit-id: 5d17566b
-
Scott Snyder authored
gcc6 warnings: misleading indentation. Former-commit-id: e8de9bfa
-
Scott Snyder authored
Former-commit-id: 845f6cfd
-
- Apr 19, 2017
-
-
Peter van Gemmeren authored
PersistencySvc on demand. Former-commit-id: acc7af79
-
scott snyder authored
If we reference DataVector<xAOD::TriggerTower>, we need to include TriggerTowerContainer.h, not just TriggerTower.h. Otherwise, we won't see the DATAVECTOR_BASE macro declaring the TriggerTower inheritance, and thus we'll be using a _different_ DataVector type. This then gives ubsan warnings. Former-commit-id: 662ee90f
-