Skip to content
Snippets Groups Projects
  1. Feb 10, 2017
  2. Feb 09, 2017
    • Andre Sailer's avatar
      Add possibility to remove the production cut from region so that it uses the... · 55459b45
      Andre Sailer authored
      Add possibility to remove the production cut from region so that it uses the Global Range Cut instead of the default set for Regions
      
      Geant4 will print a warning about regions without thresholds, but that is what we need. This allows one to keep regions for e.g., creating material scan with out manually having to set range cuts
      As far as I can tell the threshold is only used when store_secondaries is true (which is ignored), so we are now throwing an exception if someone specifies store_secondaries without setting a threshold.
      However, it seems that store_secondaries is actually never used anywhere else?
      55459b45
  3. Feb 03, 2017
  4. Jan 19, 2017
  5. Nov 29, 2016
  6. Nov 24, 2015
  7. Oct 12, 2015
  8. Jul 12, 2015
  9. Mar 12, 2015
  10. Mar 11, 2015
  11. Mar 10, 2015
  12. Mar 09, 2015
  13. Feb 25, 2015
  14. Feb 16, 2015
  15. Dec 18, 2014
  16. Dec 16, 2014
  17. Nov 18, 2014
  18. Nov 17, 2014
  19. Nov 14, 2014
  20. Nov 11, 2014
  21. Jul 21, 2014
  22. Jul 01, 2014
  23. Jun 11, 2014
  24. Jun 02, 2014
  25. May 28, 2014
  26. Apr 28, 2014
  27. Apr 25, 2014
  28. Apr 08, 2014
  29. Feb 06, 2014
  30. Feb 05, 2014
  31. Jan 30, 2014
  32. Jan 20, 2014
  33. Dec 18, 2013
  34. Nov 14, 2013
  35. Nov 04, 2013
  36. Oct 03, 2013
  37. Sep 20, 2013
    • Frank Gaede's avatar
      -- changed Geant4Converter to use a new G4SDFactory · 42e71b57
      Frank Gaede authored
          object to instantiate a G4VSensitiveDetector 
          class
          ->  allows to use pre-existing SD classes 
          -> changed macro DECLARE_SENSITIVEDETECTOR to
             create a factory, thus replace:
             //    typedef Geant4GenericSD<TrackerCombine>  Geant4TrackerCombine;
             typedef SimpleG4SDFactory< Geant4GenericSD<TrackerCombine> >  Geant4TrackerCombine;
      
      42e71b57
  38. Aug 08, 2013
Loading