- Mar 15, 2024
-
-
Walter Lampl authored
add dependencies to blocks and reorder based on that See merge request atlas/athena!69002
-
CPAlgs block dependencies: reorder blocks based on dependencies The different blocks used for the CP algorithms are given a name. The name usually correspond to the class name. Dependencies can be added to a block based off of the given name.
-
Walter Lampl authored
Update HepMcParticleLink to handle creation with GenParticle::id() as well as barcodes See merge request atlas/athena!67602
-
Update HepMcParticleLink to handle creation with GenParticle::id() as well as barcodes
-
Walter Lampl authored
Remove the function deltaR used only once in MCTruthClassifier See merge request atlas/athena!69835
-
Remove the function deltaR used only once in MCTruthClassifier
-
Walter Lampl authored
GeoModelXMLTool - Introduce deduplication flags See merge request atlas/athena!69813
-
GeoModelXMLTool - Introduce deduplication flags
-
Walter Lampl authored
IsolationCloseByCorrection - Fix tool to run with shallow copies & declare data dependencies See merge request atlas/athena!69810
-
IsolationCloseByCorrection - Fix tool to run with shallow copies & declare data dependencies
-
Walter Lampl authored
2024-03-14: merge of 24.0 into main See merge request atlas/athena!69822
-
Walter Lampl authored
Delete a trivial wrapped getParentHadronID See merge request atlas/athena!69834
-
Delete a trivial wrapped getParentHadronID
-
Walter Lampl authored
Rntuple.reading.through.views See merge request atlas/athena!69829
-
Rntuple.reading.through.views
-
Walter Lampl authored
MuonDetectorCondAlg - Remove print out of shared volume transformations. See merge request atlas/athena!69811
-
MuonDetectorCondAlg - Remove print out of shared volume transformations.
-
Walter Lampl authored
Harmless Typo in ACTS track finding configuration See merge request atlas/athena!69818
-
Harmless Typo in ACTS track finding configuration
-
Walter Lampl authored
main-coverity-IOVDbSvc See merge request atlas/athena!69809
-
main-coverity-IOVDbSvc
-
Walter Lampl authored
egammaSuperClusterBuilderBase, etaphi_range return pair rather than updating references See merge request atlas/athena!69794
-
Refactorise a function so that it returns a pair rather than updating a pair of arguments passed by reference.
-
- Mar 14, 2024
-
-
Walter Lampl authored
fix larege-R jet monitoring in physval See merge request atlas/athena!69391
-
fix larege-R jet monitoring in physval
-
Walter Lampl authored
Use double for the calculations of angles in MCTruthClassifier and some cleanup See merge request atlas/athena!69727
-
Use double for the calculations of angles in MCTruthClassifier and some cleanup
-
Walter Lampl authored
Empty defaults for tools and read/write handles See merge request atlas/athena!69767
-
Empty defaults for tools and read/write handles
-
Walter Lampl authored
OnTrackCalibrator: Add missing 'typename' See merge request atlas/athena!69800
-
OnTrackCalibrator: Add missing 'typename'
-
Walter Lampl authored
Bump ACTS to v33.0.0 See merge request atlas/athena!69560
-
Bump ACTS to v33.0.0
-
Andrew Mehta authored
-
Andrew Mehta authored
-
Walter Lampl authored
-
Walter Lampl authored
ConfigBlock: change groupName, noneAction and duplicateAction See merge request atlas/athena!69294
-
ConfigBlock: remove groupName, change noneAction, and duplicateAction The groupName variable was changed to blockName and set from a set/get function. Add instanceName to identify specific instances when there is a desire to set the value of an option in an arbitrary location and there is more than one instance of a block. Removed code to potentially throw an error if an option was set more than once. Instead of haing the user say "I am setting this option to None and it is okay," the noneAction variable can be set when adding an option. If the author of a class determines that an option can be set to None, then they can set this for that option.
-
Walter Lampl authored
TrigT1CaloCalibConditions: Fix cppcheck warning. See merge request atlas/athena!69790
-
TrigT1CaloCalibConditions: Fix cppcheck warning. Pass vector by const reference, not by value.
-