- May 24, 2024
-
-
The Master said: To have faults and not to reform them - this, indeed, should be pronounced having faults.
-
- May 22, 2024
-
-
MuonR4 - Update R4 test geometry & augment Micromega test
-
MMReadoutElementR4 - Streamline interface to always use the identifierHash
-
Bugfix: the SQLite workflow is hereby adapted to a recent change in the SQLite database file.
-
MuonHistUtils: Use Accessor, etc instead of auxdata(). Replace auxdata, etc. with Accessor classes. Moving to deprecate these usages in the Athena build.
-
MuonHoughTransformTester - Add Nsw hits to the Hough tester n-tuple
-
- May 21, 2024
-
-
MuonGeometryCnv: Attempt to get the alignment stores there
-
MuonSpacePoint formation -- Add sTgc and split the NSW into separate space point container
-
Johannes Junggeburth authored
-
MuonR4 - Continue the development of the fast sTgc digitization
-
- May 20, 2024
-
-
MuonPRDTest - Add TGC measurement uncertainty to the tree
-
MuonSpacePoint formation - Add micromegas
-
Johannes Junggeburth authored
-
- May 19, 2024
-
-
Shixiang Su authored
-
- May 18, 2024
-
-
Do not retrieve the cluster ROT via index Remove compiler warning Apply 1 suggestion(s) to 1 file(s) Apply 1 suggestion(s) to 1 file(s) Fix CI test
-
- May 17, 2024
-
-
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.
-
Call fillCache for sTGC
-
- May 16, 2024
-
-
Remove m_useAlignedGeo Minor fix to match standard naming convention
-
Use the GenEvent event_number in HepMcParticleLink constructors where it is known
-
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.
-
add cluster theta for error calculation in caruana cluster builder
-
- May 15, 2024
-
-
Modify NSWClusterUtils to get local directions given a surface
-
MuonConfig: drop remaining RPC conditions overrides Hello, This MR is a follow up of !70390 . With the new HLT global tag CONDBR2-HLTP-2024-01 now in use (https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/ConditionsTagCondbr2hltp202401), we no longer need these RPC conditions overrides. We may need a new reference due to the change in metadata. Cheers, Bertrand
-
Muon geometry - Convert Micromegas from the R4 format into the legacy one
-
- May 14, 2024
-
-
MuonGeoModelR4 - Convert new sTgc readout elements into their legacy version
-
MuonEventTPCnv: Update dummy det description. Update the dummy detector description used for unit tests. sTGC will trip an assertion failure if it doesn't see four layers. Fixes test failures in the debug build.
-
- May 13, 2024
-
-
Add phi extension to Phase-2 Muon pattern recognition and clean up / document existing steps
-
MuonReadoutGeometryR4: Speed up MdtTubeLayer::getTubeNode(). This was using getChildVol. However, that keeps track of the transform to each child, even though that is not actually used. This is slow, especially in debug builds where Eigen operations tend to be expensive. Instead, use GeoVisitVolumes to iterate over children without calculating the transforms.
-
- May 12, 2024
-
-
MuonGeoModelTestR4: cmake fix Missing find_package for ROOT.
-
- May 10, 2024
-
-
Made all binaries that depend on LTO, use LTO themselves as well. Also, moved MuonSensitiveDetectorsR4 into AtlasGeant4.
-
Cosmetic changes to sTGC monitoring plots v2
-
- May 09, 2024
-
-
MuonEvenTPCnv - Fix unit test
-
- May 08, 2024
-
-
p3 version of TP convertors for HepMC particle link v3
-
MMReadoutElement - Clean up initialization stage
-
Shixiang Su authored
-
MuonGeoModelTestR4: Fix cppcheck warnings. Use string::starts_with rather than string::find.
-
Shixiang Su authored
-
MuonReadoutGeometryR4: Speed up handling of tube transforms. Calling toTubeFrame is expensive, since it needs to walk over all children until it gets to the desired value. Hence, calling toTubeFrame from within a loop over tubes is an N^2 operation. Further, MdtReadoutElement::initElement() was calling toTubeFrame multiple times for each tube. This is especially painful in a debug build, where Eigen matrix operations are very slow. Speed up by using GeoVolumeCursor to change from the nested O(N^2) iteration to a single O(N) iteration, and only evaluate the transform once per tube. Also fix a logic error the prevented the layer-to-layer pitch test from executing.
-
Muon R4 - Add infrastructure to digitize BI-RPC hits
-
Improving hashing for BIL with adding the zIndex and changing multidimensional array to a std_unordered map with some input from Johannes
-