Skip to content
Snippets Groups Projects
  1. Mar 22, 2024
  2. Mar 21, 2024
  3. Mar 20, 2024
  4. Mar 19, 2024
  5. Mar 18, 2024
  6. Mar 15, 2024
    • Goetz Gaycken's avatar
      Speedup truth decoration. · 2a2532b9
      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.
      2a2532b9
    • Goetz Gaycken's avatar
      Associate parent truth particle to measurements by index. · 988913ad
      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.
      988913ad
    • Johannes Junggeburth's avatar
      GeoModelXMLTool - Introduce deduplication flags · 5672772a
      Johannes Junggeburth authored and Walter Lampl's avatar Walter Lampl committed
      GeoModelXMLTool - Introduce deduplication flags
      5672772a
  7. Mar 14, 2024
  8. Mar 13, 2024
  9. Mar 12, 2024
  10. Mar 11, 2024
  11. Mar 10, 2024
Loading