Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Feb 10, 2017
  3. 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
  4. Feb 03, 2017
  5. Jan 19, 2017
  6. Nov 29, 2016
  7. Nov 24, 2015
  8. Oct 12, 2015
  9. Jul 12, 2015
  10. Mar 12, 2015
  11. Mar 11, 2015
  12. Mar 10, 2015
  13. Mar 09, 2015
  14. Feb 25, 2015
  15. Feb 16, 2015
  16. Dec 18, 2014
  17. Dec 16, 2014
  18. Nov 18, 2014
  19. Nov 17, 2014
  20. Nov 14, 2014
  21. Nov 11, 2014
  22. Jul 21, 2014
  23. Jul 01, 2014
  24. Jun 11, 2014
  25. Jun 02, 2014
  26. May 28, 2014
  27. Apr 28, 2014
  28. Apr 25, 2014
  29. Apr 08, 2014
  30. Feb 06, 2014
  31. Feb 05, 2014
  32. Jan 30, 2014
  33. Jan 20, 2014
  34. Dec 18, 2013
  35. Nov 14, 2013
  36. Nov 04, 2013
  37. Oct 03, 2013
  38. 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
Loading