Skip to content
Snippets Groups Projects
  1. Jul 11, 2024
  2. May 03, 2024
  3. Nov 10, 2023
  4. Oct 02, 2023
  5. Sep 18, 2023
  6. Jul 19, 2023
  7. Jul 03, 2023
  8. Jun 18, 2023
  9. Jun 01, 2023
  10. May 24, 2023
  11. May 19, 2023
  12. Apr 03, 2023
  13. Mar 28, 2023
  14. Feb 14, 2023
  15. Jun 03, 2021
  16. Jan 15, 2021
  17. Jan 12, 2021
  18. Sep 23, 2020
  19. Jul 29, 2020
  20. May 27, 2020
  21. May 12, 2020
  22. May 07, 2020
  23. Sep 18, 2018
  24. Jan 30, 2017
  25. Dec 07, 2016
  26. Nov 25, 2016
  27. Nov 24, 2016
  28. Nov 07, 2016
  29. Nov 02, 2016
    • Adrien Matta's avatar
      * Fixing seg fault when reloading geometry multiple time · c76a05a5
      Adrien Matta authored
              - Modification of all existing detector class
              - Modification of Detector Skeleton
              - Branch is now called only if Branch does not exist
              - Cosmetic change to display when reloading geometry
      
      * Restaure NPTool style (previous one was broken)
      c76a05a5
  30. Oct 12, 2016
  31. Jan 07, 2016
  32. Jan 04, 2016
  33. Dec 26, 2015
  34. Dec 24, 2015
  35. Jul 29, 2015
    • adrien-matta's avatar
      * Adding nps test script · 2b138cc2
      adrien-matta authored
      - Adding travis build of G4
      - Adding travis run of test
      - fixing potential conflict when compiling and running nps on linux
      2b138cc2
  36. Jul 14, 2015
  37. Apr 15, 2015
  38. Nov 07, 2014
    • adrien-matta's avatar
      * Adding option to reload the current geometry via messenger · c1eb0913
      adrien-matta authored
       - Delete the actual geometry
       - Clear the Detector Manager
       - Reload Geometry file
      
      For this to work a couple of thing has been done:
       - InitializeRootInput now need an extra SetBranchAddress to tell the
         tree that the previous address is no longer in use
       - Scorer can not be cleared, so need to be retrieved in case of a
         reloading. If they do not exist they are created
       - This is done using the new CheckScorer static method from VDetector
      c1eb0913
Loading