- Nov 13, 2020
-
-
Frank Winklmeier authored
Fix bug introduced in the flake8 cleanup (!38139). Fixes ATLASSIM-4966, ATLASSIM-4967.
-
- Nov 11, 2020
-
-
Frank Winklmeier authored
-
- Jan 30, 2020
-
-
scott snyder authored
- xrange -> range - has_key
-
- Oct 17, 2018
-
-
scott snyder authored
Defer imports that may load shared libraries until after job configuration is complete. Otherwise, we may get mysterious failures of the plugin loader. Former-commit-id: 3dc4d8ca3e9c3415782e81130ce6aa1b5c07b287
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Delete all CMT requirements files and other obsolete content in the cmt/ directories. Some non-trivial content of unknown usage has been kept. Former-commit-id: 972e8215
-
- May 27, 2016
-
-
Andy Buckley authored
'Add an InvSampler, and an example JO for flat field curvature and beamline IP sampling. Plus some more general code tweaks.' (ParticleGun-02-01-00) * Tagging: ParticleGun-02-01-00 * Add an example JO showing how to use the inverse sampler to sample flat in B-field curvature and how to couple together momentum and position sampling to give an impact parameter distribution. 2016-04-05 Andy Buckley <andy.buckley@cern.ch> * Explicitly force more sampler constructor args to float type. * Add InverseSampler, for e.g. B-field curvature ~ 1/pT.
-
- Mar 20, 2015
-
-
Atlas-Software Librarian authored
* Tagging: ParticleGun-02-00-07 * Try harder to distinguish between single and disjoint uniform sampling interval shorthand sequences. * Fix accidental tuple expansion in DisjointRandomSequence expansion. * Adding randomSeed property setting to examples (ParticleGun RNG stream not configured for vanilla Athena).
-
- Feb 07, 2015
-
-
Andy Buckley authored
'Re-fix mass setting ;-) Previous version is mostly right but could produce out-of-sync vector and gen masses.' (ParticleGun-02-00-06) * Tagging: ParticleGun-02-00-06 * Re-fix mass setting ;-) Previous version is mostly right but could produce out-of-sync vector and gen masses. 2015-01-29 Ewelina Lobodzinska <ewelina@mail.desy.de> * Tagging: ParticleGun-02-00-05 * implement fix provided by Zach for mass setting 2015-01-28 Andy Buckley <andy.buckley@cern.ch> * Tagging: ParticleGun-02-00-04 * Improve generated_mass setting and remove accidental print. 2015-01-25 Andy Buckley <andy.buckley@cern.ch> * Tagging: ParticleGun-02-00-03 ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Andy Buckley authored
-