Skip to content
Snippets Groups Projects
  1. Dec 03, 2020
  2. Dec 02, 2020
  3. Dec 01, 2020
  4. Nov 30, 2020
    • Frank Winklmeier's avatar
      TriggerFlags: remove doLVL2 and doEF flags · 2ba1c3ed
      Frank Winklmeier authored
      `doLVL2` and `doEF` were used during Run-1 to configure the two-level
      HLT. This has not been supported since a long time and was replaced by a
      single `doHLT` flag. Adjust relevant python fragments.
      2ba1c3ed
  5. Nov 27, 2020
  6. Nov 26, 2020
  7. Nov 25, 2020
  8. Nov 24, 2020
  9. Nov 23, 2020
  10. Nov 21, 2020
  11. Nov 18, 2020
  12. Nov 17, 2020
    • John Chapman's avatar
      Adapt code to use G4AtlasActionInitialization · 01d9149b
      John Chapman authored
      Here we adapt the various clients of the `UserActionSvc` to create
      (in the case of `G4AtlasAlg`, `G4LegacyTransportTool` and
      `G4TransportTool`) `G4AtlasActionInitialization` or use it
      (`G4AtlasRunManager`, `G4AtlasUserWorkerThreadInitialization`,
      `G4AtlasWorkerRunManager`).
      01d9149b
    • John Chapman's avatar
      Add initial version of G4AtlasActionInitialization · 6e492f9a
      John Chapman authored
      `G4AtlasActionInitialization` derives from `G4VUserActionInitialization`.
      Classes based on  `G4VUserActionInitialization` are the recommended way
      of initializing `G4UserActions` in Geant4MT. Switching to this approach
      should make our Athena interface to Geant4 more standard. Currently the
      class just wraps calls to the `UserActionSvc`. Ideally `G4RunActions`
      would be initialized for the master thread also via the `BuildForMaster`
      call. This functionality was missing in the current implementation, so
      has not been added here in order to reproduce exactly the current behaviour.
      Adding it requires significant refactoring which is best handled in a
      separate merge request.
      6e492f9a
    • John Chapman's avatar
      Extra debugging printout · f54dae30
      John Chapman authored
      f54dae30
    • John Chapman's avatar
      87bec751
  13. Nov 16, 2020
  14. Nov 14, 2020
  15. Nov 10, 2020
  16. Nov 09, 2020
Loading