- Jul 13, 2023
-
-
Tadej Novak authored
-
- Jul 12, 2023
-
-
Tadej Novak authored
-
- Jun 21, 2023
-
-
Walter Lampl authored
Revert "PyUtils: Speed up processing of skipped branches in diff-root." This reverts commit 895ee72e.
-
- Jun 19, 2023
-
-
PyUtils: Increase gc threshold for diff-root. This speeds up diff-root by about 20%.
-
PyUtils: Speed up processing of skipped branches in diff-root. Avoid calling leaf_fromdump if we don't have to. Don't deduplicate skip list each time.
-
- Jun 16, 2023
-
-
Tadej Novak authored
-
- 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
-
-
Tadej Novak authored
-
return Bkg in the container name for the ATLINFR-4920
-
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.
-
- Jun 12, 2023
-
-
Improve documentation and log messages of metadata-related components
-
- Jun 09, 2023
-
-
Julien Maurer authored
diff-root: fix comparisons of char vectors [ATEAM-911]
-
- Jun 07, 2023
-
-
RootUtils: Add retvecs option to PyROOTInspector. Add an option to PyROOTInspector to allow returning std::vectors of fundamental types as a single object rather than iterating over it. This can speed up diff-root a bit by using the vector operator== rather than doing the iteration in python.
-
add BLMHits, MBTSHits, EntryLayer and ExitLayer to the corresponding categories d:rop the "Bkg" from the container name
-
- May 08, 2023
-
-
Update of Trigger metadata reading (focus on HLTMonitoring)
-
- May 02, 2023
-
-
PyUtils: Add an interface library for python dependencies Add an "interface library" that can be used by clients that require PyUtils **during the build**.
-
- Apr 18, 2023
-
-
Tadej Novak authored
-
- Apr 14, 2023
-
-
PyUtils: Make sure diff-root works w/ DAODs
-
- Apr 12, 2023
-
-
Add deprecate decorator
-
- Mar 08, 2023
-
-
Tadej Novak authored
-
- Mar 02, 2023
-
-
MUCTPI detMask fix in BSMon
-
- Feb 16, 2023
-
-
PyUtils: Clean-up unused script
-
- Feb 15, 2023
-
-
Configure beam energy flag. This MR ports ConfigureBeamEnergy functionality used in the old-style AutoConfiguration to the CA AllConfigFlags. It enables to write the correct beam energy to TagInfo. Follow-up of atlas/athena!59949 Needed by https://its.cern.ch/jira/browse/ATLASRECTS-7453
-
- Feb 12, 2023
-
-
Tadej Novak authored
-
- Jan 27, 2023
-
-
Tadej Novak authored
-
- Dec 16, 2022
-
-
Frank Winklmeier authored
Move the `release_metadata` helper function to `PyUtils`. This avoids setting up the entire `AppMgr` when importing it from that module.
-
- Dec 15, 2022
-
-
Tadej Novak authored
-
- Dec 12, 2022
-
-
Adding an AMI Tag helper for CA configuration This adds a CA-based helper for getting and setting the AMI tag in the tag info metadata. The output works for Derivation_tf, using the --AMITag from the runArgs. The metadata collection from the input file isn't working yet, because the MD helper doesn't seem to access the TagInfo metadata. Suggestions there are welcome!
-
- Nov 17, 2022
-
-
Tadej Novak authored
-
- Oct 28, 2022
-
-
PyUtils: add missing containers to checkxAOD
-
- Oct 20, 2022
-
-
Fixed python error in setting output amitag - see ATLASRECTS-6865
-
- Oct 03, 2022
-
-
Tadej Novak authored
-
- Oct 02, 2022
-
-
Tadej Novak authored
-
- Sep 29, 2022
-
-
Clean-up auto-configuration of SimBarcodeOffset and add a flag for the Regeneration Increment
-
- Sep 27, 2022
-
-
Tadej Novak authored
-
- Sep 22, 2022
-
-
Take the run number info from the first event if it's not in the BS metadata. Which can be the case for files created using partial event building.
-
- Sep 20, 2022
-
-
Tadej Novak authored
-
Tadej Novak authored
-
- Sep 18, 2022
-
-
Take the lumiblock info from the first event if it's not in the BS metadata. Which can be the case for special runs.
-
- Sep 04, 2022
-
-
Update packages needed to make ConfigFlag dual use in Athena and AnalysisBase See merge request atlas/athena!56349
-