- Nov 17, 2023
-
-
CPAlgorithms: allow Run4 settings for PHYSLITE development
-
Walter Lampl authored
Make primary vertex container name configurable See merge request atlas/athena!67172
-
Make primary vertex container name configurable
-
Walter Lampl authored
Update RAW->DAOD TLA: ATR-28524 See merge request atlas/athena!67125
-
Update RAW->DAOD TLA: ATR-28524
-
Walter Lampl authored
VP1BPhysSystems+VP1BanksSystems+VP1VertexSystems+VP1LegoSystems: slots -> Q_SLOTS See merge request atlas/athena!67184
-
Walter Lampl authored
InDetRecExample: Update for interface change in InDetConfig. See merge request atlas/athena!67176
-
InDetRecExample: Update for interface change in InDetConfig. FTAG_AUXDATA moved from TrackRecoConfig to InDetTrackOutputConfig.
-
Walter Lampl authored
VP1TrackSystems: slots -> Q_SLOTS See merge request atlas/athena!67183
-
VP1TrackSystems: slots -> Q_SLOTS Rename the Qt slots 'keyword' to Q_SLOTS. Having this in the source confuses cppcheck, which reports syntax errors. We can define slots as a macro expanding to nothing in the cppcheck configuration, but if we do that globally, there are other packages that break because they use slots as an identifier. Using Q_SLOTS instead prevents this name collision.
-
Walter Lampl authored
LArROD: Fix configuration for run1. See merge request atlas/athena!67175
-
LArROD: Fix configuration for run1. See ATR-28527.
-
Walter Lampl authored
RecExCommon: Configuration update. See merge request atlas/athena!67177
-
RecExCommon: Configuration update. Remove reference to nonexistent JO file.
-
Walter Lampl authored
Add missing GSF mixtureReducer See merge request atlas/athena!67174
-
Add missing GSF mixtureReducer
-
Walter Lampl authored
RootStorageSvc: Ignore EINVAL in final file flush. See merge request atlas/athena!67173
-
RootStorageSvc: Ignore EINVAL in final file flush. In RootDatabase::close(), we call TFile::Write to flush the file before it is closed. In doing so, we watch to see if errno gets set to something; if it does, we complain. However, TFile::Write can trigger ROOT to search for libraries. This can result in errno being set to ENOENT. Due to this, ENOENT was already being ignored here. But on aarch64 hosts, we also see ROOT calling readlinkat() while searching for libraries, on paths that are not symbolic links. This can result in errno being set to EINVAL. So ignore EINVAL as well. Fixes test failures on aarch64 in this package as well as APRTests and IOVDbTestAlg.
-
Walter Lampl authored
Add newJO dumpConfig test See merge request atlas/athena!67169
-
Add newJO dumpConfig test
-
Walter Lampl authored
NswErrorCalibration introduce database infrastructure See merge request atlas/athena!66905
-
Add prototype for the NSW calibration database Migrate the Simple Cluster builder to new interface & clean-up Update the Time projection tool Captain merge conflict ahead Start to migrate to alma9 LocalDirection is too complicated Add JSON dumper Update author map Final version of the micromegas.. Now the Stgcs Float is the key Fix test Remove debug messages Finalize configuration Fix unit test
-
Walter Lampl authored
SimCoreTestsMT: Migrate AtlasG4_tf ttbar ART jobs to ComponentAccumulator See merge request atlas/athena!67166
-
SimCoreTestsMT: Migrate AtlasG4_tf ttbar ART jobs to ComponentAccumulator
-
Walter Lampl authored
MuonStationGeoHelpers: Fix clang warning. See merge request atlas/athena!67178
-
MuonStationGeoHelpers: Fix clang warning. Unused variable.
-
Walter Lampl authored
ATR-28412 test chains for DPJ VBF run3 See merge request atlas/athena!67128
-
ATR-28412 test chains for DPJ VBF run3
-
- Nov 16, 2023
-
-
scott snyder authored
Rename the Qt slots 'keyword' to Q_SLOTS. Having this in the source confuses cppcheck, which reports syntax errors. We can define slots as a macro expanding to nothing in the cppcheck configuration, but if we do that globally, there are other packages that break because they use slots as an identifier. Using Q_SLOTS instead prevents this name collision.
-
scott snyder authored
Rename the Qt slots 'keyword' to Q_SLOTS. Having this in the source confuses cppcheck, which reports syntax errors. We can define slots as a macro expanding to nothing in the cppcheck configuration, but if we do that globally, there are other packages that break because they use slots as an identifier. Using Q_SLOTS instead prevents this name collision.
-
scott snyder authored
Rename the Qt slots 'keyword' to Q_SLOTS. Having this in the source confuses cppcheck, which reports syntax errors. We can define slots as a macro expanding to nothing in the cppcheck configuration, but if we do that globally, there are other packages that break because they use slots as an identifier. Using Q_SLOTS instead prevents this name collision.
-
scott snyder authored
Rename the Qt slots 'keyword' to Q_SLOTS. Having this in the source confuses cppcheck, which reports syntax errors. We can define slots as a macro expanding to nothing in the cppcheck configuration, but if we do that globally, there are other packages that break because they use slots as an identifier. Using Q_SLOTS instead prevents this name collision.
-
Walter Lampl authored
Adding the Drell-Yan hypo alg to the CA trigger menu See merge request atlas/athena!67165
-
Adding the Drell-Yan hypo alg to the CA trigger menu Since the combo hypo algs should now work, adding the drell-yan hypo alg to the CA based muon chain configuration. The last piece needed for ATR-25083.
-
Walter Lampl authored
SimCoreTestsMT: Migrate MT AtlasG4_tf CalibrationHit job syntax to CA See merge request atlas/athena!67164
-
SimCoreTestsMT: Migrate MT AtlasG4_tf CalibrationHit job syntax to CA
-
Walter Lampl authored
AFT-692 Remove GN1 from PHYS(LITE) See merge request atlas/athena!67163
-
AFT-692 Remove GN1 from PHYS(LITE)
-
Walter Lampl authored
Projects: Update to externals version 2.1.4 See merge request atlas/athena!67156
-
Projects: Update to externals version 2.1.4
-