- May 07, 2024
-
-
Remove GN2v00 by default
-
PyUtils: fix flake8-bugbear warnings Fix warnings about property access with known name.
-
CaloClusterCorrection+CaloCondPhysAlgs: fix flake8-bugbear warnings Replace `getattr` with regular attribute access.
-
PyJobTransforms+SimuJobTransforms: fix flake8-bugbear warnings
-
Johannes Elmsheuser authored
-
Johannes Elmsheuser authored
-
- May 06, 2024
-
-
That's going to be interesting Make the gasGap position public GeoUtil tool Why is the BMS gasgap off Blub Electric fields are inclined for phi panels The LHC is a testbam Try to patch invalid strips Madness is coming along with this code Apply 1 suggestion(s) to 1 file(s) Write python macro to compare digitization Chasing differences in the phi geometry Digit variables Why did the phi hits drop Fix local positions Blub Fix the digit association... Finally Comment
-
Keep the energy loss fluctuation process ON for mc23e
-
- May 04, 2024
-
-
PyJobTransforms: remove support for CARunner CA-based pkl files can be run directly with athena and the CARunner is deprecated.
-
- May 02, 2024
-
-
Frank Winklmeier authored
The only remaining use-cases are: - `EvgenJobTransforms` - the standalone command line utilities `find_data.py`, `find_library.py` and `find_python_modules.py`
-
Frank Winklmeier authored
-
PyUtils: Fix exception handling in MetaReader.py Tools/PyUtils/python/MetaReader.py: remove redundant piece of code, simplify
-
Add Campaigns.MC23HeavyIons2023 and Campaigns.MC23HeavyIons2023NoPileUp (and legacy config equivalents for RDOtoRDOTrigger step)
-
Vakhtang Tsulaia authored
This tool has very limited usage. The log file generation can be activated by using the relevant flag, if needed
-
- Apr 30, 2024
-
-
Fix reading metadata from event-less BS files
-
- Apr 29, 2024
-
-
Walter Lampl authored
-
Frank Winklmeier authored
Delete all mostly broken and unused `scripts/` and `python` modules. Only the ART test definitions remain.
-
Add the energy loss fluctuation off to the G4Optimizations for mc23e
-
- Apr 26, 2024
-
-
Vakhtang Tsulaia authored
Hopefully, the last stage of the campaign
-
Frank Winklmeier authored
-
PyUtils: Extract number of entries from EventStreamInfo if available Tools/PyUtils/python/MetaReader.py: fix extracting of number of entries, re-factor extracting of number of entries from DataHeader into a function
-
- Apr 25, 2024
-
-
Vakhtang Tsulaia authored
-
Ahmed Tarek authored
-
- Apr 24, 2024
-
-
Vakhtang Tsulaia authored
The calls to AthFile functions substitued by the calls to read_metadata() from PyUtils.MetaReader and to file_name from PyUtils.PoolFile
-
TrfTestsART: Choose GPU with lowest utilization in test_trf_athexcuda.sh
-
MuonCalibTool: making calibMode configurable and change default value
-
Frank Winklmeier authored
PyUtils: remove installation of non-existent files
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Apr 22, 2024
-
-
Vakhtang Tsulaia authored
Under the hood both of these utuilities execute job options scripts that rely on the scripts which no longer exist in the Athena main: - `RecExCond/RecExCommon_flags.py` - `RecExCommon/RecExCommon_topOptions.py`
-
Switch off output comparision with reference file to avoid Intel vs. AMD float variable differences in FTAG
-
PyUtils: Enhance checkxAOD output Tools/PyUtils/python/PoolFile.py: attempt to determine type name for branches of fundamental type
-
SiHitCollectionCnv_p3_test: Activate comparisons of HepMcParticleLink members in SiHitCollection_p3 objects
-
- Apr 20, 2024
-
-
Frank Winklmeier authored
-
Vakhtang Tsulaia authored
Removed unused functions: * _guess_file_type() in AthFile * extract_stream_names() in PoolFile.py
-
- Apr 19, 2024
-
-
Vakhtang Tsulaia authored
Gradual removal of the dependency on AthFile from PoolFile.py
-
Add missing import for mc23e campaign
-
- Apr 18, 2024
-
-
Vakhtang Tsulaia authored
The extract_items() function from PoolFile.py is used by the checkSG utility. The dependency on AthFile was replaced by the dependency on the FilePeekerTool. The change required copying of a few auxilliary functions from AthFile/impl.py into PoolFile.py. For the time being this results in code duplication. The duplication will be fixed when we drop AthFile from the Athena main
-
AMITagHelperConfig: Do not write out metadata if no AMI tag present
-
MetaReader: fix flake8-bugbear warnings
-