- Jun 08, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
From https://stackoverflow.com/a/41153081 Needed for python2.7 compatibility
-
Andre Sailer authored
The XML files need to follow the structure where at the end is a closer file. compactFile takes multiple arguments, or multiple instances of compactFile or both. ddsim --compactFile $DD4hep/examples/CLICSiD/compact/SiD_multiple_inputs.xml $DD4hep/examples/CLICSiD/compact/SiD_detectors_1.xml --compactFile $DD4hep/examples/CLICSiD/compact/SiD_detectors_2.xml $DD4hep/examples/CLICSiD/compact/SiD_close.xml --runType shell
-
Andre Sailer authored
-
- May 18, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
Used when building doxygen for the website
-
Andre Sailer authored
-
Andre Sailer authored
-
- May 09, 2022
-
-
Marco Clemencic authored
-
- Apr 29, 2022
-
-
Andre Sailer authored
-
- Apr 28, 2022
-
-
Andre Sailer authored
-
Juraj Smiesko authored
-
Juraj Smiesko authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
- Apr 07, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Apr 04, 2022
-
-
Sanghyun Ko authored
-
- Mar 30, 2022
-
-
Valentin Volkl authored
When using CMake 3.19 or newer and no CMAKE_CXX_STANDARD has been set before the call to find_package(dd4hep), downstream code will error with: ``` CMake Error at /afs/cern.ch/user/v/vavolkl/cmaketest/tmp/CMakeFiles/CMakeTmp/CMakeLists.txt:13 (add_executable): CXX_STANDARD is set to invalid value 'CXX_EXTENSIONS' CMake Error at CMakeLists.txt:3 (try_compile): Failed to generate test project build system. ``` because ${CMAKE_CXX_STANDARD} is empty. I couldn't find any relevant information in the changelog, so this might be a bug in CMake proper. When configuring dd4hep, CMAKE_CXX_STANDARD is assumed to always be set.
-
Markus Frank authored
-
Markus Frank authored
-
- Mar 21, 2022
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Wouter Deconinck authored
Also, don't add particle as daughter to its parents. This addresses an issue with fully duplicated entries in the parents and daughters relations for MCParticles. After this bugfix, only a single entry for each parents is entered in the parents relations, similar for daughters. More demonstrated behavior in pull request comments. BEGINRELEASENOTES - edm4hep: don't add particle as parent to its daughters, and vice versa ENDRELEASENOTES
-
- Mar 15, 2022
-
-
Paul Gessinger authored
As it stands, this project requires to find a python version matching the one ROOT was build against EXACTLY. This has been discussed in #842. This adds an option `DD4HEP_RELAX_PYVER` that will accept **any** python version. It will then perform a custom check if major and minor version of the ROOT python version and the one found match (in which it should be safe to assume ABI compatibility). If not, it prints a warning but continues with the build.
-
- Mar 11, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Mar 08, 2022
-
-
Markus FRANK authored
-
- Mar 04, 2022
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Feb 25, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
warnings like -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : em0044 issued by : G4VEnergyLossProcess::SetMinKinEnergy Parameter is out of range: 0 it will have no effect! Process hIoni nbins= 84 Emin(keV)= 0.1 Emax(GeV)= 100000 *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : em0044 issued by : G4VEnergyLossProcess::SetDEDXBinning Parameter is out of range: -2.14748e+09 it will have no effect! Process hIoni nbins= 84 Emin(keV)= 0.1 Emax(GeV)= 100000 *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW -------
-
Andre Sailer authored
-
- Jan 21, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Dec 21, 2021
-
-
Markus Frank authored
-
- Dec 16, 2021
-
-
Thomas Madlener authored
This doesn't happen automatically in EDM4hep but does in LCIO!
-