- Sep 18, 2024
-
-
James Catmore authored
ATLASG-2787 This is an attempt to fix a crash when PHYS is built in MT. In the current code an `isAvailable` check is made on a decorator called `parent_decorator` for a given particle/particle container, but no such check is done for the children counterpart. This leads to crashes of the following form when AthenaMT is used: ``` Derivation 13:42:18 PHYS_MCTruthNavigationDecoratorKernel 323 1 FATAL Standard std::exception is caught Derivation 13:42:18 PHYS_MCTruthNavigationDecoratorKernel 323 1 ERROR SG::ExcStoreLocked: Attempted to modify auxiliary data in a locked store: `::childLinks' (27) ``` By adding a second loop for doing the check also on the children, the crash is avoided. This will add a small performance penalty.
-
- Sep 17, 2024
-
-
Walter Lampl authored
Reset z-binning of the seed grid See merge request atlas/athena!74340
-
Reset z-binning of the seed grid
-
Walter Lampl authored
CscCalibData: Fix cppcheck 2.14 warnings. See merge request atlas/athena!74350
-
CscCalibData: Fix cppcheck 2.14 warnings. Prefer returning const references to members rather than copies.
-
Walter Lampl authored
Update and fix AntiKt4EMPFlowCustomVtxJets in HIGG1D1 See merge request atlas/athena!74016
-
Finally fix (f)JVT, issue introduced with atlas/athena!65761 Still very ugly piece of code, needs a review
-
Walter Lampl authored
main-coverity-LArBadChannelTool See merge request atlas/athena!74341
-
main-coverity-LArBadChannelTool
-
Walter Lampl authored
Updated conditions for JetValidation tests See merge request atlas/athena!74324
-
Updated conditions for JetValidation tests
-
Walter Lampl authored
MagFieldUtils: fixed clang warnings See merge request atlas/athena!74330
-
Walter Lampl authored
Calorimeter : Use std math qualify auto See merge request atlas/athena!74325
-
Calorimeter : Use std math qualify auto
-
Walter Lampl authored
TileCosmicAlgs: Fix compilation with dev3lcg. See merge request atlas/athena!74335
-
TileCosmicAlgs: Fix compilation with dev3lcg. Update for ROOT interface change.
-
Walter Lampl authored
DataQualityInterfaces: Update for deprecation of TPython::Eval. See merge request atlas/athena!74336
-
DataQualityInterfaces: Update for deprecation of TPython::Eval. TPython::Eval is deprecated in newer versions of ROOT. Provide a version using the new functionality of TPython::Exec.
-
Walter Lampl authored
Tracking use std math See merge request atlas/athena!74322
-
Tracking use std math
-
Walter Lampl authored
Fast Chain PU flag fix See merge request atlas/athena!74316
-
Fast Chain PU flag fix
-
Walter Lampl authored
main-cleanup-Identifier See merge request atlas/athena!74319
-
main-cleanup-Identifier
-
Walter Lampl authored
IDTPM: don't skip events with empty track collections See merge request atlas/athena!74308
-
IDTPM: don't skip events with empty track collections
-
- Sep 16, 2024
-
-
Vakhtang Tsulaia authored
Unused private data members
-
Walter Lampl authored
updated btagging json tester See merge request atlas/athena!74311
-
updated btagging json tester
-
Walter Lampl authored
main-cleanup-SUSYTools See merge request atlas/athena!74280
-
main-cleanup-SUSYTools
-
Walter Lampl authored
Reduce validity range for middle space point search in pixel seeding See merge request atlas/athena!74244
-
Reduce validity range for middle space point search in pixel seeding
-
Walter Lampl authored
ITrkDistanceFinder rm depracated TrackParticleBase method See merge request atlas/athena!74303
-
ITrkDistanceFinder rm depracated TrackParticleBase method
-
Walter Lampl authored
Identifier extractor avoid dyn cast See merge request atlas/athena!74304
-
Identifier extractor avoid dyn cast
-
Walter Lampl authored
InDetScoringTools avoid uneeded dyn cast See merge request atlas/athena!74306
-
InDetScoringTools avoid uneeded dyn cast
-
Walter Lampl authored
MeasurementTypeID rm un-needed dynamic_cast See merge request atlas/athena!74302
-