- Jun 15, 2023
-
-
PyUtils: Don't sort branches in diff_root. Sorting the branches in the order defined by RootFileDumper takes a considerable amount of time. However, the branch ordering is irrelevant for diff_root. Disable the sorting in that case.
-
- Jun 14, 2023
-
-
Walter Lampl authored
Update ZPrime Simulation ART jobs to use a more recent input. See merge request atlas/athena!63687
-
Update ZPrime Simulation ART jobs to use a more recent input.
-
Walter Lampl authored
Trying to reduce number of string comparisions in TrigTauRecMerged See merge request atlas/athena!63488
-
Trying to reduce number of string comparisions in TrigTauRecMerged
-
Walter Lampl authored
Adding jFEX calib parameters as in the firmware See merge request atlas/athena!63671
-
Adding jFEX calib parameters as in the firmware
-
Walter Lampl authored
return Bkg in the container name for the ATLINFR-4920 See merge request atlas/athena!63667
-
return Bkg in the container name for the ATLINFR-4920
-
Walter Lampl authored
add _minutes10.config files for L1CT See merge request atlas/athena!63663
-
add _minutes10.config files for L1CT
-
Walter Lampl authored
TileTBRec: Add new-style configuration for TileTBStat for Run 3 See merge request atlas/athena!63674
-
TileTBRec: Add new-style configuration for TileTBStat for Run 3 New-style (ComponentAccumulator based) confgiuration for TileTBStat algorithm has been added. Test has been added for TileTBStat algorithm.
-
Walter Lampl authored
egammaValidation fix: Adjust axis range for deltaE ShowerShapesHistogram See merge request atlas/athena!63652
-
egammaValidation fix: Adjust axis range for deltaE ShowerShapesHistogram to match that it is filled in MeV (not GeV).
-
Walter Lampl authored
CaloCompactCell does not seem inherited from, we can avoid virtual See merge request atlas/athena!63679
-
CaloCompactCell does not seem inherited from, we can avoid virtual
-
Walter Lampl authored
Properly setting HI flags See merge request atlas/athena!63656
-
Properly setting HI flags
-
Walter Lampl authored
LocalParameters try to move from passing a std::vector to passing a couple of values or a std::array See merge request atlas/athena!63629
-
LocalParameters try to move from passing a std::vector to passing a couple of values or a std::array LocalParameters try to move from passing a std::vector to passing a couple of values or a std::array
-
Frank Winklmeier authored
Clean up unused doLongPixels property in TotPixelClusterSplitter See merge request atlas/athena!63673
-
Clean up unused doLongPixels property in TotPixelClusterSplitter
-
Frank Winklmeier authored
Remove unused OverwriteIDSummary property See merge request atlas/athena!63672
-
Remove unused OverwriteIDSummary property
-
Walter Lampl authored
prevent error message when reading an empty channel name from the HV DCS See merge request atlas/athena!63650
-
prevent error message when reading an empty channel name from the HV DCS
-
Walter Lampl authored
RootUtils: Speed up PyROOTInspector for DataVector of xAOD. See merge request atlas/athena!63639
-
RootUtils: Speed up PyROOTInspector for DataVector of xAOD. xAOD classes usually don't contain any persistent data. In that case, we can skip the actual iteration over the container.
-
Lydia Brenner authored
ATR-27505 gFEX jet threshold updates to include eta ranges See merge request atlas/athena!63659
-
updating gFEX gJ, gLJ with eta range, updating Thresholds to use same functionality as for jJ eta settings
-
Lydia Brenner authored
Implement the classificiation functions for particles in Athena See merge request atlas/athena!63385
-
Implement the classificiation functions for particles in Athena
-
Lydia Brenner authored
TriggerTest: fix missing ConfigFlags import See merge request atlas/athena!63603
-
TriggerTest: fix missing ConfigFlags import using new 'ex.flags' syntax Hello, Two trigger ART tests are missing an import of ConfigFlags (!63175, ATR-27721). The fix uses the newly introduced syntax for flags in the trigger ART steering machinery (!63501). Cheers, Bertrand
-
Walter Lampl authored
PyUtils: Speed up initial file scan in diff-root. See merge request atlas/athena!63638
-
PyUtils: Speed up initial file scan in diff-root. diff-root starts by reading through the entirety of both input files to make a list of event numbers. Speed this up by disabling all branches not actually needed.
-
Walter Lampl authored
Simplify IP cuts in InDetIsoTrackSelectorTool See merge request atlas/athena!63632
-
Simplify IP cuts in InDetIsoTrackSelectorTool
-
Walter Lampl authored
RPC BIS78 - Share readout chips amongst BIS7 & BIS8 See merge request atlas/athena!63630
-