This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 14, 2025
-
-
changes for qg tagger (no pre-processing model)
-
- Feb 13, 2025
-
-
Adam Edward Barton authored
-
- Feb 12, 2025
-
-
Thomas Strebler authored
-
Modifying infrastructure so that HEPMC file is a tgz Need to update the transform to zip things (and say it's doing so, because that takes a long time in a slightly weird place with no obvious output) and then to adjust the event counting to do the correct thing. This should be what's expected based on ATLMCPROD-11650
-
- Feb 11, 2025
-
-
Zach Marshall authored
For event generation, there is often no input file, and we should still allow AthenaMP to run.
-
update condition tags for MC21 Run4 and MC23
-
- Feb 07, 2025
-
-
decorate electrons and photons in PHYSLITE with Emva This is needed to give the correct input energy to the columnar EgammaCalibrationAndSmearingTool. It should also allow to run solely the smearing part of the tool in regular event-wise jobs. In my test this was 44 bytes/event for PHYSLITE. So that's notable, but it is also part of the long-term plans for PHYSLITE. Long-term we will be able to drop the variables that are only needed for the calibration, as we will be able to skip calibation on PHYSLITE.
-
- Feb 06, 2025
-
-
add samplingPattern decoration to e-gamma clusters in PHYSLITE For historic reason the sampling pattern is stored in the cluster object instead of as a decoration. To make this available for columnar analysis it also needs to exist as a decoration. For now that means we have two copies of it, but it was already agreed to drop it from the cluster object, so this is a temporary situation.
-
- Feb 05, 2025
-
-
Tadej Novak authored
-
- Feb 04, 2025
-
-
Merge branch 'modernizeMSVtxAlg' into 'main' Modernize the MS vertex finding algorithm See merge request !74525
-
Tadej Novak authored
-
- Jan 29, 2025
-
-
CxxUtils: Don't try to use the x87 fsincos instruction any more. Since a long time, we've had CxxUtils::sincos, which calculates sin and cos using the x87 fsincos instruction. At the time, this was significantly better than the alternatives. However, with current compilers on x86_64, it is in fact faster to use the sincos() library function than the x87 instruction. So remove the inlining bit. sincos() is still a GNU extension, so don't remove this entirely from CxxUtils --- this allow us to keep the #ifdefs in one place.
-
- Jan 28, 2025
-
-
PyJobTransforms: Make MT file validation default Tools/PyJobTransforms/python/transform.py: Make MT file validation default
-
- Jan 24, 2025
-
-
PyJobTransforms: Rework creating REntry in python
-
- Jan 23, 2025
-
-
RNTupleART: Add a new test for reading/writing ## containers in RNTuple
-
- Jan 22, 2025
-
-
Fixing the bug on the SCT bad error judgement
-
ATR-30599: adding missing elec+tau for 2023/mc23d for Run3 matching
-
- Jan 21, 2025
-
-
Frank Winklmeier authored
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Johannes Junggeburth <johannes.josef.junggeburth@cern.ch>
-
- Jan 20, 2025
-
-
Adding AFP SiT and ToF hits containers to PHYS
-
- Jan 17, 2025
-
-
ATR-30599: add lep+tau T&P triggers to the list of run3 triggers to get matching
-
- Jan 16, 2025
-
-
Vakhtang Tsulaia authored
-
Alaettin Serhan Mete authored
-
PyJobTransforms.trfAMI: improve handling of pyAMI.exception.Error exceptions Follows from !76577. In the case that `getAMIClient` or `get_ami_tag` throws an exception and the two specific cases are not found a general TransformAMIException should be thrown rather than letting the job fail with an `UnboundLocalError` when it tries to access a non-existent variable. Also remove obsolete debug message.
-
GdbUtils: New package. gdb helper code, previously maintained in a separate tree.
-
- Jan 15, 2025
-
-
Expand CPAlgorithms tests to AF3
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Johannes Junggeburth <johannes.josef.junggeburth@cern.ch>
-
- Jan 14, 2025
-
-
Alaettin Serhan Mete authored
-
Add steering option to enable FastChain transform for running derivations and producing DAOD output format.
-
- Jan 13, 2025
-
-
Alaettin Serhan Mete authored
-
- Jan 10, 2025
-
-
Update JetAnalysisConfig.py with new forward jet calibration
-
Update R22 high-mu ey calibration recommendation with fixedE1E2 scale
-
Updated Run3 MC Workflow AOD input to MC23
-
- Jan 09, 2025
-
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Baptiste Ravina <baptiste.ravina@cern.ch>
-
Tadej Novak authored
Rename /eos/atlas/atlascerngroupdisk/proj-sit -> /eos/atlas/atlascerngroupdisk/proj-ascig for CI and tools infrastructure
-
- Jan 08, 2025
-
-
Modernize the algorithm Adding Gaudi properties Changing to range based for loops where possible Using smart pointers
-
- Jan 07, 2025
-
-
Add explicit DBReplicaSvc configuration
-
- Jan 06, 2025
-
-
Tier0ChainTests: Disable MT derivation tests. Derivations are not expected to run in MT mode. At the least, the truth dressing tool and overlap removal need to be redesigned to avoid modifying the same decoration from different algorithms. These tests were failing, so disable them.
-
- Dec 21, 2024
-
-
Fix seed for jet building in fJvt calculation
-
- Dec 20, 2024
-
-
Frank Winklmeier authored
Do not fail `mkdir` when directory already exists. This is needed in case the RC decides to overwrite existing references.
-