- Jul 31, 2018
-
-
Ete Remi authored
-
Ete Remi authored
-
Ete Remi authored
Added cmd line arguments --eventParameters, --runNumberOffset and --eventNumberOffset to steer lcio output parameters
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
Marko Petric authored
-
Frank Gaede authored
-
Jan Strube authored
-
Jan Strube authored
-
Jan Strube authored
-
Jan Strube authored
-
Jan Strube authored
Adding the helper to allow reading an MCParticle collection with an arbitrary name
-
Jan Strube authored
-
Jan Strube authored
-
Andre Sailer authored
-
Remi Ete authored
-
Andre Sailer authored
-
Andre Sailer authored
whitespace to emulate the output from DD4hep Solves #56
-
Frank Gaede authored
-
Frank Gaede authored
-
Frank Gaede authored
- to activate run ddsim with: --part.enableDetailedHitsAndParticleInfo
-
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
-
Andre Sailer authored
This is the more sensible default and needed by the track reconstruction. Avoid problems when people don't use steering files Parameters set for Geant4TrackerWeightedAction are the defaults
-
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
Avoid wasting cycles because the same job is run many times SystemRandom is not pseudorandom, so this should be unique for time and place and machine and thread
-
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
-
Andre Sailer authored
DDSim: Add logic to add help for non-property helper variables, add logic to add choices for all helper options
-