- Apr 08, 2025
-
-
Thomas Strebler authored
Adding pt,eta, phi resolution plots to TauPhysVal Monitoring See merge request !79019
-
Adding pt,eta, phi resolution plots to TauPhysVal Monitoring
-
Thomas Strebler authored
Add ambiguity re-link tool in Derivation framework and HIGG1D1/2 [ATLASEG-424] Closes ATLASEG-424 See merge request atlas/athena!79121
-
Add ambiguity re-link tool in Derivation framework and HIGG1D1/2 [ATLASEG-424]
-
Thomas Strebler authored
AthExStoreGateExample: fix missing public headers See merge request atlas/athena!79120
-
AthExStoreGateExample: fix missing public headers Previous change removed public headers, which are required by dictionaries. See report on ATEAM-982.
-
Thomas Strebler authored
EGammaVariableCorrection: Update to fixed TUNE27 for electrons See merge request atlas/athena!79086
-
EGammaVariableCorrection: Update to fixed TUNE27 for electrons Bug was found in the TUNE26 correction for electrons, new files were added to cvmfs: https://its.cern.ch/jira/browse/ATLASG-2627 this MR updates the tune for derivations.
-
Thomas Strebler authored
AthExFortranAlgorithm: package cleanup See merge request atlas/athena!79122
-
AthExFortranAlgorithm: package cleanup Add CA job options and move the unit test from ControlTest into this package. Relates to ATEAM-982.
-
Thomas Strebler authored
MuonTGC_Cabling+CnvTools: interface cleanup See merge request atlas/athena!79106
-
MuonTGC_Cabling+CnvTools: interface cleanup As of Gaudi v39r4 concrete services do not need an interface if used via a `ServiceHandle`. Also cleanup memory management.
-
Thomas Strebler authored
2025-04-07: merge of 24.0 into main See merge request atlas/athena!79109
-
Thomas Strebler authored
TrkExAlgs: remove queryInterface from PropResultRootWriterSvc See merge request atlas/athena!79103
-
TrkExAlgs: remove queryInterface from PropResultRootWriterSvc In Gaudi v39r4, concrete services no longer need an interface declaration (as was already the case for tools).
-
Thomas Strebler authored
MuonCalibStandAloneBase: interface cleanup for RegionSelectionSvc See merge request atlas/athena!79107
-
MuonCalibStandAloneBase: interface cleanup for RegionSelectionSvc Gaudi v39r4 no longer requires an interface for concrete services if used via a `ServiceHandle`.
-
Thomas Strebler authored
Extrapolator follow up cleanup to !79066 See merge request atlas/athena!79110
-
Extrapolator follow up cleanup to !79066
-
Thomas Strebler authored
CSCcablingSvc: remove interface declaration See merge request atlas/athena!79105
-
CSCcablingSvc: remove interface declaration With Gaudi v39v4 we no longer need interfaces for concrete services if used via a ServiceHandle. Also cleanup link dependencies.
-
Thomas Strebler authored
Get hash before releasing collection, fix for clang See merge request atlas/athena!79102
-
Get hash before releasing collection, fix for clang
-
Thomas Strebler authored
PileUpMergeSvc+Stream: interface and code cleanup See merge request atlas/athena!79100
-
PileUpMergeSvc+Stream: interface and code cleanup - Use a `ServiceHandle` for `PileUpMergeSvc` so we can drop the interface declaration (new feature in Gaudi v39r4). - Remove undefined `PileUpStream` constructor taking a `StoreGateSvc` pointer. - Move member initialization to header where possible. - Define move constructor in terms of move assignment. - Remove uses of `assert`.
-
Thomas Strebler authored
Implementing bulk copying mechanisms for pixel clusters See merge request atlas/athena!78916
-
feat: first implemen. of bulk copy The bulk copying mechansims, i.e. variable-by-variable has been implemented for the pixel containers, only for variables that have a fixed size. Instead of relying on per-cluster calls we use the fact that each aux var. is backed by a contiguous buffer, such that we can copy all elements of a single var. in one memory operation. The overall workflow pre-allocates container and AuxCont. Then we get a span for the contigous array via the accessor, and then bulk copy in one-shot. The next step will be to optimise the jagged variable types.
-
Thomas Strebler authored
DBReplicaSvc: code modernization See merge request atlas/athena!79091
-
DBReplicaSvc: code modernization Code modernization of `[I]DBReplicaSvc`. No functional changes.
-
Thomas Strebler authored
Add nearest jet decorations to FTAG derivations See merge request !79092
-
Add nearest jet decorations to FTAG derivations
-
Thomas Strebler authored
MCTruthClassifier: Switch to using MC::isNucleus helper function from TruthUtils See merge request atlas/athena!78426
-
MCTruthClassifier: Switch to using MC::isNucleus helper function from TruthUtils
-
Thomas Strebler authored
MdtCalibIOSvc+MuonCalibPatRec: remove unused packages See merge request atlas/athena!79108
-
MdtCalibIOSvc: remove unused package The build of this package was disabled in !64690 one year ago. Since nobody missed it, let's delete the code from the repository
-
- Apr 07, 2025
-
-
Thomas Strebler authored
Cleanup of CaloUtils See merge request atlas/athena!79097
-
Cleanup of CaloUtils
-
Thomas Strebler authored
-
Thomas Strebler authored
convert SplitPhotonFilter to xAODSplitPhotonFilter See merge request atlas/athena!79018
-
convert SplitPhotonFilter to xAODSplitPhotonFilter
-