- Jul 31, 2018
-
-
Frank Gaede authored
- add option to enable debug output actions for hits from Markus
-
Shaojun Lu authored
-
Frank Gaede authored
-
Andre Sailer authored
Add Helper Input and GuineaPig for further expansions in the future Set on the command line with --guineapig.particlesPerEvent=123 or in the steering file SIM.guineapig.particlesPerEvent=123
-
Andre Sailer authored
This reverts commit 70feca4742a0721bdbe7197de1a33eb878a63799.
-
Frank Gaede authored
-
luisaleperez authored
-
Andre Sailer authored
as we are now potentially changing the random seed we need to initialize it before the output file, because we write the variables to the outputfile at this point
-
Andre Sailer authored
Add option to enable eventSeed plugin Add possibility to create switches automatically, this does not allow 'choice' so we need to if/else the whole function call add_argument
-
Andre Sailer authored
Need to return the value Kept DDg4ParticleGun from working
-
Andre Sailer authored
Cannot use PrimaryHandler together with either of these (particles are created twice) Thanks to S.Lukic for pointing out the problem Move consistency checks to separate function for better readability
-
Andre Sailer authored
DDSim: Add functionality to enable geant4gun and geant4 particle general source. Needs DD4hep Revision 2128 Add example macro file to use gun or general particle source
-
Andre Sailer authored
Do not print error messages when dumping SteeringFile or parameters Fix crash when dumping steeringfile
-
Andre Sailer authored
-
Andre Sailer authored
DDSim: Add logic to add help for non-property helper variables, add logic to add choices for all helper options
-
Andre Sailer authored
Add control over distributions if a distribution is set activate isotrop if isotrop is activated use uniform by default Move set up gun function to Helper/Gun, keeps functionality closer together
-
Andre Sailer authored
previously only the main variable values were overwritten, now dumpSteeringFile and dumpParameters will also display the proper value
-
Andre Sailer authored
Add white line before documentation block for better readability
-
Andre Sailer authored
Otherwise error for unknown function, reported by Marko, Copied fix from DD4hep::DDG4.py change is compatible with root5
-
Andre Sailer authored
If used isotropic is mandatory so we turn it on in setup Note different capitalisations for options, keeping lower case starting char for ddsim options
-
Andre Sailer authored
-
Andre Sailer authored
needs dd4hep revision 2071
-
Andre Sailer authored
-
Andre Sailer authored
with the additional range cut parameter created Physics Helper object the DD4hepSimulation physicsList attribute is now deprecated, use physics.list instead The default value for the rangecut is the one from geant4 10.1: 700 micron
-
Andre Sailer authored
None is default for setupFuction, so we can allways pass the action and don't need the else setupSD now accepts tuples
-
Andre Sailer authored
-
Andre Sailer authored
DDSim: use different name for different GenAction when the same kind of inputfile is used multiple times
-
Andre Sailer authored
if not specific filter is set the default filter for tracker or calorimeter is applied (if a default filter is set) To turn off all filters just assign an empty string, empty list or None to the mapDetFilter update doc
-
Andre Sailer authored
-
Andre Sailer authored
Move applyFilter to Helper/Filter Adapt steeringFile
-
Andre Sailer authored
Move module doc to class doc so we can use it in the automatically created steering file Change docstrings to be more sensible
-
Andre Sailer authored
changed member variables to private: _errorMessages, _dumpParameter, _dumpSteeringFile removed abspath from macroFile and compactFile because otherwise the default values break error checking
-
Andre Sailer authored
See example/steeringFile.py and DDSim/Helper/Filter.py for examples
-
Andre Sailer authored
see the steering file or the ConfigHelper/Action docstring for an example for CaloPreShowerSDAction
-
Andre Sailer authored
use absolute path for steering, compact and macro file remove magneticFieldDict because no longer used
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-