- Jun 09, 2023
-
-
tmadlener authored
-
Markus Frank authored
-
Markus Frank authored
-
- Jun 08, 2023
-
-
Markus Frank authored
-
- Jun 02, 2023
-
-
tmadlener authored
-
- Jun 01, 2023
-
-
Andre Sailer authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
Co-authored-by:
Andre Sailer <andre.philippe.sailer@cern.ch>
-
Dmitry Kalinkin authored
Co-authored-by:
Andre Sailer <andre.philippe.sailer@cern.ch>
-
Dmitry Kalinkin authored
Co-authored-by:
Andre Sailer <andre.philippe.sailer@cern.ch>
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Dmitry Kalinkin authored
-
Andre Sailer authored
Parameterisation uses PlacedVolume, root cling dictionary complains about incomplete class needed for vector<PlacedVolume>
-
Juraj Smiesko authored
-
- May 31, 2023
-
-
Markus Frank authored
-
Markus Frank authored
-
Dmitry Kalinkin authored
Put error context into the exception message instead of dumping to std::cout in DetectorImp::getRefChild()
-
- May 30, 2023
-
-
Paul Gessinger authored
Fundamentally, I get compile errors because `__format` in the anonymous namespace is shadowed by `std::__format`. Rather than renaming the function, I just remove the `using namespace std;` and prefix all relevant symbols in that file.
-
Markus Frank authored
-
Markus Frank authored
Upgrade MiniTel example to serve as example for issue https://github.com/AIDASoft/DD4hep/issues/1091
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Markus Frank authored
-
- May 04, 2023
-
-
Wouter Deconinck authored
This respects the specified rotation/position in xml such as: ```xml <detectors> <detector id="1" name="Shape_PLY_Wuson" type="DD4hep_TestShape_Creator"> <check vis="Shape1_vis"> <shape type="CAD_Shape" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/models/PLY/Wuson.ply"/> <position x="30 * cm" y="30 * cm" z="30 * cm"/> <rotation x="0" y="0" z="0"/> </check> <test type="DD4hep_Mesh_Verifier" ref="${DD4hepExamplesINSTALL}/examples/DDCAD/ref/Ref_PLY_Wuson.txt" create="CheckShape_create"/> </detector> </detectors> ```
-
- Apr 26, 2023
-
-
Andre Sailer authored
-
Andre Sailer authored
-