- Mar 23, 2018
-
-
Walter Lampl authored
InDetRecExample: Fix reference to geometry flags. See merge request atlas/athena!9949 Former-commit-id: 7f4d6efb
-
Walter Lampl authored
xAODEgammaCnv: DataModel -> AthContainers. See merge request atlas/athena!9946 Former-commit-id: 86ee9ef0
-
Walter Lampl authored
IDC_OverlayBase: DataModel -> AthContainers. See merge request atlas/athena!9945 Former-commit-id: eef21765
-
Walter Lampl authored
DBDataModel: DataModel -> AthContainers. See merge request atlas/athena!9942 Former-commit-id: 066308bb
-
Walter Lampl authored
Delete obsolete scripts to create Gaudi components See merge request atlas/athena!9920 Former-commit-id: 3fe36012
-
Walter Lampl authored
Fixed art-output to save Dcube output directory See merge request atlas/athena!9879 Former-commit-id: 0d0a734d
-
Walter Lampl authored
Migrate RpcRawDataMonitoring to use ReadHandles for data access See merge request atlas/athena!9859 Former-commit-id: a43fd71f
-
Walter Lampl authored
Signature Monitoring algo for HLT See merge request atlas/athena!9805 Former-commit-id: 197ea8ca
-
Frank Winklmeier authored
Migrate to DECLARE_COMPONENT macro See merge request atlas/athena!9925 Former-commit-id: 4c66c885
-
scott snyder authored
A couple JO fragments were referencing the variable geoFlags without defining it, expecting it to have been set up by another JO fragment. But in some configurations, this variable now references something of the wrong type --- another fragment must be clobbering it. Explicitly import the flags object before using it. Former-commit-id: d47790b0
-
- Mar 22, 2018
-
-
Scott Snyder authored
Remove reference to obsolete package DataModel. Former-commit-id: ea043fa0
-
Scott Snyder authored
Remove reference to obsolete package DataModel. Adjust references to headers moved to AthenaKernel. Former-commit-id: bc8821a1
-
Scott Snyder authored
Remove reference to obsolete package DataModel. Adjust references to headers moved to AthenaKernel. Former-commit-id: cc1f3d5b
-
Walter Lampl authored
TileCalibBlobObjs: Coverity 118545 See merge request atlas/athena!9914 Former-commit-id: 018516fc
-
Walter Lampl authored
fix Gaudi version in AthSimulation See merge request atlas/athena!9884 Former-commit-id: 425dc20e
-
Walter Lampl authored
LArRawConditions: Fix off-by-one error in assertion. See merge request atlas/athena!9916 Former-commit-id: 2e8478d8
-
Walter Lampl authored
FourMom: Coverity 113518. See merge request atlas/athena!9910 Former-commit-id: 5cd378d4
-
Walter Lampl authored
TrigMultiVarHypo: Remove spurious algorithm factory declaration. See merge request atlas/athena!9909 Former-commit-id: d49ff0d8
-
Walter Lampl authored
Sweeping !9820 from 21.0 to master. Remove deprecated simplejson module See merge request atlas/athena!9897 Former-commit-id: 07308be5
-
Frank Winklmeier authored
Use DECLARE_COMPONENT instead of the obsolete FACTORY_ENTRIES macros to declare Gaudi components. In addition: - Move DECLARE call to _entries.cxx if available - Delete obsolete _load.cxx file Former-commit-id: 8684fcdd1a32cf993269dc304f9a779e5ff02346
-
Walter Lampl authored
art-task-build.sh update for better nightly runtime setup See merge request atlas/athena!9712 Former-commit-id: 360a146f
-
Walter Lampl authored
Cherry-pick "Merge branch 'ART_Implementation' into '21.0'" into master See merge request atlas/athena!9422 Former-commit-id: 237a322e
-
Walter Lampl authored
SGTools: Fix potential dangling proxy pointer. See merge request atlas/athena!9890 Former-commit-id: 67a7172e
-
Walter Lampl authored
SGComps: Fix DataProxy registration ordering. See merge request atlas/athena!9891 Former-commit-id: ee194d63
-
Walter Lampl authored
AthenaKernel: Update expected test results for changes in Gaudi. See merge request atlas/athena!9889 Former-commit-id: 80f536a2
-
Walter Lampl authored
Master - Fix Doxygen images See merge request atlas/athena!9807 Former-commit-id: 29e4c55e
-
Frank Winklmeier authored
Delete obsolete scripts to create Gaudi components. All these scripts are CMT-based and not maintained. For analysis-based releases see the up-to-date scripts in PyUtils/python/scripts. Former-commit-id: 2c36013f
-
Will Leight authored
Former-commit-id: a75d57d5
-
scott snyder authored
nGains can be (at most) 3. Former-commit-id: 05080fdf
-
Scott Snyder authored
Coverity warning: unchecked return. Former-commit-id: 7384b5e6
-
Scott Snyder authored
Coverity warning: Add move ctor/op to DeepCopyPointer. Former-commit-id: b557d423
-
Scott Snyder authored
Component factory declarations should go only in component libraries. Former-commit-id: c22312d4
-
- Mar 21, 2018
-
-
scott snyder authored
When setting up a DataProxy with symlinks, the primary CLID should be the first one to be registered with the store. Addresses a crash observed in derivation workflows in master. Former-commit-id: a85de07a
-
scott snyder authored
If a proxy was registered using only addToStore such that the first call was for a CLID different than proxy->clID(), then the primary_sgkey recorded is based on the CLID used for this first record, not proxy->clID(). [This ordering used to happen when ProxyProviderSvc initialized a proxy.] This in turn would confuse removeProxy when a proxy was to be actually deleted, causing a dangling reference to the deleted proxy to remain in m_keyMap. This could then lead to a crash in overwrite(). This was observed in a derivation workflow. Fix this. Former-commit-id: b7782968
-
scott snyder authored
Update expected test results for CondCont_test for recent changes in Gaudi. Fixes ctest failure. Former-commit-id: d480994d
-
Will Leight authored
Added protection against trying to retrieve RPC sector logic container when running on MC for RpcLv1RawDataEfficiency and RpcLv1RawDataSectorLogic. This requires a configurable flag to determine whether the code is running on MC or not: the configuration is updated accordingly. Former-commit-id: 69d11d74
-
Walter Lampl authored
Sweeping !9795 from 21.1 to master. Remove obsolete L2Star muon chains See merge request atlas/athena!9852 Former-commit-id: 6cddfd48
-
Walter Lampl authored
Sweeping !9824 from 21.1 to master. 21.1 online jet monitoring See merge request atlas/athena!9849 Former-commit-id: c3c8692a
-
Walter Lampl authored
Sweeping !9784 from 21.0 to master. Correct input paths and add input files in RecJobTransformTests See merge request atlas/athena!9845 Former-commit-id: 74143291
-