- Jul 17, 2023
-
-
Andre Sailer authored
-
- Jul 14, 2023
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Jun 22, 2023
-
-
Andre Sailer authored
-
- Apr 21, 2023
-
-
Andre Sailer authored
Geant4DetectorConstruction: forward debugLimts, printPlacements, printSensitives to Converter code from plugin
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
Used for Geometry debug flags
-
Andre Sailer authored
-
Andre Sailer authored
DDSim,Meta: Fix formatting for dict
-
scott snyder authored
The ddsim --meta.runNumberOffset command-line argument doesn't work correctly (and similarly for event number). On a machine running ``` LSB Version: :core-4.1-amd64:core-4.1-ia32:core-4.1-noarch Distributor ID: Scientific Description: Scientific Linux release 7.3 (Nitrogen) Release: 7.3 Codename: Nitrogen ``` I do ``` . /cvmfs/sw.hsf.org/key4hep/setup.sh ``` The then command ``` ddsim --compactFile $LCGEO/FCCee/compact/FCCee_o1_v05/FCCee_o1_v05.xml -G -N10 --outputFile out.edm4hep.root --meta.runNumberOffset 735001 2>&1|tee log ``` eventually crashes with the error ``` Geant4UI INFO +++ EventAction> Install Geant4 control directory:/ddg4/EventAction/ Traceback (most recent call last): File "/cvmfs/sw.hsf.org/spackages7/dd4hep/1.23/x86_64-centos7-gcc11.2.0-opt/q4qtg/bin/ddsim", line 25, in <module> RUNNER.run() File "/cvmfs/sw.hsf.org/spackages7/dd4hep/1.23/x86_64-centos7-gcc11.2.0-opt/q4qtg/lib/python3.10/site-packages/DDSim/DD4hepSimulation.py", line 368, in run e4Out.RunNumberOffset = self.meta.runNumberOffset if self.meta.runNumberOffset > 0 else 0 TypeError: '>' not supported between instances of 'str' and 'int' *** Break *** segmentation violation ``` The arguments are never converted from strings to integers. The change here fixes this.
-
- Mar 15, 2023
-
-
Wouter Deconinck authored
This adds the arguments `--gun.etaMin` and `--gun.etaMax`. If both `thetaMin` and `etaMax` are specified, `etaMax has precedence.
-
- Feb 23, 2023
-
-
Andre Sailer authored
-
- Dec 09, 2022
-
-
Markus Frank authored
-
- Nov 24, 2022
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
Co-authored-by:
Andre Sailer <andre.philippe.sailer@cern.ch>
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Oct 22, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Sep 01, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Aug 25, 2022
-
-
Andre Sailer authored
-
- Aug 09, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
Some time in the past, the simple fixed momentum setting for particle gun was lost. Now we set a fixed energy if the Energy property is set, otherwise we use momentumMin and momentumMax to chose a momentum from a range. Also changed some printouts to show the range we chose and the final value used during simulation.
-
Dmitry Kalinkin authored
-
- Aug 05, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Jun 09, 2022
-
-
Andre Sailer authored
DDSim: compactFile can only be one instance, otherwise we cannot overwrite what is in the steeringfile, still takes multiple XML files
-
- Jun 08, 2022
-
-
Andre Sailer authored
From https://stackoverflow.com/a/41153081 Needed for python2.7 compatibility
-
- Mar 04, 2022
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Dec 02, 2021
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
Per #883 diquarks are treated as stable by geant4 but they can have nominally non-zero travel times inside an event graph and should be explicitly rejected.
-
- Sep 06, 2021
-
-
Andre Sailer authored
-
- May 12, 2021
-
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
- Dec 02, 2020
-
-
Andre Sailer authored
-
Andre Sailer authored
this worked accidentally in python2, but now the dictionary order is fixed and isotrop was set to false when parsing the default values, because it happens after the setting of distribution now
-