Draft: Removing BKee Triggers from CPS Group (ATR-19501)
- Feb 28, 2024
-
-
Dvij Mankad authored
-
Dvij Mankad authored
-
Tadej Novak authored
2024-02-28: merge of 24.0 into main See merge request atlas/athena!69320
-
Tadej Novak authored
Do not use LABELS property for unit test since that breaks the nightly See merge request atlas/athena!69321
-
Do not use LABELS property for unit test since that breaks the nightly
-
Tadej Novak authored
Adding alignable function to ITk pixel See merge request atlas/athena!68447
-
Adding alignable function to ITk pixel
-
Tadej Novak authored
-
Tadej Novak authored
Small MET validation change - don't make METReference or TrackMET histograms See merge request atlas/athena!69190
-
Tadej Novak authored
Print available decorations See merge request atlas/athena!69311
-
Print available decorations
-
Tadej Novak authored
CavernInfraGeoModel: fixed clang warning See merge request atlas/athena!69318
-
Vakhtang Tsulaia authored
Missing override keyword
-
- Feb 27, 2024
-
-
Tadej Novak authored
R4 sTgcReadoutGeomTool - Adding Wiregroup Design See merge request atlas/athena!67918
-
Creating a new MR for adding wires to stgc Replacing gasGapPitch with gasGapThickness First draft of wire structure added to sTgcs. In process of making additional changes to the structure Duplicating the numStrips function for measID and measHash successful Adding Identifier dependency tofunctions retrieving basic strip properties. Also retrieving these values through striplayer as opposed to retrieving then direclty from stripDesign done previously. Converting int to uint in R3 wire properties Latest updates on resolving the global strippositions introduce getter for wire design and fix build of wire design adapt stripDesign getter in stgc fast digi Adding indentifier as an input argument for functions that retrieve gasgap dimensions Johannes has no alcohol Fix layer transformations
-
Tadej Novak authored
CavernInfraGeoModel: code cleanup See merge request atlas/athena!69266
-
Tadej Novak authored
AFT-706: Move to SF eigen for b-tagging systematic See merge request atlas/athena!69079
-
AFT-706: Move to SF eigen for b-tagging systematic
-
Tadej Novak authored
Add caching for ACTS clusters See merge request atlas/athena!69054
-
revert changes to clustering tools and switch to using int ranges in the cache, disable caching for conversion step for now
-
Tadej Novak authored
minor fix for fCore variable definition in DiTau reconstruction See merge request !69285
-
minor fix for fCore variable definition in DiTau reconstruction
-
Tadej Novak authored
Move MCTruthClassifier.cxx functions to the header See merge request atlas/athena!69265
-
Move MCTruthClassifier.cxx functions to the header
-
Tadej Novak authored
Drop rCone function from MCtruthClassifier See merge request atlas/athena!69264
-
Drop rCone function from MCtruthClassifier
-
Tadej Novak authored
Db implementation strip veto See merge request atlas/athena!68237
-
-
Ben Hodkinson authored
-
Tadej Novak authored
2024-02-27: merge of 24.0 into main See merge request atlas/athena!69269
-
Tadej Novak authored
AtlasBuildScripts: add atlas_git_merge script See merge request atlas/athena!69194
-
Tadej Novak authored
Update version to 23.6.27 See merge request atlas/athena!69288
-
Update version to 23.6.27
-
Tadej Novak authored
DumpTheFullLog See merge request atlas/athena!69276
-
DumpTheFullLog
-
Tadej Novak authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Add script to simplify the branch sweeping. Compared to our current manual procedure this ensures that no unwanted files are being merged even if there are no conflicts.
-
Tadej Novak authored
-
Tadej Novak authored
SampleHandler: Fix thread-safety checker warnings. See merge request atlas/athena!69256
-
SampleHandler: Fix thread-safety checker warnings. Fix thread-safety checker warnings.
-
Tadej Novak authored
AthContainersInterfaces, etc: Add srcStore arg to insertMove() See merge request atlas/athena!69250
-
AthContainersInterfaces: Add srcStore arg to insertMove() Add an argument to insertMove giving the source aux store for the data being inserted.
-
Tadej Novak authored
TrigGlobalEfficiencyCorrection: Fix cppcheck warnings. See merge request atlas/athena!69252
-
TrigGlobalEfficiencyCorrection: Fix cppcheck warnings. Member/argument ambiguity. Fix empty throw. Prefer to initialize vector member in an initialization list. Avoid (false-positive) warning about using an uninitialized variable by writing the initialization more compactly.
-
Tadej Novak authored
TrigCompositeUtils: Fix cppcheck warnings. See merge request atlas/athena!69251
-
TrigCompositeUtils: Fix cppcheck warnings. Pass objects by const reference, not by value.
-
Tadej Novak authored
Move more functions from MCTruthClassifier to TruthUtils See merge request atlas/athena!69263
-
Move more functions from MCTruthClassifier to TruthUtils
-
Vakhtang Tsulaia authored
Deleted one obsolete Factory class. Did some refactoring/cleanup in other classes
-
Tadej Novak authored
More Acts TrackFinding cuts and debugging options See merge request atlas/athena!69204
-
TrackStatePrinter shows track states while filtering (called from branch stopper). printSeed shows KF output. Use std::as_const()
-
Tadej Novak authored
PixelCalibAlgs: Fix cppcheck warnings. See merge request atlas/athena!69254
-
PixelCalibAlgs: Fix cppcheck warnings. Prefer to initialize member variables in an initialization list. Pass objects by const reference rather than by value.
-
Tadej Novak authored
HGTD_FastDigitization: Fix cppcheck warnings and other cleanups. See merge request atlas/athena!69255
-
HGTD_FastDigitization: Fix cppcheck warnings and other cleanups. Remove member variables holding event data. Fixes cppcheck warning about dangling pointer and also a potential memory leak.
-
Tadej Novak authored
CxxUtils: Add standalone begin/end functions for span. See merge request atlas/athena!69246
-
CxxUtils: Add standalone begin/end functions for span. Add standalone begin/end functions for span. Works around issues seen when combining root 6.30.4 and gcc14.
-
Tadej Novak authored
MuonR4 Fast digi - Fix atomic summary count See merge request atlas/athena!69259
-
MuonR4 Fast digi - Fix atomic summary count
-
Tadej Novak authored
MuonGeoModelR4 - Save the TGC sector mapping to StoreGate See merge request atlas/athena!69258
-
MuonGeoModelR4 - Save the TGC sector mapping to StoreGate
-
Tadej Novak authored
MadGraphControl protecting parameter popping See merge request atlas/athena!69260
-
MadGraphControl protecting parameter popping The current implementation seems to be finicky some fraction of the time. Protecting some of the popping with if statements to try to avoid the issue.
-
Tadej Novak authored
PyUtils: Fix a few typos in comments. See merge request atlas/athena!69247
-
PyUtils: Fix a few typos in comments. Fix a few typos in comments.
-
Tadej Novak authored
PMGAnalysisInterfaces: Fix cppcheck warnings. See merge request atlas/athena!69253
-
PMGAnalysisInterfaces: Fix cppcheck warnings. Potentially uninitialized class members.
-
Tadej Novak authored
Fixed Clang warnings See merge request atlas/athena!69261
-
Vakhtang Tsulaia authored
1. `MuonReadoutGeometryR4/RadialStripDesign.icc`: lambda capture 'this' is not used (triggered warnings in 19 client packages) 2. `DiTauRec/ElMuFinder.h`: unused private data member
-
- Feb 26, 2024
-
-
Tadej Novak authored
AthenaIPCTools + AthenaMP : Improve shared memory handling in AthenaSharedMemoryTool See merge request atlas/athena!69210
-
AthenaIPCTools + AthenaMP : Improve shared memory handling in AthenaSharedMemoryTool
-
Tadej Novak authored
Adapt to changed RNTuple headers in ROOT master See merge request atlas/athena!69236
-
Adapt to changed RNTuple headers in ROOT master Also reduce AthenaServices dependency on RootAuxDynIO so it compiles even if the other package fails
-
Tadej Novak authored
MicroMega fast digi for Phase II -- Fix chamber assignment See merge request atlas/athena!69223
-
MicroMega fast digi for Phase II -- Fix chamber assignment
-
Tadej Novak authored
Move track hasValidTime from track summary to separate auxstore location See merge request atlas/athena!69159
-
Move track hasValidTime from track summary to separate auxstore location
-
Tadej Novak authored
enable hgtd extensions See merge request atlas/athena!69222
-
enable hgtd extensions
-
Tadej Novak authored
move xml to gitlab and replace non existent variable See merge request !69230
-
move xml to gitlab and replace non existent variable
-
Tadej Novak authored
VP1: fix more warnings and UI issues See merge request atlas/athena!69195
-
VP1: fix more warnings and UI issues
-
Tadej Novak authored
MuonR4 - Fast digitization restructure Rpc & Tgc See merge request atlas/athena!69218
-
MuonR4 - Fast digitization restructure Rpc & Tgc
-
Tadej Novak authored
HepMcParticleLink Drop support for separate McEventCollections for pile-up truth See merge request atlas/athena!69055
-
HepMcParticleLink Drop support for separate McEventCollections for pile-up truth
-
Tadej Novak authored
TileGeoModel: silenced thread checker warnings See merge request atlas/athena!69226
-
Tadej Novak authored
Idpvm parameterize cuts See merge request atlas/athena!69170
-
Idpvm parameterize cuts
-
Tadej Novak authored
Fix muon selection in ElMuFinder for DiTau reconstruction See merge request !69207
-
Fix muon selection in ElMuFinder for DiTau reconstruction
-
Tadej Novak authored
Add dump cool or crest format in the same format for compare data. See merge request atlas/athena!69176
-
Add dump cool or crest format in the same format for compare data. This mode use (CrestCoolToFile = True)
-
Tadej Novak authored
MuonR4WireGroupDesign - Add method to extract particular wire positions + tests See merge request atlas/athena!69217
-
MuonR4WireGroupDesign - Add method to extract particular wire positions + tests
-
Tadej Novak authored
Global quantities in analysis algo for hgtd See merge request atlas/athena!69221
-
Global quantities in analysis algo for hgtd
-
Tadej Novak authored
Check ACTS unit test counts See merge request atlas/athena!69179
-