- Sep 30, 2024
-
-
Frank Winklmeier authored
Fix for the TauGNN implementation See merge request atlas/athena!74623
-
Fix for the TauGNN implementation
-
Frank Winklmeier authored
FPGATrackSim: Conversion of pixel FPGATrackSimClusters into xAOD::SpacePoints See merge request atlas/athena!74598
-
FPGATrackSim: Conversion of pixel FPGATrackSimClusters into xAOD::SpacePoints
-
Frank Winklmeier authored
D3PDTools/AnaAlgorithm: Fix link to CP documentation in warning message See merge request atlas/athena!74625
-
D3PDTools/AnaAlgorithm: Fix link to CP documentation in warning message
-
Frank Winklmeier authored
Use event number from EventContext in G4Event (ATLASSIM-6635) See merge request atlas/athena!74551
-
Use event number from EventContext in G4Event (ATLASSIM-6635)
-
Frank Winklmeier authored
MuonR4 - Introduce SegmentViewAlg See merge request atlas/athena!74601
-
MuonR4 - Introduce SegmentViewAlg
-
Frank Winklmeier authored
SUSYTools: Update data18 and data22 ART files See merge request atlas/athena!74553
-
SUSYTools: Update data18 and data22 ART files
-
Frank Winklmeier authored
FPGATrackSim: cache decision to select event in the event selection service See merge request atlas/athena!74609
-
FPGATrackSim: cache decision to select event in the event selection service Previously, the main algorithm would use the event selection service to decide whether or not an event had a truth track passing selection criteria; if it didn't the event would be silently skipped. When we split up the algorithm into two, that logic got moved into the DataPrepAlg-- but the check was no longer applied in the other algorithm. That means that at the moment, the output TTree from the DataPrepAlg has fewer entries than the output TTree from the LogicalHitsProcessAlg, because the DataPrepAlg only writes out events that pass the selection criteria and the LogicalHitsProcessAlg writes out all events. This is a problem for making FPGA test vectors from the output. An easy way to fix this is to connect the event selection service back to LogicalHitsProcessAlg and cache the result of the "should this event be used" decision there-- then the second algorithm can simply query this to see whether or not the first algorithm actually accepted the event. Since the algorithms have to be scheduled in sequence (hits get passed from one to the other) this should be safe to do.
-
Frank Winklmeier authored
StoreGate: Fix some corner cases in WriteDecorHandle. See merge request atlas/athena!74558
-
StoreGate: Fix some corner cases in WriteDecorHandle. If isAvailable() was called on a WriteDecorHandle before a decoration was recorded, then the handle would fail to lock the decoration when it was destroyed. There were also issues if the handle was renounced. Fixed. Also simplified a bit so that typeless_dataPointer_impl no longer needs to be virtual. See !73627 and ATLASRECTS-8008.
-
Frank Winklmeier authored
MuonR4 - Introduce a 3 precision hit cut on the HoughPattern See merge request atlas/athena!74602
-
MuonR4 - Introduce a 3 precision hit cut on the HoughPattern
-
Frank Winklmeier authored
Adapt config flags to allow AvalancheScheduler to dump a data-dependency graph See merge request atlas/athena!74614
-
Adapt config flags to allow AvalancheScheduler to dump a data-dependency graph
-
Frank Winklmeier authored
Pixel Geometry Ready for GeoModel 6.5.0 See merge request atlas/athena!74620
-
This small change has no effect on today's workflows but will prevent violation of the Frozen Tier 0 policy when Athena switches to GeoModel version 6.5.0
-
Frank Winklmeier authored
Move BFieldSolenoid. It is not used somewhere,but looks like a potentially useful util See merge request atlas/athena!74618
-
Move BFieldSolenoid. It is not used somewhere,but looks like a potentially useful util
-
Frank Winklmeier authored
Add CA config to configure pixel NN cluster splitting for ITk See merge request atlas/athena!74599
-
Add CA config to configure pixel NN cluster splitting for ITk
-
Frank Winklmeier authored
Fixed clang warnings in LArConditionsTest and MuonCondTest packages See merge request atlas/athena!74619
-
- Sep 29, 2024
-
-
Vakhtang Tsulaia authored
- Unused private data member - Missing override keyword
-
Johannes Elmsheuser authored
[ATR-25805] TriggerAPISession prototyping for run 3 See merge request atlas/athena!73399
-
[ATR-25805] TriggerAPISession prototyping for run 3
-
- Sep 28, 2024
-
-
Johannes Elmsheuser authored
Bump ACTS to v36.3.2 See merge request atlas/athena!74586
-
Bump ACTS to v36.3.2
-
Johannes Elmsheuser authored
Fix for ATLASG-2801 See merge request atlas/athena!74611
-
Fix for ATLASG-2801
-
- Sep 27, 2024
-
-
Johannes Elmsheuser authored
HGTD: replace bare service pointer with SmartIF See merge request atlas/athena!74595
-
Johannes Elmsheuser authored
General cleanup of IdDict classes, with tests See merge request atlas/athena!74594
-
General cleanup of IdDict classes, with tests
-
Johannes Elmsheuser authored
MuonEventTPCnv: use SmartIF instead of bare service pointers See merge request atlas/athena!74593
-
Johannes Elmsheuser authored
2024-09-27: merge of 24.0 into main See merge request atlas/athena!74588
-
Johannes Elmsheuser authored
TrigPSC+TrigServices: use SmartIF instead of service pointers See merge request atlas/athena!74584
-