- Mar 22, 2024
-
-
TRTProcessingOf(Barrel/Endcap)Hits clean-up of error message
-
Fix SiHitCollectionCnv unit tests to create multiple hits per particle and improve comments in TRT_HitCollectionCnv unit tests
-
Add vertex time plots to monitoring
-
- Mar 21, 2024
-
-
barcode -> ID migration for HGTD/InDet/MuonDigitization.
-
scott snyder authored
Pass strings by const reference, not by value.
-
scott snyder authored
Copying values in range-for.
-
- Mar 20, 2024
-
-
Naming of ACTS collections
-
GNNTracking: add overlap SP in dump
-
Update InDetPerfPlot_Efficiency.cxx to fix cpp check warnings uselessCallsSubstr
-
- Mar 19, 2024
-
-
Ci test for seed persistification
-
Fix Store Mechanism of TrackSeeds for Seed efficiency plotting
-
InDetTrackPerfMon package: Adding extra output stream + bug fixes
-
Tadej Novak authored
-
Update IPDVM README for CA config
-
Delete legacy InDetAlignmentMonitoring configs
-
Clean up legacy SCT_CalibAlgs configs
-
- Mar 18, 2024
-
-
Import ITkTrackTruthCfg from proper Config file
-
Implement new InDetSimData_p3 and InDetSimDataCollection_p4 based on HepMcParticleLink_p3 (ATLASSIM-6912)
-
Add truthID method to return GenParticle::id() to InDetSimEvent, MuonSimEvent and G4AncillarySimEvent transient EDM classes
-
InDetSimEventTPCnv and InDetSimEventAthenaPool: Add new persistent classes based on GenParticle::id() InDetSimEventTPCnv and InDetSimEventAthenaPool: Add new persistent classes based on GenParticle::id()
-
Modernise DetailedTrackTruthBuilder syntax
-
- Mar 15, 2024
-
-
Goetz Gaycken authored
A large fraction of the truth particles will be associated to measurements. So, instead of using a map to associate hit counts to truth particles, a simple vector with one element per truth particle could be used instead. The container will only be filled partially, but it is much simpler and faster to access than a map. Also do not pass the associated counts by value but reference to avoid the creation of many copies.
-
Goetz Gaycken authored
Currently the measurements converted to xAOD are associated to truth particles via the truth particle barcode. However, the latter is not unique in full truth pileup samples. Since all truth particles are added to a single xAOD container the truth particle index can be used as a unique identifier. Since the barcode serves as a second purpose to identify geant4 created truth particles the barcodes are kept and the indices are added as an additional decoration. The decoration is optional and can be turned off by not providing a truth link container.
-
GeoModelXMLTool - Introduce deduplication flags
-
- Mar 14, 2024
-
-
Sergi Rodriguez Bosca authored
-
Sergi Rodriguez Bosca authored
-
Sergi Rodriguez Bosca authored
-
Clara Carrion Martinez authored
new modifications: rename of the variables which appears more than once to avoid multiple histogram filling + some new d0 histograms
-
Fast tracking ci for acts
-
Updated all ONNXRuntime include statements. With onnxruntime-1.17.1 we are adopting "the standard" header placement that ONNXRuntime has been using since the beginnig. This updates all client code to use the ONNX headers from their new location.
-
Add handling of different DB publishers in SQLite creation
-
Thomas Strebler authored
-
- Mar 13, 2024
-
-
Clara Carrion Martinez authored
-
ACTS Naming convention: algs and tools names/configs
-
- Mar 12, 2024
-
-
Clean up legacy configs InDetAlignAlgs and Tools
-
-
Rationalise TTVA CA configs
-
- Mar 11, 2024
-
-
Fix typo
-
Fix SCT calibration loop transform for running with hist input files
-
- Mar 10, 2024
-
-
Guennadi Borissov authored
-