Skip to content
Snippets Groups Projects
  1. Oct 21, 2014
  2. Oct 15, 2014
  3. Mar 24, 2014
  4. Oct 06, 2013
  5. 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
  6. 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
  7. 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
  8. Feb 08, 2013
  9. Jan 31, 2013
  10. Jan 30, 2013
  11. Jan 29, 2013
  12. Jan 28, 2013
    • matta's avatar
      # Adding a new Event generator Beam · fc416153
      matta authored
       - Add associate class in NPL
       - Add Function in NPL
      
      Some code clean up has been done as well (cosmetic change for the most)
      fc416153
  13. Dec 04, 2012
  14. Nov 07, 2012
    • matta's avatar
      * Adding GUI interface to NPS · c66ab5a1
      matta authored
      * Progress on the Sharc detector
      * Correcting bug on the particle stack: Initial condition was not cleared at end of event, generating massive root file
      c66ab5a1
  15. Nov 01, 2012
  16. Jul 17, 2012
  17. Jan 20, 2011
  18. Oct 18, 2010
    • matta's avatar
      * Fixing Bud in NPS:Must2Scorers.cc · 37fd782c
      matta authored
       - X and Y was inverted in the PSStripNumberX and PSStripNumberY function causing a wrong analysed spectra of excitation energy
      37fd782c
  19. May 11, 2010
    • matta's avatar
      * Changing in TPlasticPhysics · 3b3decd1
      matta authored
      	- Token in NPLib now fit the one of NPS
      	- No more error in NPA initialisation of the detector configuration
      3b3decd1
  20. Mar 30, 2010
  21. Mar 29, 2010
  22. Mar 05, 2010
  23. Feb 18, 2010
  24. Feb 11, 2010
  25. Feb 08, 2010
    • matta's avatar
      * Improving EventGeneratorTransfertToResonance · 4e9d7914
      matta authored
      	- Now the weight of each event is stored instead of using a rejection methods when making the phase space decay
      
      * Adding a pure phase space Event Generator
      	- Using an input file, one can simulate any many body phase space (up to 18 body)
      	- Same weight methods is used as in TransfertToResonance
      4e9d7914
  26. Dec 07, 2009
  27. Oct 02, 2013
  28. Nov 16, 2009
  29. Nov 06, 2009
  30. Oct 19, 2009
  31. Oct 15, 2009
    • matta's avatar
      * Major upgrade on Scorer · 4d12dddc
      matta authored
      	- General Scorer now use the TrackID+DetNbr index system, ensuring more flexibility.
      	- Plastic,MUST2 and ThinSi use the same system and rely on General Scorer
      
      * Naming Convention of Detector Volume is define 
      	- Volume name should be : DetectorNameX_SubPart
      	- This insure compatibility with the General Scorer
      
      * Correcting Bug: if no target the Transfert and TransfertToReasonance method crashed
      	- Fixed by adding a test on the target address
      
      * NB: Further test to be made on Gaspard to check everything is fine
      4d12dddc
  32. Oct 02, 2013
Loading