- Feb 26, 2025
-
-
Davide Di Croce authored
-
- Feb 25, 2025
-
-
Davide Di Croce authored
-
- Feb 24, 2025
-
-
Davide Di Croce authored
-
Davide Di Croce authored
-
Davide Di Croce authored
-
Walter Lampl authored
ACTS Seed to Track algorithm accepts multiple collections See merge request atlas/athena!78007
-
ACTS Seed to Track algorithm accepts multiple collections
-
Walter Lampl authored
TileSimAlgs: Add const version of processAllSubEvents method in TileHitVecToCntTool See merge request atlas/athena!77985
-
TileSimAlgs: Add const version of processAllSubEvents method in TileHitVecToCntTool Tile hit vector to container tool has been modified to add const version of processAllSubEvents method.
-
Walter Lampl authored
FPGATrackSim Tool for determining regions See merge request atlas/athena!78004
-
FPGATrackSim Tool for determining regions
-
Walter Lampl authored
MuonGeoModelTestR4: fixed clang warnings See merge request atlas/athena!78005
-
Walter Lampl authored
FPGATrackSim : Fixed to valid bins definition See merge request atlas/athena!77816
-
FPGATrackSim : Fixed to valid bins definition
-
Walter Lampl authored
IDTPM: Adding C-000 and C-100 tests See merge request atlas/athena!77858
-
IDTPM: Adding C-000 and C-100 tests
-
Davide Di Croce authored
-
Walter Lampl authored
Adding skeleton of L0 Muon RPC sim See merge request atlas/athena!77881
-
Adding skeleton of L0 Muon RPC sim
-
Walter Lampl authored
MuonPRDTest: Fix up bad sTGC strip number. See merge request atlas/athena!77995
-
MuonPRDTest: Fix up bad sTGC strip number. If we get a bad sTgc strip number (due to a hit outside the active region), replace it with a valid one (after warning). Prevents crashes further on in identifier handling.
-
Walter Lampl authored
Protect retrieval of containers in MuonPhysValMonitoringTool See merge request atlas/athena!78010
-
Protect retrieval of containers in MuonPhysValMonitoringTool
-
Walter Lampl authored
EFTracking FPGA output to AOD conversion See merge request atlas/athena!78024
-
EFTracking FPGA output to AOD conversion
-
Davide Di Croce authored
-
Walter Lampl authored
Generalised defect generator for strips, and added per module defect. See merge request atlas/athena!77939
-
Walter Lampl authored
Update cosmics_run.config with new reference file... See merge request atlas/athena!78003
-
Update cosmics_run.config with new reference file (data24_cos.00474089.express_express.merge.HIST.x824_h466.slimmed)
-
Davide Di Croce authored
-
Davide Di Croce authored
-
Walter Lampl authored
RatesAnalysis+TileD3PDMaker: Remove dependence on old EventInfo package. See merge request atlas/athena!78000
-
Walter Lampl authored
CxxUtils: Fix comments. See merge request atlas/athena!77999
-
CxxUtils: Fix comments. Fix comments.
-
Walter Lampl authored
AthenaConfiguration: Detector name compatibility. See merge request atlas/athena!77993
-
AthenaConfiguration: Detector name compatibility. In the SimulatedDetectors list, we used the name Micromegas, rather than MM as is expected here. Add that to the list of compatibility hacks. Fixes warnings observed in MuonRecRTT/test_Run3_symmetric_fullChain.sh.
-
Walter Lampl authored
JetMonitoring: Use vector rather than list for temporary jet list. See merge request atlas/athena!77998
-
JetMonitoring: Use vector rather than list for temporary jet list. It's usually a mistake to use std::list rather than std::vector. In this case, std::list was used because we want to delete elements from the middle. However, since we don't care about the ordering, we can do it faster with a vector by swapping the element to be deleted to the end of the vector and then popping it off. Also use min_transformed_element from CxxUtils.
-
Walter Lampl authored
GlobalSim - added count functionality to eEmSortSelectCountContainerAlgTool See merge request atlas/athena!77992
-
GlobalSim - added functionality to eEmSortSelectCountContainerAlgTool eEmSortSelectCountContainerAlgTool.cxx,h add counts calculation run_hypo_container.py add ability to run from file of test vectors
-