- Mar 15, 2024
-
-
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.
-
- 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
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.
-
Walter Lampl authored
JetTagTools: Fix clang warnings. See merge request atlas/athena!69792
-
JetTagTools: Fix clang warnings. Binding references to temporaries in range-for.
-
Walter Lampl authored
egammaConditions: Fix cppcheck warnings. See merge request atlas/athena!69791
-
egammaConditions: Fix cppcheck warnings. Pass containers by const reference, not by value.
-
Walter Lampl authored
AthenaMPTools: Fix cppcheck warning. See merge request atlas/athena!69789
-
AthenaMPTools: Fix cppcheck warning. Copying value in range-for.
-
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
-