Skip to content
Snippets Groups Projects
  1. Nov 21, 2013
  2. Nov 12, 2013
  3. Nov 11, 2013
  4. Nov 06, 2013
  5. Oct 25, 2013
  6. Oct 07, 2013
  7. Oct 06, 2013
  8. 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
  9. Jul 24, 2013
  10. Jul 18, 2013
  11. Jul 04, 2013
  12. Jul 02, 2013
  13. Jul 01, 2013
  14. 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
  15. Jun 25, 2013
  16. Jun 14, 2013
  17. Jun 13, 2013
  18. 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
  19. 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
  20. Mar 08, 2013
  21. Feb 28, 2013
    • matta's avatar
      * Fixing double InitialCondition Branch on Linux · 20ce8af3
      matta authored
       - Beam was creating a never used Initial Condition
       - The hollow branch appear only on Linux(?) computer...
      20ce8af3
    • 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
  22. Feb 26, 2013
    • matta's avatar
    • matta's avatar
      * Fixing issue with NPUnit · d71e4318
      matta authored
       - NPS was giving conflict between NP system of Unit and CLHEP one, this is was fixed by a nested ifdef on HEP_SYSTEM_OF_UNIT
      
      * Fixing issue with S1:
       - in Detector Manager a tipo was desabling the condition compilation of S1
      
      * Fixing issue in Isotropic:
       - conflict when the particle was light nuclei given by its name (eg proton instead of 1H)
       - Problem is fixed and user can use gamma, proton, deuton, triton and alpha spelling
      d71e4318
  23. Feb 16, 2013
  24. Feb 15, 2013
  25. Feb 14, 2013
  26. Feb 13, 2013
  27. Feb 12, 2013
  28. Feb 11, 2013
Loading