Skip to content
Snippets Groups Projects
  1. Dec 01, 2021
  2. Nov 30, 2021
  3. Nov 25, 2021
  4. Nov 24, 2021
  5. Nov 23, 2021
    • Mihaly Novak's avatar
      Cleanup of the fullSimLight application · 80f54c57
      Mihaly Novak authored
      A significant clean up has been done on the application, especially
      regarding the user actions. These were still identical to that I
      developed for the GeantV project in the fullCMS Geant4 application
      (that fullSimLight is based on). While the goal of that application
      was to demonstrate even some more advanced user action features,
      these are completely unnecessary for fullSimLight and causing only
      limitations. So the user actions has been reduced, made simpler and
      cleaner. Only a minimum set of infomation is collected now (only if
      executed in non-performance mode) such as the mean energy deposit,
      mean number of charged/neutral steps, mean number of secondary electron,
      gamma and positron per event.
      
      An additional option, for collecting the above infomation only
      restricted to a given detector region, will be added later when
      activating detector regions will already be implemented.
      
      Note, that the same user actions can now be used both with the
      particle gun and the Pythia primary event generator options.
      80f54c57
    • Mihaly Novak's avatar
      Update the PYTHIA based primary generator with proper MT seeding. · 7f9ccfaf
      Mihaly Novak authored
      Originally, a fixed (1234) seeding was used for seeding the RNG
      of Pythia. In case of using Geant4 MT with multiple worker threads,
      this results in generating exactly the same set of events for each
      of the threads. This behaviour is kept now only for performance
      mode runs (-p) while the worker thread generators are seeded now
      using the event ID ortherwise. This results in a reproducible
      set of events for the complete run while the individual worker thraeds
      simulate distinct subsets of this.
      7f9ccfaf
  6. Nov 11, 2021
  7. Nov 09, 2021
  8. Nov 08, 2021
  9. Nov 03, 2021
  10. Oct 16, 2021
  11. Oct 15, 2021
  12. Oct 14, 2021
  13. Oct 13, 2021
  14. Oct 07, 2021
  15. Sep 30, 2021
Loading