- Feb 08, 2025
-
-
Projects: Update LCG_107_ATLAS_3, atlasexternals 2.1.40, tdaq/tdaq-common 12-01-00
-
- Feb 07, 2025
-
-
Tadej Novak authored
MuonConfig: Disable twin tubes for run1 See merge request atlas/athena!77694
-
MuonConfig: Disable twin tubes for run1 The COMP200 database does not contain the MDT twin tubes conditions. Disable twin tubes if we're using that database. Fixes ART tests: test_trigAna_BStoESDAOD_run1_build.py test_data11_7tev.sh test_data11_heavy_ion.sh
-
Tadej Novak authored
GlobalSimulation: Thread-safety cleanup. See merge request !77691
-
GlobalSimulation: Thread-safety cleanup. Remove unused static variables.
-
Tadej Novak authored
2025-02-07: merge of 24.0 into main Closes ATR-30794 See merge request atlas/athena!77683
-
Tadej Novak authored
CxxUtils: Add set_unaligned functions for writing potentially unaligned data. See merge request atlas/athena!77685
-
CxxUtils: Add set_unaligned functions for writing potentially unaligned data. Add set_unaligned functions, analogous to the existing get_unaligned functions, for writing possibly-unaligned data without invoking undefined behavior.
-
Tadej Novak authored
TileConditions: Better error reporting. See merge request !77689
-
TileConditions: Better error reporting. If we don't find a drawer, report an error rather than crashing with a segfault.
-
Tadej Novak authored
xAODEventFormatCnv: Use fillFromArgs in test scripts. See merge request !77686
-
xAODEventFormatCnv: Use fillFromArgs in test scripts. So that they support debugging options.
-
Tadej Novak authored
AthenaKernel: Additional dictionary entry. See merge request !77687
-
AthenaKernel: Additional dictionary entry. Generate a dictionary for implements<IProxyDict>. Fixes errors seen in dev3LCG when loading TEvent (which derives from this).
-
Tadej Novak authored
Fix EGAM11 config for Run-3 HI data See merge request atlas/athena!77670
-
Fix EGAM11 config for Run-3 HI data
-
Tadej Novak authored
CxxUtils: Avoid spurious division-by-zero FPEs with clang19. See merge request !77684
-
CxxUtils: Avoid spurious division-by-zero FPEs with clang19. Use CXXUTILS_TRAPPING_FP to tell clang to assume that FP division may trap.
-
Tadej Novak authored
MuonGeoModelTestR4: Increase test timeout. See merge request atlas/athena!77692
-
MuonGeoModelTestR4: Increase test timeout. Test has been timing out in dbg build.
-
Tadej Novak authored
EvgenJobTransforms: change output type of EVNTtoHEPMC skeleton to hepmc See merge request !77676
-
EvgenJobTransforms: change output type of EVNTtoHEPMC skeleton to hepmc
-
Tadej Novak authored
decorate electrons and photons in PHYSLITE with E_mva_only See merge request !77336
-
decorate electrons and photons in PHYSLITE with Emva This is needed to give the correct input energy to the columnar EgammaCalibrationAndSmearingTool. It should also allow to run solely the smearing part of the tool in regular event-wise jobs. In my test this was 44 bytes/event for PHYSLITE. So that's notable, but it is also part of the long-term plans for PHYSLITE. Long-term we will be able to drop the variables that are only needed for the calibration, as we will be able to skip calibation on PHYSLITE.
-
Tadej Novak authored
FPGATrackSimHough: Add missing std:: qualifiers. See merge request !77682
-
FPGATrackSimHough: Add missing std;: qualifiers. Fixes compilation with hepmc2.
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
add tests in DerivationFrameworkART for datat23 See merge request !77673
-
add tests in DerivationFrameworkART for datat23
-
Tadej Novak authored
Remove OutputEstimatedTrackParameters in EFTrackingFPGAIntegration See merge request !77674
-
Remove OutputEstimatedTrackParameters in EFTrackingFPGAIntegration
-
Tadej Novak authored
Adding a new D2AOD format to allow command-line skimming of PHYSLITE See merge request !76494
-
Draft: Adding a new D2AOD format to allow command-line skimming of PHYSLITE This MR adds a new D2AOD format (D2AOD_SKIM) to the derivatioon framework to allow users to skim PHYSLITE via the command line, rather than the current situation where they must set up their own formats. Usage is: ``` Derivation_tf.py --CA --inputDAOD_PHYSLITEFile DAOD_PHYSLITE.33081115._000042.pool.root.1 --outputD2AODFile test.pool.root --formats SKIM --skimmingString "count(AnalysisMuons.pt > (1 * GeV)) >= 1" --extraDataForDynamicConsumers xAOD::MuonContainer/AnalysisMuons ``` The last argument should be a list of all containers touched by the skiming expression. The skimming string itself is the usual ExpressionEvaluation string, so identical to the strings used in the derivation framework. Per-event content should be identical to PHYSLITE. This would not be used in official production due to the generic format name. In cases where official production of a PHYSLITE skim were needed, one would need to define a new format as ususal. This could, however, be the basis of a user skimming service, if we decide to have such a thing in the future.
-
Tadej Novak authored
Remove query from EventSelector See merge request !77663
-
Remove query from EventSelector
-
- Feb 06, 2025
-
-
Jean-Baptiste De Vivie De Regie authored
Sync fixes from !77601 in main to 24.0 See merge request !77638
-
Sync fixes from !77601 in main to 24.0
-
Jean-Baptiste De Vivie De Regie authored
LAr db fixes 6 See merge request !77659
-