Skip to content
Snippets Groups Projects
  1. May 16, 2019
  2. Apr 29, 2019
  3. Apr 19, 2019
  4. Apr 17, 2019
  5. Apr 15, 2019
  6. Apr 02, 2019
  7. Apr 01, 2019
  8. Mar 29, 2019
    • Zach Marshall's avatar
      Updates to R-Hadron simulation for stable particles · b7ae9c40
      Zach Marshall authored
      This is a couple of twweaks to double protect us when running stable
      R-Hadron simulation. The idea is that people should be able to not set a
      lifetime or set a lifetime to -1 or 0 and assume that the simulation
      will guess they want stable particles. Explicitly setting doDecays=0
      will also work. Also added a catch in the simulation to make sure that
      the settings read in are consistent (e.g. if someone sets a lifetime,
      they almost certainly want decays, and if they set a negative lifetime
      they almost certainly don't).
      
      Marking as a WIP until we can get some tests in.
      b7ae9c40
  9. Mar 28, 2019
  10. Mar 27, 2019
  11. Mar 26, 2019
  12. Mar 22, 2019
    • Miha Muskinja's avatar
      adds logical volume printout as well · ccbd6030
      Miha Muskinja authored
      ccbd6030
    • John Chapman's avatar
      Add support for Quasi-stable particle simulation in AFII jobs · 0886a72c
      John Chapman authored
      In order to allow Quasi-stable particles to be simulated in AFII jobs
      the following tool and service configurations were added:
      - `AFII_QS_G4TransportTool`
      - `AFII_QS_Geant4SimSvc`
      - `ISF_MuonAFII_QS_Geant4Selector`
      - `ISF_DefaultAFII_QS_Geant4Selector`
      - `ISF_Kernel_ATLFASTII_QS`
      
      The new simulator can be used by specifying `--simulator ATLFASTII_QS` on the
      `Sim_tf.py` command-line.
      0886a72c
    • John Chapman's avatar
      Clean up PhysicsValidationUserAction · 88b5b7ea
      John Chapman authored
      `PhysicsValidationUserAction` had handles to a number of tools and services
      which weren't used. Dropped `ServiceHandle<ISF::IParticleBroker>`,
      `ToolHandle<ISF::IParticleHelper>` and `ServiceHandle<G4UA::IUserActionSvc>`.
      
      Dropping the dependency on the `ParticleBroker` instance removed the need for
      separate configurations of the `PhysicsValidationUserActionTool` for different
      simulator types. This then simplied the configuration of the `UserActionSvc`
      for ISF jobs meaning that a separate `G4UA::ISFQuasiStableUserActionSvc`
      was no longer necessary.
      88b5b7ea
  13. Mar 21, 2019
  14. Mar 19, 2019
  15. Mar 15, 2019
  16. Mar 14, 2019
  17. Mar 13, 2019
  18. Mar 08, 2019
  19. Mar 07, 2019
  20. Mar 06, 2019
  21. Mar 05, 2019
  22. Mar 04, 2019
  23. Mar 03, 2019
  24. Mar 02, 2019
Loading