- May 28, 2024
-
-
Extend ACTS-HGTD ART test to include new Single Pad Clusterization Alg with new Cluster EDM
-
small typos in the ACTS seeding efficiency test
-
- May 27, 2024
-
-
Frank Winklmeier authored
This reverts commit 4e8ee804, reversing changes made to 152051dc.
-
main-cleanup-PixelRawDataByteStreamCnv
-
Art test for seeding efficiency
-
The TRT Lite Detector Factory can update the gas mixtures. The TRT software community has signaled the need for the TRT gas to follow changing conditions data during different simulation runs. This MR accesses the conditions data in the "Lite" version of the detector factory. It then navigates to volumes held within the serial transformers and updates their gas mixture, taking advantage of the mutability of materials, introduced specifically for this purpose. This happens in both the barrel and the endcaps For the moment the gases are build in the code; when GeoModel I/O allows us to publish prebuild materials we can instead take those materials from the database.
-
Updating ID ART reference plots for a recent nightly
-
Goetz Gaycken authored
-
Remove unused headers and assure the polarization is set after the particle is added to the event
-
Fixes and additions to IDPVM
-
- May 24, 2024
-
-
Goetz Gaycken authored
When computing eta for a theta of approximately pi, the resulting tan (theta/2) may become negative if theta is slightly above pi, which leads to an FPE when computing the log.
-
Move the only c++ code from GeneratorUtils to CXXUtils
-
- May 23, 2024
-
-
Fix LowMu tracking config
-
Sarka Todorova authored
-
- May 22, 2024
-
-
Fix IDPVM nVtx vs mu plots
-
Remove Acts Track Merger
-
main-coverity-SCT_RawDataByteStreamCnv
-
Bump ACTS to v35.0.0
-
- May 21, 2024
-
-
Update GroupData for timing simulation 2024
-
- May 20, 2024
-
-
Vakhtang Tsulaia authored
Unused local variable
-
Implementation of the GNN4Pixel chain
-
- May 18, 2024
-
-
Put GeoModel libs first in the Cmake lists Revert align store
-
Update TRTSensitiveDetector_gtest
-
InDetRecStatistics: Fix compilation with hepmc2. Missing #include.
-
TRT_TrackExtensionTool_xk: Fix cppcheck warnings. Redundant comparison.
-
- May 17, 2024
-
-
Fix typo in IDTPM include
-
Remove deprecated LargeD0 tracking pass
-
HepMcParticleLink constructor syntax clean-up. Avoid using 0 in combination with HepMcParticleLink::IS_EVENTNUM in constructor calls as this is not properly supported. It is more correct to directly use 0 with HepMcParticleLink::IS_POSITION to indicate that the link is to the first GenEvent in the McEventCollection.
-
Introduce SCT Bytestream decoding example
-
xAOD Hgtd cluster: propagate time error to covariance matrix
-
InDetTrackPerfMon: Adding Efficiency and OfflineElectron plot categories
-
Updating ID ART Reference plots
-
- May 16, 2024
-
-
Use the GenEvent event_number in HepMcParticleLink constructors where it is known
-
InDetTrackPerfMon: Adding TrackAnalysisPlotsMgr and TrackParametersPlots
-
CMakeLists.txt files have been updated for all instances which depend on the GeoModel core libraries but which do not explicitely include ${GEOMODEL_INCLUDE_DIRS}. Without this we are in danger of mixing header files from two sources, and this is actually now happening in the GeoModel early fault detection pipeline.
-
Compress ACTS CI tests that check the ACTS workflows
-
Re-including !70945: Add Large-R jet AntiKt10UFOCSSKSoftDrop for trigger monitoring (ATLJETMET-1711) Revert "Revert "Merge branch '24.0-large-R-jets-for-trigger' into '24.0'"" This reverts commit ec71124a
-
- May 15, 2024
-
-
TRTDetectorFactory_Full: changed the way the central barrel is constructed The goal of this exercise is to test a different approach for constructing central barrel. If this mechanism proves to be successful, then a similar strategy will be applied to endcaps, and finally it will also be implemented in standalonge TRT GeoModel plugin code in the GeoModelATLAS repository. In the current implementation we construct one instance of the barrel radiator Serial Transformers for each potential straw material - Xenon, Argon and Krypton - and then reuse it as many times as needed when constructing the barrel. In the new approach we don't share Serial Transformers. Instead for each radiator a new Transformer is created. After applying this strategy to the standalone implementation it will be possible to patch the materials of individual modules after reading the persistent description from SQLite
-
Add ACTS Large Radius Tracking Pass
-
- May 14, 2024
-
-
Only use ACTS in SPOT workflow
-