- Mar 14, 2024
-
-
Walter Lampl authored
2024-03-13: merge of 24.0 into main See merge request atlas/athena!69769
-
Walter Lampl authored
Updates to DumpEventDataToJSONConfig for PHYSLITE See merge request atlas/athena!69788
-
Updates to DumpEventDataToJSONConfig for PHYSLITE Adding a feature to the DumpEventDataToJSONConfig configuration function that checks if we are running on PHYSLITE (based on something that I believe is trustworthy) and then configures the input collections accordingly. At the moment there are no track particles that can be output, which isn't great, but the rest seems to work reasonably well. There were a few collections that appear to not exist in the C++ code, so I've removed the setting of those collection names (it causes the function to crash out of the box). Fixing a typo in a comment as well.
-
Walter Lampl authored
StoreGate: Fix cppcheck warnings. See merge request atlas/athena!69787
-
StoreGate: Fix cppcheck warnings. Use of uninitialized variable. False-positive memleak warning. False-positive missingReturn warning.
-
Walter Lampl authored
LArDetectorFactoryLite: bugfix See merge request atlas/athena!69785
-
Walter Lampl authored
Fast tracking ci for acts See merge request atlas/athena!69734
-
Fast tracking ci for acts
-
Walter Lampl authored
HepMC::uniqueID should return id rather than barcode for HepMC3. See merge request atlas/athena!69737
-
HepMC::uniqueID should return id rather than barcode for HepMC3.
-
Walter Lampl authored
Simplification of logic in MCRecoTruth See merge request atlas/athena!69726
-
Simplification of logic in MCRecoTruth
-
Walter Lampl authored
Update to LCG_104d_ATLAS_9, main branch (2024.03.11.) See merge request atlas/athena!69721
-
Updated all ONNXRuntime include statements. With onnxruntime-1.17.1 we are adopting "the standard" header placement that ONNXRuntime has been using since the beginnig. This updates all client code to use the ONNX headers from their new location.
-
Walter Lampl authored
Add handling of different DB publishers in SQLite creation See merge request atlas/athena!69770
-
Add handling of different DB publishers in SQLite creation
-
Walter Lampl authored
Move some declareProperty calls in the MCTruthClassifier See merge request atlas/athena!69740
-
Move some declareProperty calls in the MCTruthClassifier
-
Walter Lampl authored
Drop unused tauFinalStatePart member in MCTruthClassifier See merge request atlas/athena!69713
-
Drop unused tauFinalStatePart member in MCTruthClassifier
-
- Mar 13, 2024
-
-
Walter Lampl authored
Modernize loops in MCTruthClassifier See merge request atlas/athena!69717
-
Modernize loops in MCTruthClassifier
-
Walter Lampl authored
BPHY13,BPHY23 updates and adding BPHY25 See merge request atlas/athena!69731
-
BPHY13,BPHY23 updates and adding BPHY25
-
Walter Lampl authored
Remove unused algorithm See merge request atlas/athena!69768
-
Remove unused algorithm
-
Walter Lampl authored
MuonSelectorTools: Fix FPEs in clang build. See merge request atlas/athena!69748
-
MuonSelectorTools: Fix FPEs in clang build. Enable trapping FPEs in MuonSelectionTool::qOverPsignificance to avoid spurious FPEs in the clang build. Fixes test failures in AnalysisAlgorithmsConfig in the clang build.
-
Walter Lampl authored
Use set MotherProperties to avoid code duplication in MCTruthClassifier See merge request atlas/athena!69725
-
Use set MotherProperties to avoid code duplication in MCTruthClassifier
-
Vakhtang Tsulaia authored
Fixed reading of published Full Physical Volumes from the input SQLite database
-
Walter Lampl authored
Move more functions from MCTruthClassifier to TruthUtils See merge request atlas/athena!69099
-
Move more functions from MCTruthClassifier to TruthUtils
-
Walter Lampl authored
MuonPhaseII -- Use GeoModelHelpers to share MdtTube layers and to remove shared code See merge request atlas/athena!69760
-
MuonPhaseII -- Use GeoModelHelpers to share MdtTube layers and to remove shared code
-
Walter Lampl authored
Including two tests for HLTCalo in GPU running See merge request atlas/athena!69772
-
Including two tests for HLTCalo in GPU running
-
Walter Lampl authored
TauAnalysisTools: change default truth jet container in tau truth matching See merge request atlas/athena!69765
-
TauAnalysisTools: change default truth jet container in tau truth matching Hello, This MR is changing the default truth jet container used for tau truth matching from `AntiKt4TruthJets` to `AntiKt4TruthDressedWZJets`, as the latter is much more widely used. It's a follow-up of !68328 . This will hopefully fix the AnalysisAlgorithmsConfig ctest failure. Not sure what the test was doing so far... it was also using the wrong container, but maybe the use of data handles creates a louder error. Cheers, Bertrand
-
Walter Lampl authored
Andrej Saibel corrections to SFGen Athena interface See merge request atlas/athena!69581
-