acts
acts copied to clipboard
feat: material mapper in core (MM4)
This is the first PR in a series that divides the Material Mapping into logical, unit testable modules:
- Finding intersections with surfaces and associations to volumes (MM2)
- Assigning material interactions to those intersections (MM1)
- Mapping those onto dedicated Surface / Volume Material Mappers (MM3)
- Steer that by a chained algorithm (MM4, this PR)
This PR:
Introduces a MaterialMapper which just needs I/O connection in the relevant framework/experiment context implementation.
All cases are showcased and tested in a set of UnitTests.
📊: Physics performance monitoring for d57e35a9329a5f32f41221ba9528a5cc89e2b2aa
physmon summary
- ✅ CKF truth_smeared
- ✅ IVF truth_smeared
- ✅ AMVF truth_smeared
- ✅ Track Summary CKF truth_smeared
- ✅ Seeding truth_estimated
- ✅ CKF truth_estimated
- ✅ IVF truth_estimated
- ✅ AMVF truth_estimated
- ✅ Track Summary CKF truth_estimated
- ✅ Seeding seeded
- ✅ CKF seeded
- ✅ IVF seeded
- ✅ AMVF seeded
- ✅ AMVF (+grid seeder) seeded
- ✅ Track Summary CKF seeded
- ✅ Seeding orthogonal
- ✅ CKF orthogonal
- ✅ IVF orthogonal
- ✅ AMVF orthogonal
- ✅ Track Summary CKF orthogonal
- ✅ Ambisolver seeded
- ✅ Ambisolver orthogonal
- ✅ Seeding ttbar
- ✅ CKF ttbar
- ✅ Ambisolver
- ✅ Track Summary CKF ttbar
- ✅ AMVF ttbar
- ✅ AMVF (+grid seeder) ttbar
- ✅ Truth tracking (GSF)
- ✅ Truth tracking
- ✅ Truth tracking (GX2F)
- ✅ Particles fatras
- ✅ Particles geant4
Hey @Corentin-Allaire - this one is pretty small now.
Looks good ! Is the plan to add the volume part later ?
Yes, I will finish the surface part first, and try to make it fully reproduce what we had before.