Skip to content
Snippets Groups Projects
  1. Dec 02, 2014
  2. Nov 07, 2014
  3. Nov 05, 2014
    • adrien-matta's avatar
      * adding dead layer to tiara · 8ef7c2d1
      adrien-matta authored
      * editing the NPSimulation UI for nicer interface
       - adding menue and icon for common command
       - adding free icons for nice interface
      8ef7c2d1
    • adrien-matta's avatar
      * Hyball is now functionnal · cb47e347
      adrien-matta authored
      * Adding creation of small sample cube by the material manager to ensure
      * every declared material are used, so no crash when writting the DEDX
      * tables
      cb47e347
  4. Oct 30, 2014
  5. Oct 28, 2014
  6. Oct 27, 2014
  7. Oct 23, 2014
  8. Oct 21, 2014
  9. Oct 15, 2014
  10. Oct 03, 2014
  11. Jun 10, 2014
  12. Apr 29, 2014
  13. Apr 25, 2014
  14. Apr 24, 2014
  15. Mar 24, 2014
  16. Feb 24, 2014
  17. Dec 18, 2013
  18. Dec 09, 2013
  19. Dec 07, 2013
  20. Dec 05, 2013
  21. Dec 04, 2013
  22. Nov 11, 2013
  23. Oct 07, 2013
  24. Oct 06, 2013
  25. Aug 20, 2013
    • matta's avatar
      * Patch the liblist and makefile script · aec77417
      matta authored
       - Some old machine requiered the -e flag in front of echo to interpret correctly the \t command as a tab
      - some new machine ignore -e and the make fail later
      - The solution to both is to suppress the -e flag (done before) and replace \t by the ascii code \011
      aec77417
  26. Jul 02, 2013
    • nicolas's avatar
      * NPSimulation compilation · d031d3e5
      nicolas authored
        header and src files of each defined detector are now
        symlinked in the include and src directory instead of
        being hard copied
      
      * Remove compilation warnings in Tigree.cc
      d031d3e5
  27. Jul 01, 2013
  28. Jun 26, 2013
    • nicolas's avatar
      * change NPSimulation structure to allow conditional compilation · 8f3a5182
      nicolas authored
         + geant4 files are kept in the include and src directories
         + one directory is created for each detector. This directory
           contains the associated headers and sources files
         + a script directory is created with some scripts allowing the
           conditional compilation
      
       * Add #ifdef statements in DetectorConstruction.cc file
         + this applies to each detector header
      
       * Move G4MultiFunctionnalDetector.hh header from Sharc.cc to 
         Sharc.hh
      8f3a5182
  29. Jun 25, 2013
  30. Jun 13, 2013
  31. May 30, 2013
    • matta's avatar
      * Fix some issue in the scoring of Sharc * · 302d0717
      matta authored
       - In the case of multiinteraction in the same volume, the scorer was keeping only the last energy deposit, instead of summing them
       - The threshold has been move in the Read sensitive and is no longer in the scorer, as the energy deposit can be down in multiple step each of them below threshold and be ignored if the threshold is applyed individually.
      302d0717
  32. Mar 19, 2013
    • matta's avatar
      * Fixing bug in initial condition · 88a2bc99
      matta authored
      * Fixing GeometricalEfficiency.C macro to fit new TInitialCondition
      * Adding support for TInitialCondition in Sharc
      88a2bc99
  33. Feb 28, 2013
    • matta's avatar
      * Fixing issue when target size value are 0: · e5d791b7
      matta authored
       - The target was not created and thus the Material not register in the dE/dx table. So NPS crash when trying to write the table. The table is no longer written if the size of the target is 0
      
      * Fixing issue when EventGeneratorIsotropic is used for gamma emission
      e5d791b7
Loading