- Oct 25, 2023
-
-
VkalVrtCore : re-organise towards having more std .h (header files) code layout
-
- Oct 22, 2023
-
-
Frank Winklmeier authored
CPAlgorithms: prevent systematics from running on data! See merge request atlas/athena!66615
-
CPAlgorithms: prevent systematics from running on data!
-
Frank Winklmeier authored
Migrate METMaker to use new Jvt selection tool See merge request atlas/athena!66619
-
Migrate METMaker to use new Jvt selection tool
-
- Oct 20, 2023
-
-
Frank Winklmeier authored
MuonTrackFinderTools: Fix cppcheck warning. See merge request atlas/athena!66607
-
MuonTrackFinderTools: Fix cppcheck warning. Memory management cleanup.
-
Frank Winklmeier authored
RootUtils: Add Type::swapRange. See merge request atlas/athena!66604
-
RootUtils: Add Type::swapRange. Add to Type swapRange, which swaps two ranges of objects, to allow for more efficienct operations downstream.
-
Frank Winklmeier authored
Trigmuonbackextrapolator cleanup See merge request atlas/athena!66611
-
Remone TrigMuonBackExtrapolatorConfig.py Removing TrigMuonBackExtrapolatorConfig.py since it isn't used anywhere outside of a comment in the L2MuonSA config (which is also removed).
-
Frank Winklmeier authored
xAODMissingET: Fix undefined behavior sanitizer warning. See merge request atlas/athena!66250
-
xAODMissingET: Fix undefined behavior sanitizer warning. Shifting signed int by 31 bits.
-
Frank Winklmeier authored
CP Algorithm Block Config: Update postfix used for ftag, electron WP, etc. to selectionName. See merge request !66595
-
CP Algorithms: Update postfix used for ftag, electron WP, etc. to selectionName. The name postfix is used for many of the CP config blocks as second arguement to the initialization but the postfix often corresponds to the name given to the selection name in other CP blocks such as MET and overlap removal. Inorder to make the name more meaningful, it has been changed to selectionName.
-
Frank Winklmeier authored
Remove some more vectorize hints in view of gcc enabling it in O2 See merge request atlas/athena!66600
-
Remove some more vectorize hints in view of gcc enabling it in O2
-
Frank Winklmeier authored
Skip photon isolation SF with NonIso See merge request !66572
-
Skip photon isolation SF with NonIso
-
Frank Winklmeier authored
Changes to MTJ to enable introcution in tracking algs See merge request !66546
-
Changes to MTJ to enable introcution in tracking algs
-
Frank Winklmeier authored
2023-10-20: merge of 23.0 into main See merge request !66617
-
Frank Winklmeier authored
PyDumper+xAODMissingETAthenaPool: Fix printing of MissingETAssociationMap. See merge request !66609
-
PyDumper: Fix printing of MissingETAssociationMap. This is actually a DataVector type. Also improvate diagnostics slightly.
-
Frank Winklmeier authored
MuonReadoutGeometryR4 - Add TgcReadoutElements See merge request !65801
-
Add Tgc readout element protoype Dump the tgc strip layout Fix several typos in the structure table Introduce the strips & wire The first tgc are gonna be placed Use SqLite table to determine readout structure Add tgc comparison macro Update branch naming convention The readout layers are matching More debugging parameters We need a new R3 geometry? Add a couple of properties Rebase w.r.t. main
-
Frank Winklmeier authored
FTAG: add another truth label for light jet studies & improve alg config See merge request !66525
-
FTAG: add another truth label for light jet studies & improve alg config
-
Frank Winklmeier authored
Set proper EventInfoKey for PileUpPresampling step See merge request atlas/athena!66563
-
Set proper EventInfoKey for PileUpPresampling step
-
Frank Winklmeier authored
-
Frank Winklmeier authored
GeneratorObjects: Avoid atomic operations on shared_ptr. See merge request atlas/athena!66598
-
GeneratorObjects: Avoid atomic operations on shared_ptr. Atomic operations on shared_ptr turn out to be surprisingly expensive. Rework HepMcParticleLink to use CachedValue rather than holding an atomic shared_ptr. We can avoid having HepMcParticleLink increase in size by declaring the CachedValue as no_unique_address. Then m_evtColl can occupy the trailing padding of the CachedValue.
-
Frank Winklmeier authored
AthenaCommon + AthenaConfiguration: Don't disable MessageSvc default limit in MT jobs See merge request atlas/athena!66597
-
AthenaCommon + AthenaConfiguration: Don't disable MessageSvc default limit in MT jobs
-
Frank Winklmeier authored
ActsGeometry: Fix cppcheck warning. See merge request atlas/athena!66605
-
ActsGeometry: Fix cppcheck warning. Pass containers by const reference, not by value.
-
Frank Winklmeier authored
AthContainers: Fix comment. See merge request atlas/athena!66603
-
AthContainers: Fix comment. Fix a misplaced comment.
-
Frank Winklmeier authored
Add protection for running PRW CP algo config block on data See merge request atlas/athena!66589
-