Skip to content
Snippets Groups Projects
This project is mirrored from https://*****:*****@gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Feb 04, 2021
  2. Feb 03, 2021
  3. Feb 02, 2021
  4. Feb 01, 2021
  5. Jan 31, 2021
  6. Jan 30, 2021
  7. Jan 29, 2021
  8. Jan 26, 2021
  9. Jan 25, 2021
  10. Jan 22, 2021
  11. Jan 21, 2021
  12. Jan 20, 2021
    • John Chapman's avatar
      Avoid using BeginEvent Incident to Trigger TrackRecordCollection creation in ISF · 7aae5777
      John Chapman authored
      This commit removes the dependency of the `EntryLayerTool` on IIncidentListener.
      The old `handle(...)` method is replaced by `setupEvent`, which is called from
      `ParticleBrokerDynamicOnReadIn::initializeEvent()`.
      This change prevents the `TrackRecordCollection` objects from being created in the
      eventStore in the case that ISF is not run. This is needed for the re-simulation
      workflow, where some events are simply copied and some are re-simulated.
      7aae5777
    • Masato Aoki's avatar
      add TileDefault · 68e61e7c
      Masato Aoki authored
      68e61e7c
  13. Jan 19, 2021
  14. Jan 18, 2021
  15. Jan 16, 2021
  16. Jan 15, 2021
    • Rachid Mazini's avatar
      Merge branch 'add_ATLFAST3_simulator' into '21.0' · 78618ab0
      Rachid Mazini authored
      ATLFAST3 simulator
      
      See merge request atlas/athena!39678
      78618ab0
    • John Chapman's avatar
      Make McEventCollectionCnv_p4_test more robust · 2b85f664
      John Chapman authored
      This commit makes `McEventCollectionCnv_p4_test` more robust by:
      - checking all properties of the `GenEvent`.
      - some double-precision properties are only stored with single-precision in the persistent version, so must be cast to `float` before being compared.
      
      The current version of `McEventCollectionCnv_p4` flips the order of the `GenParticles`
      associated with each `GenVertex` after T1->P1->T2 conversion. Running though this twice
      is sufficient to regain agreement (i.e. T1->P1->T2->P2->T3. T1 == T3 != T2).
      2b85f664
  17. Jan 14, 2021
Loading