- Oct 16, 2023
-
-
Frank Winklmeier authored
Repair imports of DataScoutingInfo [ATR-28379, ATR-28380] See merge request !66507
-
Repair imports of DataScoutingInfo [ATR-28379, ATR-28380]
-
Frank Winklmeier authored
Remove POOL fast merge capabilities and complexity See merge request !66286
-
Remove POOL fast merge capabilities and complexity
-
Frank Winklmeier authored
TrigValTools: parse CUDA errors in ART log files See merge request !66508
-
TrigValTools: parse CUDA errors in ART log files Hello, CUDA errors are currently ignored when parsing log files of GPU trigger ART tests. Minimal support is added. Cheers, Bertrand
-
Frank Winklmeier authored
Pythia8EnvironmentConfig add the definition of LHAPDF_INSTAL_PATH See merge request !66491
-
Pythia8EnvironmentConfig add the definition of LHAPDF_INSTAL_PATH
-
Frank Winklmeier authored
BCM_Digitization+MM_Digitization: Fix cppcheck warnings. See merge request !66489
-
Frank Winklmeier authored
rm unused ATH_ENABLE_FUNCTION_VECTORIZATION See merge request !66497
-
rm unused ATH_ENABLE_FUNCTION_VECTORIZATION
-
Frank Winklmeier authored
AthenaConfiguration: Propagate doForwardTracks from old to new. See merge request !66486
-
AthenaConfiguration: Propagate doForwardTracks from old to new. Propagate the setting of doForwardTracks from old flags to new. Fixes failure seen in q223.
-
Frank Winklmeier authored
removing setting maxEvents to use already defined options See merge request !66466
-
removing setting maxEvents to use already defined options
-
Frank Winklmeier authored
Add new AthenaPool converter able to write old persistent version See merge request !66472
-
Add new AthenaPool converter able to write old persistent version This converter is able to write two peristent representations depending on the value returned by a user-defined method writeOldPers(). Usually that would be the current version and one of the old versions. Given the Event data format used be default in Athena, the choice of which version to write should be fixed for a given job.
-
Frank Winklmeier authored
KLGaussianSumFilterReduction : Remove "custom" ATH_VECTORIZE. Since we do explicit vectorization and in view of gcc13 See merge request !66496
-
KLGaussianSumFilterReduction : Remove "custom" ATH_VECTORIZE. Since we do explicit vectorization and in view of gcc13 KLGaussianSumFilterReduction : Remove "custom" ATH_VECTORIZE. Since we do explicit vectorization and in view of gcc13
-
Frank Winklmeier authored
CPAlgorithms: various minor improvements for more user-friendly experience See merge request !66463
-
CPAlgorithms: various minor improvements for more user-friendly experience
-
Frank Winklmeier authored
H5 Writer: allow double -> half See merge request !66500
-
H5 Writer: allow double -> half
-
Frank Winklmeier authored
CxxUtils: Fix potential out-of-bounds read in test. See merge request !66485
-
CxxUtils: Fix potential out-of-bounds read in test. Fix another potential out-of-bounds read in the concurrent map unit tests.
-
Frank Winklmeier authored
Improved example of how to make FPGASim wrappers See merge request !66499
-
Improved example of how to make FPGASim wrappers
-
Frank Winklmeier authored
-
Frank Winklmeier authored
TruthRivetTools+IsolationCorrections: Fix cppcheck warnings. See merge request !66490
-
Frank Winklmeier authored
MCTruthClassifier: Fix cppcheck warning. See merge request !66488
-
MCTruthClassifier: Fix cppcheck warning. Redundant null pointer test.
-
Frank Winklmeier authored
Enable automatic DQ checking whether AFP is in ATLAS partition See merge request !66492
-
Enable automatic DQ checking whether AFP is in ATLAS partition
-
Frank Winklmeier authored
DerivationFrameworkPhysicsValidation: add TauTracks to AllVariables in DAOD_PHYSVAL See merge request !66469
-
DerivationFrameworkPhysicsValidation: add TauTracks to AllVariables Hello, It seems we're not monitoring some of the main tau track parameters in PhysVal (track impact parameters + significances) as they are not part of the TauJets smart slimming list. This results in empty plots in the PhysVal web display. I'm adding TauTracks to `PHYSVALSlimmingHelper.AllVariables`. We're now getting the desired variables (plus a few we're not necessarily interested in). Cheers, Bertrand
-
Frank Winklmeier authored
ForwardTransportSvc: Fix dev3 compilation issues See merge request !66482
-
ForwardTransportSvc: Fix dev3 compilation issues
-
Frank Winklmeier authored
CxxUtils: Compatibility wrapper for no_unique_address. See merge request !66484
-
CxxUtils: Compatibility wrapper for no_unique_address. Add a compatibility wrapper for the C++20 no_unique_address attribute. In practice, this isn't really needed, since gcc11 and clang16 both support this attribute even in c++17 mode, but to be safe, include this until we switch to C++20.
-
Frank Winklmeier authored
CxxUtils: Reorder members of CachedValue. See merge request !66478
-