- Sep 25, 2023
-
-
egamma clang-tidy related fixes
-
- Sep 21, 2023
-
-
New finalize clusters method
-
- Sep 18, 2023
-
-
Update Calibration Hit Decoration Calculations
-
Add new CP data and config to enable it. Conflicts: Reconstruction/eflowRec/python/PFConfigFlags.py
-
Guillaume Unal authored
Add possiblity to relax timing cut also for 2nd phi neighbors and direct layer 3 neighbors of high energy layer 2 cell. Make the energy ratio cuts configurable
-
- Sep 12, 2023
-
-
CaloRecGPU: Optimizations
-
- Sep 11, 2023
-
-
Tuning Heavy-Ion reconstruction and AOD output
-
No CaloCalTopoClusters in HImode
-
- Sep 08, 2023
-
-
CaloClusterCorrection: Fix CA issue. Remove code that was making tool names unique. Don't think this is needed any more, and this was incompatible with CA configuration, where we expect the same call to always produce the same results. See ATLASRECTS-7730.
-
- Sep 04, 2023
-
-
Add streamName to CaloThinCellsBySamplingAlg name
-
- Aug 29, 2023
-
-
CaloRec: Fix test failure on arm. CaloCellMakerTest was comparing a dump of the cells with a reference file. This was observed to be failing on aarch64 because FP results are slightly different. Now, incorporate the functionality of comparing with a reference into the dumper algorithm; in that case, we can use inexact comparison for the FP values.
-
- Aug 27, 2023
-
-
delete old-style CaloRec_jobOptions
-
- Aug 26, 2023
-
-
Delete more obsolete files for CaloRec
-
- Aug 25, 2023
-
-
Tadej Novak authored
-
Walter Lampl authored
-
- Aug 19, 2023
-
-
CaloIdentifier: Use CXXUTILS_TRAPPING_FP. Use CXXUTILS_TRAPPING_FP in FCAL_ChannelMap to tell clang to optimize assuming that FP operations may trap. Fixes test failures in the clang build in MuonCombinedConfig.
-
- Aug 18, 2023
-
-
add an option to switch off the retrieval of MBTS cell details
-
- Aug 17, 2023
-
-
CxxUtils: Add trapping_fp.h. Add a macro to tell the compiler to optimize the current block assuming that FP operations may trap. Mostly for clang, to prevent it from auto-vectorizing in places where that can cause spurious FPEs.
-
- Aug 11, 2023
-
-
scott snyder authored
Use SG::asStorable, not the deprecated StoreGateSvc::asStorable.
-
scott snyder authored
Use SG::asStorable, not the deprecated StoreGateSvc::asStorable.
-
- Aug 09, 2023
-
-
scott snyder authored
Tell clang to optimize CaloNoise::getTileEffSigma assuming that FP exceptions can trap. Otherwise, it can vectorize the division, which can lead to spurious division-by-zero traps from unused vector lanes. Needed to fix test failures in MuonCombinedConfig in the clang build.
-
CaloRecGPU: Double Gaussian, Moments Finally Understood, New Changes, Kernel Size Optimization Service and ART Tests Small changes to CaloNoise API for filling GPU-friendly data structures with necessary info for double Gaussian noise.
-
- Jul 24, 2023
-
-
Use HepMC3.2.6 capabilities to simplify the code
-
- Jul 21, 2023
-
-
Remove the unused boost subpackages from the CMakeLists
-
- Jul 20, 2023
-
-
Fix to see if ART tests for GPU will run
-
- Jul 19, 2023
-
-
Frank Winklmeier authored
`UNLIKELY` will be removed from Gaudi v37r0.
-
- Jul 17, 2023
-
-
Remove unused boost or boost subpackages from CmakeLists.txt
-
Walter Lampl authored
-
- Jul 15, 2023
-
-
Vakhtang Tsulaia authored
Affected packages: * Calorimeter/CaloRecGPU * PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth
-
- Jul 14, 2023
-
-
Use std::ntuple instead of boost::ntuple where possible
-
Use C++17 std::filesystem instead of boost::filesystem where possible
-
- Jul 12, 2023
-
-
fix for inductive xtalk in EM2 cells impacting timing use in CaloTopoCluster
-
- Jul 10, 2023
-
-
Fix defects ( passed by value) reported by cppcheck
-
- Jul 06, 2023
-
-
23.0-coverity-CaloUtils
-
Demo script to produce a bad channel list
-
- Jul 04, 2023
-
-
Use std:: instead of the boost::partition_point and range loop instead of BOOST_FOREACH
-
CaloLCCoeffHelper: Use std::optional instead of manual pointer-handling
-
- Jul 03, 2023
-
-
CaloBaselineMonAlg rm duplicate member from base
-
Set FRONTIER as default database server instead of ORACLE in all TileCal python scripts
-
- Jul 01, 2023
-
-
Walter Lampl authored
CaloClusterLocalCalib.cxx: Use unique_ptr instead of new/delete
-