- Mar 15, 2017
-
-
Markus Frank authored
-
- Feb 10, 2017
-
-
Markus Frank authored
-
- Feb 09, 2017
-
-
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?
-
- Feb 03, 2017
-
-
Markus Frank authored
-
- Jan 19, 2017
-
-
Markus Frank authored
-
- Nov 29, 2016
-
-
Andre Sailer authored
-
- Nov 24, 2015
-
-
Markus Frank authored
Support for multi-threaded Geant4 applications using DDG4Details are described in the release notes.
-
- Oct 12, 2015
-
-
Markus Frank authored
-
- Jul 12, 2015
-
-
Markus Frank authored
-
Markus Frank authored
-
- Mar 12, 2015
-
-
Markus Frank authored
-
- Mar 11, 2015
-
-
Markus Frank authored
Fix hundreds of std=c++11 compiler warningsAllow to change compiler settings in cmake/DD4hep.cmake valid for all packages.Watch out for CMAKE_CXX_FLAGS in cmake/DD4hep.cmake.Move to use Boost spirit::phoenix version 3. ---- Prepare for ROOT 6
-
- Mar 10, 2015
-
-
Markus Frank authored
-
- Mar 09, 2015
-
-
Markus Frank authored
-
- Feb 25, 2015
-
-
Andre Sailer authored
-
- Feb 16, 2015
-
-
Markus Frank authored
-
- Dec 18, 2014
-
-
Markus Frank authored
No code changes. Common code formatting removing tabs, replacing with spaces (tab-size=-2) + emacs reformatting.
-
- Dec 16, 2014
-
-
Markus Frank authored
-
- Nov 18, 2014
-
-
Markus Frank authored
-
- Nov 17, 2014
-
-
Markus Frank authored
-
Markus Frank authored
-
- Nov 14, 2014
-
-
Markus Frank authored
-
- Nov 11, 2014
-
-
Markus Frank authored
-
- Jul 21, 2014
-
-
Andre Sailer authored
Phi2 is the deltaPhi in Geant4, it is the EndPhi in TGeo
-
- Jul 01, 2014
-
-
Markus Frank authored
-
- Jun 11, 2014
-
-
Markus Frank authored
-
- Jun 02, 2014
-
-
Markus Frank authored
-
- May 28, 2014
-
-
Markus Frank authored
-
- Apr 28, 2014
-
-
Markus Frank authored
Hopefully I got the assemblies right now. Assembly test added in examples/ClientTests. Please see also doc/release.notes
-
- Apr 25, 2014
-
-
Markus Frank authored
-
- Apr 08, 2014
-
-
Markus Frank authored
-
- Feb 06, 2014
-
-
Markus Frank authored
-
- Feb 05, 2014
-
-
Markus Frank authored
-
- Jan 30, 2014
-
-
Markus Frank authored
-
- Jan 20, 2014
-
-
Markus Frank authored
-
- Dec 18, 2013
-
-
Markus Frank authored
-
- Nov 14, 2013
-
-
Markus Frank authored
-
- Nov 04, 2013
-
-
Markus Frank authored
-
- Oct 03, 2013
-
-
Markus Frank authored
-
- Sep 20, 2013
-
-
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;
-